[ACS-7375] - Share link dialog issues (#3774)

This commit is contained in:
jacekpluta
2024-04-08 17:30:50 +02:00
committed by MichalKinas
parent 4d7045d3b0
commit e072c73d0e

View File

@@ -26,6 +26,24 @@ mat-icon {
outline: none;
}
.mat-mdc-form-field-error-wrapper:is(div) {
padding: 0;
font-size: 10px;
.mat-mdc-form-field-error {
position: relative;
top: -3px;
}
}
.mdc-switch:is(button).mdc-switch--selected.mdc-switch--checked .mdc-switch__handle-track .mdc-switch__handle::after {
background-color: transparent;
}
.mat-mdc-slide-toggle:is(mat-slide-toggle) .mdc-switch:enabled .mdc-switch__track::after {
background-color: var(--theme-blue-button-color);
}
mat-slide-toggle {
.mdc-switch__icons {
display: none;