mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
30 lines
365 B
SCSS
30 lines
365 B
SCSS
@import '~@angular/material/theming';
|
|
|
|
|
|
.adf-app-user-profile {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.adf-app-menu-spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.adf-app-toolbar {
|
|
overflow: hidden;
|
|
}
|
|
|
|
@media ($mat-small) {
|
|
|
|
.adf-app-hide-small{
|
|
display: none !important;
|
|
}
|
|
|
|
}
|
|
@media ($mat-xsmall) {
|
|
|
|
.adf-app-hide-xsmall{
|
|
display: none !important;
|
|
}
|
|
|
|
}
|