mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
500 B
24 lines
500 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.navbar {
|
|
@include box-shadow(0, 3px, 5px, .13);
|
|
display: block;
|
|
}
|
|
|
|
.navbar-brand {
|
|
width: $size-sidebar-width;
|
|
background: $color-theme-blue-dark;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
cursor: pointer;
|
|
margin-top: -.5rem;
|
|
margin-left: -1rem;
|
|
margin-right: 2rem;
|
|
font-size: 1.8rem;
|
|
height: $size-navbar-height;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
line-height: $size-navbar-height;
|
|
float: left;
|
|
}
|