common-ui/src/assets/styles/common-toggle-button.scss
2021-10-02 21:59:02 +03:00

22 lines
469 B
SCSS

.mat-button-toggle-standalone,
.mat-button-toggle-group {
box-shadow: none;
border-radius: 100px !important;
width: fit-content;
.mat-button-toggle:not(.mat-button-toggle-checked) {
.mat-button-toggle-button {
background: var(--iqser-grey-6);
color: var(--iqser-grey-7);
}
}
}
.mat-button-toggle-disabled {
.mat-button-toggle-button {
cursor: not-allowed !important;
}
outline: none;
}