open-nomad/ui/app/styles/components/gutter.scss
2018-08-06 11:21:54 -07:00

30 lines
446 B
SCSS

.gutter {
height: 100%;
border-right: 1px solid $grey-blue;
.collapsed-menu {
display: none;
height: 3.5rem;
.gutter-toggle {
fill: $grey-light;
}
.nomad-logo {
fill: $grey-light;
}
.logo-container {
display: flex;
align-items: center;
height: 100%;
padding: 0.5rem 1rem;
margin-left: 20px;
}
@media #{$mq-hidden-gutter} {
display: block;
}
}
}