added shadow effect to navbar
This commit is contained in:
parent
c943f39617
commit
ec50da5a5f
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
color: get-light-color('heading-color');
|
color: get-light-color('heading-color');
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: get-light-color('bg-primary');
|
background-color: get-light-color('bg-primary');
|
||||||
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
||||||
@include transition();
|
@include transition();
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue