Thomas Kaul b720a8dd96
Feature/set up terms of service (#4490)
* Set up terms of service

* Update changelog
2025-03-30 09:59:56 +02:00

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;
}
}