diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-20 11:23:32 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-20 11:23:32 -0500 |
commit | edb6022ebef9dcc07e74c3697229cab8d49c4c84 (patch) | |
tree | 02378933fad7247928a95de05664cce47db14037 /src/scss/_variables.scss | |
parent | rework styles with scss (diff) | |
download | xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.gz xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.bz2 xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.zip |
finish scss conversion
Diffstat (limited to '')
-rw-r--r-- | src/scss/_variables.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 3a81165..e3230cd 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -62,10 +62,9 @@ $inner-radius: $scale / 3; $font-size: $scale; $font-size-small: $scale * 0.75; -$header-height: $scale * 3.5; - $base-z-index: 1; $header-z-index: 2; $modal-z-index: 5; +$toast-z-index: 10; $content-width: $scale * 40; |