mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-05 09:53:12 +00:00
Basic Cart functionality
Add test-api function for contact page
This commit is contained in:
parent
e2e68ab1fb
commit
b7bc7da366
8 changed files with 142 additions and 24 deletions
|
@ -47,3 +47,23 @@
|
|||
color: $color-error;
|
||||
}
|
||||
}
|
||||
|
||||
.form-message {
|
||||
margin-bottom: $spacing-small;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
|
||||
text-shadow: 0 1px 0.5px rgba(#000, 0.2);
|
||||
border-radius: $border-radius-normal;
|
||||
color: $color-on-background;
|
||||
|
||||
&.success {
|
||||
color: $color-primary;
|
||||
}
|
||||
&.error {
|
||||
color: $color-error;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue