File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,17 @@ div.dx-datagrid .ai__cell {
1111.trademark__img-wrapper {
1212 width : 40px ;
1313 height : 40px ;
14- border : 1 px solid # E0E0E0 ;
15- border-radius : 4 px ;
14+ border : var ( --dx-border-width ) solid var ( --dx-color-border ) ;
15+ border-radius : var ( --dx-border-radius ) ;
1616 cursor : pointer;
17- transition : border-color 0.2s ease;
1817}
1918
2019.trademark__img-wrapper img {
2120 width : 100% ;
2221 height : 100% ;
2322 object-fit : cover;
2423 object-position : center;
25- border-radius : 4 px ;
24+ border-radius : var ( --dx-border-radius ) ;
2625}
2726
2827.trademark__text-wrapper {
Original file line number Diff line number Diff line change @@ -11,18 +11,17 @@ div.dx-datagrid .ai__cell {
1111.trademark__img-wrapper {
1212 width : 40px ;
1313 height : 40px ;
14- border : 1 px solid # E0E0E0 ;
15- border-radius : 4 px ;
14+ border : var ( --dx-border-width ) solid var ( --dx-color-border ) ;
15+ border-radius : var ( --dx-border-radius ) ;
1616 cursor : pointer;
17- transition : border-color 0.2s ease;
1817}
1918
2019.trademark__img-wrapper img {
2120 width : 100% ;
2221 height : 100% ;
2322 object-fit : cover;
2423 object-position : center;
25- border-radius : 4 px ;
24+ border-radius : var ( --dx-border-radius ) ;
2625}
2726
2827.trademark__text-wrapper {
You can’t perform that action at this time.
0 commit comments