Skip to content

Commit

Permalink
[ACS-7375] - Share link dialog issues (#3774)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekpluta authored and MichalKinas committed Jul 19, 2024
1 parent 1f5a3e0 commit 68fd06a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions projects/aca-content/src/lib/ui/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 68fd06a

Please sign in to comment.