Skip to content
Snippets Groups Projects
Commit 3421cb99 authored by codecraft's avatar codecraft :crocodile:
Browse files

add: shadow to navbar

parent 91331e9d
No related branches found
No related tags found
1 merge request!86Add a shadow to the navbar
Pipeline #193786 passed
...@@ -54,6 +54,9 @@ ...@@ -54,6 +54,9 @@
#main-navbar { #main-navbar {
background-color: teckids.$orange; background-color: teckids.$orange;
// adapted from the --bulma-shadow css variable
box-shadow: 0 .5em 1em -.125em hsla(var(--bulma-shadow-h), var(--bulma-shadow-s), var(--bulma-shadow-l), 0.3),
0 0 0 1px hsla(var(--bulma-shadow-h), var(--bulma-shadow-s), var(--bulma-shadow-l), 0.05);
} }
#main-navbar .navbar-brand > a { #main-navbar .navbar-brand > a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment