mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-05 09:53:12 +00:00
Nicer item page
Add markdown support to item description Cart now gets loaded in the background, poorly implemented I presume
This commit is contained in:
parent
a704082779
commit
a1dfcd3c35
14 changed files with 365 additions and 140 deletions
|
@ -61,6 +61,10 @@ nav {
|
|||
border-radius: $border-radius-circle;
|
||||
background-color: $color-light;
|
||||
color: $color-on-light;
|
||||
|
||||
img {
|
||||
width: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -86,7 +90,6 @@ nav {
|
|||
|
||||
> img {
|
||||
height: calc($sizing-navigation-height - calc(2 * $spacing-small));
|
||||
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@ body,
|
|||
|
||||
body {
|
||||
background-color: darken($color-background, 10%);
|
||||
//background-color: $color-background;
|
||||
background-image: url("/assets/Noise.png");
|
||||
color: $color-on-background;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue