overflow-webapp/src/app/commons/component/header/header.component.scss
2018-02-01 12:15:39 +09:00

17 lines
206 B
SCSS

:host {
z-index: 4;
}
.main-toolbar {
height: 64px;
padding-left: 16px;
}
.more-btn {
height: 100%;
min-width: 70px;
}
.mat-icon-button {
margin-right: 10px;
}