mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-21 17:36:16 +00:00
Add back button on images
Improve spacer element
This commit is contained in:
parent
fe96fb6f93
commit
899867e72d
2 changed files with 49 additions and 13 deletions
|
@ -90,9 +90,20 @@ button {
|
|||
}
|
||||
|
||||
.spacer {
|
||||
min-width: $spacing-large;
|
||||
width: $spacing-large;
|
||||
max-width: $spacing-large;
|
||||
min-height: $spacing-large;
|
||||
height: $spacing-large;
|
||||
max-height: $spacing-large;
|
||||
|
||||
&.half {
|
||||
min-width: calc($spacing-large / 2);
|
||||
width: calc($spacing-large / 2);
|
||||
max-width: calc($spacing-large / 2);
|
||||
min-height: calc($spacing-large / 2);
|
||||
height: calc($spacing-large / 2);
|
||||
max-height: calc($spacing-large / 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue