Skip to content

Commit a9954ff

Browse files
author
Oleg Zinoviev
committed
MAGETWO-34520: [UI] Updates messaging styles.
- Minor QA updates
1 parent 448f03b commit a9954ff

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

app/design/adminhtml/Magento/backend/web/css/override.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,8 +1407,10 @@ table.table tbody tr:last-child td {
14071407
border: 0;
14081408
color: #007bdb;
14091409
content: '\e61a';
1410-
font: 400 1.9rem 'Admin Icons';
1410+
font-family: 'Admin Icons';
1411+
font-size: 1.9rem;
14111412
font-style: normal;
1413+
font-weight: 400;
14121414
height: auto;
14131415
left: 1.9rem;
14141416
line-height: inherit;
@@ -1445,9 +1447,9 @@ table.table tbody tr:last-child td {
14451447
display: none;
14461448
}
14471449
.message-spinner .spinner {
1448-
position: absolute;
14491450
font-size: 2.5rem;
14501451
left: 1.5rem;
1452+
position: absolute;
14511453
top: 1.5rem;
14521454
}
14531455
.message-in-rating-edit {

app/design/adminhtml/Magento/backend/web/css/source/_messages.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@
6060
border: 0;
6161
color: @alert-icon__notice__color;
6262
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;
6465
font-style: @alert__font-style;
66+
font-weight: @alert__font-weight;
6567
height: auto;
6668
left: 1.9rem;
6769
line-height: inherit;
@@ -111,9 +113,9 @@
111113
display: none;
112114
}
113115
.spinner {
114-
position: absolute;
115116
font-size: @alert__spinner__font-size;
116117
left: 1.5rem;
118+
position: absolute;
117119
top: 1.5rem;
118120
}
119121
}

0 commit comments

Comments
 (0)