mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-16 21:35:13 +00:00
13 lines
198 B
SCSS
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;
|
|
}
|
|
}
|