diff --git a/projects/aca-content/src/lib/ui/theme.scss b/projects/aca-content/src/lib/ui/theme.scss index e05d77854..03263d996 100644 --- a/projects/aca-content/src/lib/ui/theme.scss +++ b/projects/aca-content/src/lib/ui/theme.scss @@ -22,6 +22,14 @@ mat-icon { padding: 0; } +.mdc-button { + &.mat-primary { + .mdc-button__label { + font-weight: 700; + } + } +} + .mdc-button:active { outline: none; } @@ -36,6 +44,35 @@ mat-icon { } } +.mat-mdc-checkbox { + .mdc-form-field { + height: 24px; + + .mdc-checkbox { + padding: 0; + margin-right: 2px; + + input { + height: 24px; + width: 24px; + position: relative; + } + + .mdc-checkbox__background { + top: 1px; + left: 0; + height: 16px; + width: 16px; + } + } + } + + .mat-mdc-checkbox-touch-target { + height: 24px; + width: 24px; + } +} + .mdc-switch:is(button).mdc-switch--selected.mdc-switch--checked .mdc-switch__handle-track .mdc-switch__handle::after { background-color: transparent; }