added shadow effect to navbar

This commit is contained in:
Milinda Shehan 2023-10-02 08:38:07 +00:00
parent c943f39617
commit ec50da5a5f

View file

@ -23,6 +23,7 @@
color: get-light-color('heading-color');
text-align: center;
background-color: get-light-color('bg-primary');
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
@include transition();
.navbar-brand {