cart drawer : close button strokes to black
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
This commit is contained in:
parent
f4ecdcf947
commit
f69d990349
3 changed files with 8 additions and 1 deletions
|
|
@ -76,6 +76,10 @@
|
|||
&:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
svg {
|
||||
stroke: #000;
|
||||
}
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
|
|
|||
|
|
@ -1432,6 +1432,9 @@ body.is-fullscreen {
|
|||
.cart-drawer__close:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.cart-drawer__close svg {
|
||||
stroke: #000;
|
||||
}
|
||||
.cart-drawer__content {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue