mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-03 15:11:37 +00:00
30 lines
635 B
SCSS
30 lines
635 B
SCSS
@import 'src/@fuse/scss/fuse';
|
|
|
|
:host {
|
|
|
|
@include media-breakpoint-down('sm') {
|
|
|
|
#fuse-shortcuts {
|
|
|
|
&.show-mobile-panel {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
padding: 0 8px;
|
|
|
|
.shortcuts {
|
|
display: flex !important;
|
|
flex: 1;
|
|
height: 100%;
|
|
|
|
> div {
|
|
flex: 1 1 auto !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |