Skip to content

Commit f808cfd

Browse files
Evgeniy KolesovBogdan Plieshka
authored andcommitted
MAGETWO-34790: [UI] Manage Components
- CR changes
1 parent 2b6316b commit f808cfd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/design/adminhtml/Magento/backend/web/app/setup/styles/less/lib/_variables.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
@color-success: @color-green-apple;
4545
@color-warning: @color-phoenix-almost-rise;
4646
@color-failed: @color-tomato-brick;
47+
@color-info: @color-blue-dodger;
4748

4849
//
4950
// Break points

app/design/adminhtml/Magento/backend/web/app/updater/styles/less/components/_data-grid.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
}
7171
}
7272
&._on {
73-
background: @color-green-apple;
73+
background: @color-success;
7474
}
7575
&._off {
76-
background: @color-red10;
76+
background: @color-failed;
7777
span {
7878
&:before {
7979
background: @color-white;
@@ -88,7 +88,7 @@
8888
span {
8989
width: 21px;
9090
&:before {
91-
color: @color-blue-dodger;
91+
color: @color-info;
9292
content: @icon-notice-messages__content;
9393
font-family: @icons__font-family;
9494
font-size: 21px;

0 commit comments

Comments
 (0)