File tree Expand file tree Collapse file tree 12 files changed +19
-19
lines changed
app/design/adminhtml/Magento/backend
Magento_Sales/web/css/source/module/order
Magento_Staging/web/css/source/module
updater/styles/less/pages
setup/view/styles/lib/variables Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 49
49
margin : 0 0 @order-create-sidebar__margin ;
50
50
.lib-typography (
51
51
@_font-size : 1.9rem ,
52
- @_color : @color-brown-darkie ,
52
+ @_color : @color-brown-darker ,
53
53
@_font-weight : @font-weight__semibold ,
54
54
@_line-height : @line-height__s ,
55
55
@_font-family : false,
Original file line number Diff line number Diff line change 16
16
@staging-preview-header__font-size : 1.3rem ;
17
17
18
18
@staging-preview-header-item__active__background-color : @color-brownie-almost ;
19
- @staging-preview-header-item-actions__border-color : @color-darkie -gray ;
19
+ @staging-preview-header-item-actions__border-color : @color-darker -gray ;
20
20
21
21
@staging-preview-form-element__background-color : @color-very-dark-brownie ;
22
22
@staging-preview-form-element__border-color : @color-lighter-grayish-almost ;
Original file line number Diff line number Diff line change 10
10
@tooltip__background-color : @color-white ;
11
11
@tooltip__border-color : @color-gray68 ;
12
12
@tooltip__border-radius : 0 ;
13
- @tooltip__color : @color-brown-darkie ;
13
+ @tooltip__color : @color-brown-darker ;
14
14
@tooltip__max-width : 31rem ;
15
15
@tooltip__opacity : .9 ;
16
16
@tooltip__shadow-color : @color-gray80 ;
Original file line number Diff line number Diff line change 28
28
@color-green-apple : #79a22e ;
29
29
@color-green-islamic : #090 ;
30
30
@color-dark-brownie : #41362f ;
31
- @color-brown-darkie : #41362f ;
31
+ @color-brown-darker : #41362f ;
32
32
@color-phoenix-down : #e04f00 ;
33
33
@color-phoenix : #eb5202 ;
34
34
@color-phoenix-almost-rise : #ef672f ;
Original file line number Diff line number Diff line change 15
15
16
16
@component-manager-title__background-color : @color-white-fog ;
17
17
@component-manager-title__border-color : @color-gray89 ;
18
- @component-manager-title__color : @color-brown-darkie ;
18
+ @component-manager-title__color : @color-brown-darker ;
19
19
20
20
@component-manager-button__border-color : @color-gray68 ;
21
21
Original file line number Diff line number Diff line change 45
45
}
46
46
47
47
.ui-tabs-anchor {
48
- color : @color-brown-darkie ;
48
+ color : @color-brown-darker ;
49
49
display : block ;
50
50
padding : 1.5rem 1.8rem 1.3rem ;
51
51
text-decoration : none ;
52
52
53
53
& :hover { // ToDo UI: should be deleted with old styles
54
- color : @color-brown-darkie ;
54
+ color : @color-brown-darker ;
55
55
text-decoration : none ;
56
56
}
57
57
}
Original file line number Diff line number Diff line change 71
71
72
72
.lib-typography (
73
73
@_font-size : 2.8rem ,
74
- @_color : @color-brown-darkie ,
74
+ @_color : @color-brown-darker ,
75
75
@_font-weight : @font-weight__regular ,
76
76
@_line-height : @line-height__s ,
77
77
@_font-family : false,
84
84
85
85
.lib-typography (
86
86
@_font-size : 2rem ,
87
- @_color : @color-brown-darkie ,
87
+ @_color : @color-brown-darker ,
88
88
@_font-weight : @font-weight__regular ,
89
89
@_line-height : @line-height__s ,
90
90
@_font-family : false,
97
97
98
98
.lib-typography (
99
99
@_font-size : 1.7rem ,
100
- @_color : @color-brown-darkie ,
100
+ @_color : @color-brown-darker ,
101
101
@_font-weight : @font-weight__semibold ,
102
102
@_line-height : @line-height__s ,
103
103
@_font-family : false,
Original file line number Diff line number Diff line change 37
37
38
38
@data-grid-file-uploader-menu-button__width : 2rem ;
39
39
40
- @data-grid-file-uploader-upload-icon__color : @color-darkie -gray ;
40
+ @data-grid-file-uploader-upload-icon__color : @color-darker -gray ;
41
41
@data-grid-file-uploader-upload-icon__hover__color : @color-very-dark-gray ;
42
42
@data-grid-file-uploader-upload-icon__line-height : 48px ;
43
43
Original file line number Diff line number Diff line change 162
162
@_icon-font-line-height : 16px ,
163
163
@_icon-font-text-hide : true ,
164
164
@_icon-font-position : after,
165
- @_icon-font-color : @color-brown-darkie
165
+ @_icon-font-color : @color-brown-darker
166
166
);
167
167
168
168
span {
175
175
z-index : 2 ;
176
176
177
177
& :after {
178
- color : darken (@color-brown-darkie , 20% );
178
+ color : darken (@color-brown-darker , 20% );
179
179
}
180
180
181
181
// @Todo ui - testing solution to show action hint without title attribute
@@ -547,7 +547,7 @@ label.mage-error {
547
547
}
548
548
549
549
.admin__control-select-placeholder {
550
- color : @color-darkie -gray ;
550
+ color : @color-darker -gray ;
551
551
font-weight : @font-weight__bold ;
552
552
}
553
553
}
Original file line number Diff line number Diff line change 8
8
// _____________________________________________
9
9
10
10
@color-brown-dark : #4a3f39 ;
11
- @color-brown-darkie : #41362f ;
11
+ @color-brown-darker : #41362f ;
12
12
@color-very-dark-gray-black : #303030 ;
13
13
@color-very-dark-gray-black2 : #35302c ;
14
14
@color-very-dark-grayish-orange : #373330 ;
23
23
@color-brownie-vanilla : #736963 ;
24
24
@color-dark-gray0 : #7f7c7a ;
25
25
@color-dark-gray : #808080 ;
26
- @color-darkie -gray : #8a837f ;
26
+ @color-darker -gray : #8a837f ;
27
27
@color-gray65 : #a6a6a6 ;
28
28
@color-gray65-almost : #a79d95 ;
29
29
@color-gray65-lighten : #aaa6a0 ;
73
73
74
74
@primary__color : @color-phoenix ;
75
75
@success__color : @color-green-apple ;
76
- @text__color : @color-brown-darkie ;
76
+ @text__color : @color-brown-darker ;
77
77
@border__color : @color-gray89 ;
You can’t perform that action at this time.
0 commit comments