Fix Shop issues
- Move ButtonCart from nav to position it on top right - ButtonCart amount indicator position (center left => top left) - Bring back updating label when changing cart (+ other transitions) - Make ShopHeader picture gradient a bit bigger
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
** Shop: Posters
|
||||
*/
|
||||
.shop-page__posters {
|
||||
background-color: $color-primary-darker;
|
||||
padding: clamp(56px, 10vw, 120px) 20px 72px;
|
||||
background: $color-primary-darker;
|
||||
border-bottom: solid 1px $color-primary-tertiary20 ;
|
||||
|
||||
@include bp (sd) {
|
||||
|
||||
Reference in New Issue
Block a user