22 lines
469 B
SCSS
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;
|
|
}
|