mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
16 lines
324 B
SCSS
16 lines
324 B
SCSS
.navbar {
|
|
z-index: 1; // required to make the shadow overlap the below content (need is visible in mobile drawer overlay)
|
|
border: 0;
|
|
border-radius: 0;
|
|
@include box-shadow($bmd-shadow-2dp);
|
|
|
|
// give correct size to ripple container
|
|
.navbar-brand {
|
|
position: relative;
|
|
}
|
|
|
|
> .container {
|
|
flex: 1;
|
|
}
|
|
}
|