File tree Expand file tree Collapse file tree 21 files changed +43
-51
lines changed
app/design/frontend/Magento
Magento_Braintree/web/css/source
Magento_Checkout/web/css/source/module/checkout
Magento_Customer/web/css/source
Magento_Multishipping/web/css/source
Magento_Swatches/web/css/source
Magento_Checkout/web/css/source/module
Magento_GiftMessage/web/css/source
Magento_LayeredNavigation/web/css/source
Magento_Multishipping/web/css/source Expand file tree Collapse file tree 21 files changed +43
-51
lines changed Original file line number Diff line number Diff line change 9
9
10
10
@braintree-input-border__color : @color-gray76 ;
11
11
12
- @braintree-error__color : @color-red10 ;
13
- @braintree-focus__color : @color-blue2 ;
14
- @braintree-success__color : @color-dark-green1 ;
12
+ @braintree-error__color : @message-error__color ;
13
+ @braintree-focus__color : @theme__color__primary-alt ;
14
+ @braintree-success__color : @message-success__color ;
15
15
16
16
@braintree-paypal-icon__height : 16px ;
17
17
@braintree-paypal-icon__width : 16px ;
Original file line number Diff line number Diff line change 16
16
@checkout-progress-bar-item__color : @primary__color ;
17
17
@checkout-progress-bar-item__margin : @indent__s ;
18
18
@checkout-progress-bar-item__width : 185px ;
19
- @checkout-progress-bar-item__active__background-color : @color-orange-red1 ;
19
+ @checkout-progress-bar-item__active__background-color : @active__color ;
20
20
@checkout-progress-bar-item__complete__color : @link__color ;
21
21
22
22
@checkout-progress-bar-item-element__height : @checkout-progress-bar-item-element__width ;
Original file line number Diff line number Diff line change 22
22
@checkout-shipping-item__width : 100% / 3 ;
23
23
@checkout-shipping-item-tablet__width : 100% / 2 ;
24
24
@checkout-shipping-item-mobile__width : 100% ;
25
- @checkout-shipping-item__active__border-color : @color-orange-red1 ;
25
+ @checkout-shipping-item__active__border-color : @active__color ;
26
26
27
27
@checkout-shipping-item-icon__selected__height : 27px ;
28
28
@checkout-shipping-item-icon__selected__width : 29px ;
Original file line number Diff line number Diff line change 11
11
@account-nav-color : false;
12
12
13
13
@account-nav-current-border : 3px solid transparent ;
14
- @account-nav-current-border-color : @color-orange-red1 ;
14
+ @account-nav-current-border-color : @active__color ;
15
15
@account-nav-current-color : false;
16
16
@account-nav-current-font-weight : @font-weight__semibold ;
17
17
Original file line number Diff line number Diff line change 47
47
}
48
48
49
49
.error-block {
50
- color : @color-red10 ;
50
+ color : @error__color ;
51
51
52
52
.error-label {
53
53
font-weight : @font-weight__bold ;
222
222
}
223
223
224
224
.error-description {
225
- color : @color-red10 ;
225
+ color : @error__color ;
226
226
font-weight : @font-weight__regular ;
227
227
margin-bottom : @indent__s ;
228
228
margin-top : - @indent__s ;
Original file line number Diff line number Diff line change 18
18
19
19
@swatch-option__selected__border : @swatch-option__hover__border ;
20
20
@swatch-option__selected__color : @swatch-option__hover__color ;
21
- @swatch-option__selected__outline : 2px solid @color-orange-red1 ;
21
+ @swatch-option__selected__outline : 2px solid @active__color ;
22
22
23
23
@swatch-option__disabled__background : @color-red10 ;
24
24
38
38
39
39
// Image and Color swatch
40
40
@img-color-swatch-option__hover__border : @swatch-option__hover__border ;
41
- @img-color-swatch-option__hover__outline : 2px solid #e00 ;
41
+ @img-color-swatch-option__hover__outline : 2px solid darken ( @active__color , 12 % ) ;
42
42
43
43
// Tooltip
44
44
@swatch-option-tooltip__background : @color-white ;
54
54
@swatch-option-tooltip-layered-title__color : @swatch-option-tooltip-title__color ;
55
55
56
56
// Layered Features
57
- @swatch-option-link-layered__focus__box-shadow : 0 0 3px 1px @color-sky-blue1 ;
57
+ @swatch-option-link-layered__focus__box-shadow : 0 0 3px 1px @focus__color ;
58
58
59
59
//
60
60
// Common
Original file line number Diff line number Diff line change 146
146
}
147
147
148
148
& :extend(.abs-adjustment-incl-excl-tax all );
149
-
150
- .action {
151
- & .multicheckout {
152
- color : @color-blue2 ;
153
- }
154
- }
155
149
}
156
150
157
151
// Totals block
Original file line number Diff line number Diff line change 18
18
@checkout-progress-bar-item__transition : background .3s ;
19
19
@checkout-progress-bar-item__width : 185px ;
20
20
21
- @checkout-progress-bar-item__active__background-color : @color-orange-red1 ;
21
+ @checkout-progress-bar-item__active__background-color : @active__color ;
22
22
@checkout-progress-bar-item__active__color : @primary__color ;
23
23
@checkout-progress-bar-item__active__font-weight : @font-weight__semibold ;
24
24
@checkout-progress-bar-item__complete__color : @link__color ;
32
32
@checkout-progress-bar-item-element-inner__color : @primary__color ;
33
33
@checkout-progress-bar-item-element-inner__height : @checkout-progress-bar-item-element-inner__width ;
34
34
@checkout-progress-bar-item-element-inner__width : @checkout-progress-bar-item-element__width - ( @checkout-progress-bar-item-element-outer-radius__width * 2 );
35
- @checkout-progress-bar-item-element-inner__active__border-color : @color-orange-red1 ;
35
+ @checkout-progress-bar-item-element-inner__active__border-color : @active__color ;
36
36
@checkout-progress-bar-item-element-inner__active__content : @icon-checkmark ;
37
37
38
38
@checkout-progress-bar-item-element-outer-radius__width : 6px ;
Original file line number Diff line number Diff line change 22
22
@checkout-shipping-item__width : 100% / 3 ;
23
23
@checkout-shipping-item-tablet__width : 100% / 2 ;
24
24
@checkout-shipping-item-mobile__width : 100% ;
25
- @checkout-shipping-item__active__border-color : @color-orange-red1 ;
25
+ @checkout-shipping-item__active__border-color : @active__color ;
26
26
27
27
@checkout-shipping-item-icon__selected__height : 27px ;
28
28
@checkout-shipping-item-icon__selected__width : 29px ;
Original file line number Diff line number Diff line change 12
12
@gift-item-block__border-color : @color-gray-light5 ;
13
13
@gift-item-block__border-width : @border-width__base ;
14
14
15
- @gift-item-block-title__color : @color-blue1 ;
15
+ @gift-item-block-title__color : @link__color ;
16
16
@gift-item-block-title-icon__content : @icon-down ;
17
17
@gift-item-block-title-icon__active__content : @icon-up ;
18
18
@gift-item-block-title-icon__color : @color-gray52 ;
60
60
}
61
61
62
62
.gift-summary {
63
- position : relative ;
64
63
margin-top : @indent__s ;
64
+ position : relative ;
65
65
66
66
.actions-toolbar {
67
67
> .secondary {
You can’t perform that action at this time.
0 commit comments