Merge branch 'v2' into v2-shop

# Conflicts:
#	src/components/molecules/PosterCart.svelte
#	src/routes/shop/__layout.svelte
#	src/style/atoms/_button-circle.scss
#	src/style/organisms/_cart.scss
#	src/style/pages/_shop.scss
#	src/style/style.scss
This commit is contained in:
2021-11-07 12:07:18 +01:00
7 changed files with 130 additions and 9 deletions

View File

@@ -68,6 +68,18 @@
/*
** Variants
*/
// Tiny size
&--tiny {
height: 24px;
width: 24px;
img, svg {
width: 8px;
height: 8px;
object-fit: contain;
}
}
// Small size
&--small {
height: 32px;
@@ -97,4 +109,13 @@
background-color: $color-lightpurple;
}
}
}
// Gray color
&--gray {
background-color: #F2F2F2;
&:hover {
background-color: #D2D2D2;
}
}
}