[ACA-2147] minor theme fixes (#1096)

This commit is contained in:
Denys Vuika
2019-05-03 16:04:44 +01:00
committed by GitHub
parent ad1c8c58e6
commit dbc2c6c8e4
3 changed files with 2 additions and 22 deletions

View File

@@ -1,17 +1,3 @@
@mixin aca-share-dialog-theme($theme) {
$accent: map-get($theme, accent);
// fixes [ACA-2069]
.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) {
.mat-slide-toggle-thumb {
background-color: mat-color($accent);
}
.mat-slide-toggle-bar {
background-color: mat-color($accent, 0.54);
}
}
}
@mixin adf-share-link-typography {
letter-spacing: -0.4px;
line-height: 2;