File tree Expand file tree Collapse file tree 3 files changed +67
-5
lines changed
app/design/frontend/Magento
blank/Magento_Checkout/web/css/source/module/checkout
luma/Magento_Checkout/web/css/source/module/checkout Expand file tree Collapse file tree 3 files changed +67
-5
lines changed Original file line number Diff line number Diff line change 30
30
}
31
31
}
32
32
}
33
+ .opc-wrapper {
34
+ .fieldset {
35
+ > .field {
36
+ > .label {
37
+ font-weight : @font-weight__regular ;
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
43
+
44
+ //
45
+ // Desktop
46
+ // _____________________________________________
47
+
48
+ .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
49
+ // ToDo UI: remove with global blank theme .field.required update
50
+ .opc-wrapper {
51
+ .fieldset {
52
+ > .field {
53
+ & .required {
54
+ position : relative ;
55
+ > label {
56
+ padding-right : 25px ;
57
+ & :after {
58
+ margin-left : @indent__s ;
59
+ position : absolute ;
60
+ top : 9px ;
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
33
67
}
Original file line number Diff line number Diff line change 53
53
margin-bottom : @indent__base ;
54
54
55
55
.fieldset {
56
- .field {
57
- .label {
58
- font-weight : @font-weight__regular ;
59
- }
60
- }
61
56
.note {
62
57
font-size : @font-size__base ;
63
58
margin-top : @indent__s ;
Original file line number Diff line number Diff line change
1
+ // /**
2
+ // * Copyright © 2015 Magento. All rights reserved.
3
+ // * See COPYING.txt for license details.
4
+ // */
5
+
6
+ //
7
+ // Variables
8
+ // _____________________________________________
9
+
10
+ @checkout-field-validation__border-color : @form-element-validation__border-error ;
11
+
12
+ //
13
+ // Common
14
+ // _____________________________________________
15
+
16
+ & when (@media-common = true ) {
17
+ .field {
18
+ .control {
19
+ & ._with-tooltip {
20
+ & :extend(.abs-field-tooltip all );
21
+ }
22
+ }
23
+ & ._error {
24
+ .control {
25
+ input ,
26
+ select ,
27
+ textarea {
28
+ .css (border-color , @checkout-field-validation__border-color );
29
+ }
30
+ }
31
+ }
32
+ }
33
+ }
You can’t perform that action at this time.
0 commit comments