mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7560] undo deletion notification (#9632)
* ACS-7560 Fixed margin around snackbar and size of x icon * ACS-7560 Fixed styles for info snackbar
This commit is contained in:
committed by
VitoAlbano
parent
e13e3fd3d0
commit
a2e26a6b8d
@@ -24,10 +24,23 @@
|
||||
|
||||
&.adf-snackbar-message-content-action-button {
|
||||
margin-right: 8px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
width: auto;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
|
||||
&.adf-snackbar-message-content-action-icon {
|
||||
padding: 0;
|
||||
width: auto;
|
||||
|
||||
mat-icon {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
font-size: 24px;
|
||||
margin-right: 0;
|
||||
margin-top: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -123,3 +123,6 @@ $mat-evolution-chip-set: '.mdc-evolution-chip-set';
|
||||
$mat-button-base: '.mat-mdc-button-base';
|
||||
$mat-evolution-chip-text-label: '.mdc-evolution-chip__text-label';
|
||||
$cdk-overlay-pane: '.cdk-overlay-pane';
|
||||
$mat-snackbar: '.mdc-snackbar';
|
||||
$mat-snack-bar-container: '.mat-mdc-snack-bar-container';
|
||||
$mat-snackbar-label: '.mdc-snackbar__label';
|
||||
|
@@ -58,4 +58,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#{$mat-snackbar} {
|
||||
&#{$mat-snack-bar-container} {
|
||||
margin: 24px;
|
||||
|
||||
#{$mat-snackbar-label} {
|
||||
line-height: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user