mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-05 09:53:12 +00:00
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:
parent
a1678ff751
commit
f6e8f4291c
6 changed files with 63 additions and 13 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue