red-ui/apps/red-ui/src/assets/styles/red-toggle-button.scss
2020-12-11 16:29:12 +02:00

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;
}
}
}