File tree Expand file tree Collapse file tree 15 files changed +99
-57
lines changed
app/design/frontend/Magento
Magento_CatalogSearch/web/css/source
Magento_Checkout/web/css/source
Magento_Theme/web/css/source
Magento_CatalogSearch/web/css/source
Magento_Catalog/web/css/source
Magento_Checkout/web/css/source
Magento_Customer/web/css/source
Magento_LayeredNavigation/web/css/source
Magento_Theme/web/css/source Expand file tree Collapse file tree 15 files changed +99
-57
lines changed Original file line number Diff line number Diff line change 4
4
5
5
@autocomplete-background : @color-white ;
6
6
@autocomplete-border : 1px solid @form-element-input-border-color ;
7
- @autocomplete-item-border : 1px solid #e5e5e5 ;
8
- @autocomplete-item-hover : #e8e8e8 ;
9
- @autocomplete-item-amount-color : #999 ;
7
+ @autocomplete-item-border : 1px solid @color-gray90 ;
8
+ @autocomplete-item-hover : @color-gray91 ;
9
+ @autocomplete-item-amount-color : @color-gray60 ;
10
10
11
11
//
12
12
// Common
Original file line number Diff line number Diff line change 204
204
@_icon-font-size : 28px ,
205
205
@_icon-font-line-height : 28px ,
206
206
@_icon-font-text-hide : true ,
207
- @_icon-font-color : #303030 ,
208
- @_icon-font-color-hover : #303030 ,
209
- @_icon-font-color-active : #303030
207
+ @_icon-font-color : @color-gray19 ,
208
+ @_icon-font-color-hover : @color-gray19 ,
209
+ @_icon-font-color-active : @color-gray19
210
210
);
211
211
}
212
212
& .delete {
Original file line number Diff line number Diff line change 3
3
// */
4
4
5
5
@collapsible-nav-background : @sidebar-background ;
6
- @collapsible-nav-item-hover : #e8e8e8 ;
6
+ @collapsible-nav-item-hover : @color-gray91 ;
7
7
@collapsible-nav-color : false;
8
8
@collapsible-nav-current-color : false;
9
9
@collapsible-nav-current-font-weight : @font-weight-semibold ;
10
10
@collapsible-nav-current-border : 3px solid transparent ;
11
- @collapsible-nav-current-border-color : #ff5501 ;
11
+ @collapsible-nav-current-border-color : @color-orange-red1 ;
12
12
13
13
14
14
//
Original file line number Diff line number Diff line change 5
5
@import " collapsible_navigation.less" ;
6
6
7
7
@message-global-note-color : @text-color ;
8
- @message-global-note-background : #ffee9c ;
8
+ @message-global-note-background : @color-yellow-light2 ;
9
9
@message-global-note-link-color : @link-color ;
10
10
@message-global-note-link-color-hover : @link-color-hover ;
11
11
@message-global-note-link-color-active : @link-color-active ;
12
- @message-global-note-border-color : #d6ca8e ;
12
+ @message-global-note-border-color : @color-yellow-light3 ;
13
13
14
14
@message-global-caution-color : @color-white ;
15
- @message-global-caution-background : #ff0101 ;
15
+ @message-global-caution-background : @color-red9 ;
16
16
@message-global-caution-link-color : @link-color ;
17
17
@message-global-caution-link-color-hover : @link-color-hover ;
18
18
@message-global-caution-link-color-active : @link-color-active ;
Original file line number Diff line number Diff line change 220
220
@_icon-font-size : 26px ,
221
221
@_icon-font-line-height : 15px ,
222
222
@_icon-font-text-hide : true ,
223
- @_icon-font-color : #303030 ,
224
- @_icon-font-color-hover : #303030 ,
225
- @_icon-font-color-active : #303030
223
+ @_icon-font-color : @color-gray19 ,
224
+ @_icon-font-color-hover : @color-gray19 ,
225
+ @_icon-font-color-active : @color-gray19
226
226
);
227
227
}
228
228
231
231
// --------------------------------------
232
232
.abs-product-link {
233
233
.link (
234
- @_link-color : #303030 ,
235
- @_link-color-hover : #303030 ,
236
- @_link-color-active : #303030 ,
237
- @_link-color-visited : #303030
234
+ @_link-color : @color-gray19 ,
235
+ @_link-color-hover : @color-gray19 ,
236
+ @_link-color-active : @color-gray19 ,
237
+ @_link-color-visited : @color-gray19
238
238
);
239
239
}
240
240
Original file line number Diff line number Diff line change 4
4
5
5
@toolbar-mode-icon-font-size : 16px ;
6
6
@toolbar-background : transparent ;
7
- @toolbar-element-background : #f0f0f0 ;
7
+ @toolbar-element-background : @color-gray94 ;
8
8
@pager-action-background : @toolbar-element-background ;
9
9
@pager-action-background-hover : darken (@toolbar-element-background , 7% );
10
10
@pager-font-weight : @font-weight-bold ;
181
181
& .active {
182
182
.css (box-shadow , @button-shadow-active );
183
183
background : darken (@toolbar-element-background , 7% );
184
- color : #9e9e9e ;
184
+ color : @color-gray62 ;
185
185
}
186
186
.icon-font (
187
187
@icon-grid ,
Original file line number Diff line number Diff line change 4
4
5
5
@autocomplete-background : @color-white ;
6
6
@autocomplete-border : 1px solid @form-element-input-border-color ;
7
- @autocomplete-item-border : 1px solid #e5e5e5 ;
8
- @autocomplete-item-hover : #e8e8e8 ;
9
- @autocomplete-item-amount-color : #999 ;
7
+ @autocomplete-item-border : 1px solid @color-gray90 ;
8
+ @autocomplete-item-hover : @color-gray91 ;
9
+ @autocomplete-item-amount-color : @color-gray60 ;
10
10
11
11
//
12
12
// Common
Original file line number Diff line number Diff line change 3
3
// */
4
4
5
5
@mobile-cart-padding : 15px ;
6
- @cart-price-color : #666 ;
6
+ @cart-price-color : @color-gray40 ;
7
7
@cart-item-cell-padding-top : 20px ;
8
8
9
9
//
Original file line number Diff line number Diff line change 2
2
// * @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
3
3
// */
4
4
5
- @account-title-border-color : #c6c6c6 ;
6
- @account-table-border-bottom-color : #e4e4e4 ;
7
- @account-table-action-delete : #d10029 ;
5
+ @account-title-border-color : @color-gray-middle2 ;
6
+ @account-table-border-bottom-color : @color-gray-middle1 ;
7
+ @account-table-action-delete : @color-red12 ;
8
8
9
9
//
10
10
// Common
Original file line number Diff line number Diff line change 141
141
margin-left : -5px ;
142
142
padding-right : 7px ;
143
143
& :hover {
144
- background-color : #e8e8e8 ;
144
+ background-color : @color-gray91 ;
145
145
text-decoration : none ;
146
146
& + .count {
147
- background-color : #e8e8e8 ;
147
+ background-color : @color-gray91 ;
148
148
}
149
149
}
150
150
}
421
421
margin-left : 0 ;
422
422
}
423
423
& :hover {
424
- background-color : #e8e8e8 ;
424
+ background-color : @color-gray91 ;
425
425
}
426
426
}
427
427
}
You can’t perform that action at this time.
0 commit comments