mdb-ui-kit/scss/_navbar.scss
2017-09-10 18:00:05 +02:00

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;
}
}