File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
src/Umbraco.Commerce.Cart/Client/src/styles Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
--ucc-primary-color : # 155dfc ;
5
5
--ucc-primary-color-light : # 51a2ff ;
6
6
--ucc-primary-color-dark : # 193cb8 ;
7
- --ucc-danger-color : # 9f0712 ;
7
+
8
+ --ucc-danger-text-color : # 9f0712 ;
8
9
--ucc-danger-background-color : # ffc9c9 ;
9
10
10
11
/* Font */
32
33
--ucc-button-background-color-disabled : # d1d5dc ;
33
34
--ucc-button-text-color-disabled : # fff ;
34
35
35
- --ucc-cart-width : 550px ;
36
+ --ucc-modal-width : 550px ;
37
+ --ucc-modal-background-color : # fff ;
36
38
}
37
39
38
40
.ucc-modal-container {
60
62
width : 100% ;
61
63
height : 100% ;
62
64
flex-direction : column;
63
- background-color : white ;
65
+ background-color : var ( --ucc-modal-background-color ) ;
64
66
transform : translateX (100% );
65
67
transition : transform 0.2s ;
66
68
}
70
72
71
73
@media (min-width : 768px ) {
72
74
.ucc-modal {
73
- width : var (--ucc-cart -width );
75
+ width : var (--ucc-modal -width );
74
76
border-left : solid 1px var (--ucc-border-color );
75
77
}
76
78
}
104
106
.ucc-modal-body {
105
107
flex : 1 ;
106
108
overflow-y : auto;
109
+ margin-bottom : -1px ;
107
110
}
108
111
109
112
.ucc-modal-footer {
171
174
}
172
175
173
176
.ucc-cart-item__remove : hover {
174
- color : var (--ucc-danger-color );
177
+ color : var (--ucc-danger-text- color );
175
178
background-color : var (--ucc-danger-background-color );
176
179
}
177
180
You can’t perform that action at this time.
0 commit comments