15 lines
318 B
SCSS
15 lines
318 B
SCSS
@import './red-variables';
|
|
|
|
.mat-button-toggle-standalone,
|
|
.mat-button-toggle-group {
|
|
border-radius: 100px !important;
|
|
box-shadow: none;
|
|
|
|
.mat-button-toggle:not(.mat-button-toggle-checked) {
|
|
.mat-button-toggle-button {
|
|
background: $grey-6;
|
|
color: $grey-7;
|
|
}
|
|
}
|
|
}
|