Add availability to item, and banner if item is no-longer for purchase

SCSS fixes, file paths and font sizing
Larger spacing for item screen
This commit is contained in:
Michał Gdula 2024-05-09 16:43:02 +01:00
parent a1678ff751
commit f6e8f4291c
6 changed files with 63 additions and 13 deletions

View file

@ -1,6 +1,6 @@
.container {
border-radius: $border-radius-normal;
background-image: url("/BackgroundTextureAlt.svg");
background-image: url("/assets/BackgroundTextureAlt.svg");
background-repeat: no-repeat;
background-size: 200px 250px;
background-position: 5px -43px;

View file

@ -86,10 +86,14 @@ hr {
button {
font-family: $font-family;
font-size: $font-size-small;
}
.spacer {
height: $spacing-large;
&.half {
height: calc($spacing-large / 2);
}
}
main {