fuse-angular/src/app/layout/blocks/quick-panel/quick-panel.component.scss
2018-05-20 10:12:31 +03:00

13 lines
198 B
SCSS

quick-panel {
display: flex;
width: 280px;
min-width: 280px;
max-width: 280px;
z-index: 99;
flex-direction: column;
.mat-slide-toggle-content {
flex: 1;
}
}