mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
24 lines
482 B
SCSS
24 lines
482 B
SCSS
.adf {
|
|
|
|
&-notification-history-menu_button.mat-button {
|
|
margin-right: 0;
|
|
border-radius: 90%;
|
|
padding: 0;
|
|
min-width: 40px;
|
|
height: 40px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-device-width: 480px) {
|
|
.mat-menu-panel.adf-notification-history-menu {
|
|
max-height: 450px;
|
|
min-width: 450px;
|
|
overflow: auto;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.mat-menu-panel.adf-notification-history-menu .mat-menu-content {
|
|
padding: 0;
|
|
}
|