17 lines
270 B
SCSS
17 lines
270 B
SCSS
:host {
|
|
--mat-dialog-with-actions-content-padding: 0;
|
|
|
|
a {
|
|
color: rgba(var(--palette-primary-500), 1);
|
|
font-weight: 500;
|
|
|
|
&:hover {
|
|
color: rgba(var(--palette-primary-300), 1);
|
|
}
|
|
}
|
|
|
|
.mat-mdc-dialog-actions {
|
|
padding: 0 !important;
|
|
}
|
|
}
|