File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
app/design/adminhtml/Magento/backend/web/css Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1407,8 +1407,10 @@ table.table tbody tr:last-child td {
1407
1407
border : 0 ;
1408
1408
color : #007bdb ;
1409
1409
content : ' \e61a ' ;
1410
- font : 400 1.9rem ' Admin Icons' ;
1410
+ font-family : ' Admin Icons' ;
1411
+ font-size : 1.9rem ;
1411
1412
font-style : normal ;
1413
+ font-weight : 400 ;
1412
1414
height : auto ;
1413
1415
left : 1.9rem ;
1414
1416
line-height : inherit ;
@@ -1445,9 +1447,9 @@ table.table tbody tr:last-child td {
1445
1447
display : none ;
1446
1448
}
1447
1449
.message-spinner .spinner {
1448
- position : absolute ;
1449
1450
font-size : 2.5rem ;
1450
1451
left : 1.5rem ;
1452
+ position : absolute ;
1451
1453
top : 1.5rem ;
1452
1454
}
1453
1455
.message-in-rating-edit {
Original file line number Diff line number Diff line change 60
60
border : 0 ;
61
61
color : @alert-icon__notice__color ;
62
62
content : @alert-icon__notice__content ;
63
- font : @alert__font-weight @alert-icon__font-size @alert-icon__font-name ;
63
+ font-family : @alert-icon__font-name ;
64
+ font-size : @alert-icon__font-size ;
64
65
font-style : @alert__font-style ;
66
+ font-weight : @alert__font-weight ;
65
67
height : auto ;
66
68
left : 1.9rem ;
67
69
line-height : inherit ;
111
113
display : none ;
112
114
}
113
115
.spinner {
114
- position : absolute ;
115
116
font-size : @alert__spinner__font-size ;
116
117
left : 1.5rem ;
118
+ position : absolute ;
117
119
top : 1.5rem ;
118
120
}
119
121
}
You can’t perform that action at this time.
0 commit comments