11 lines
207 B
SCSS
11 lines
207 B
SCSS
.mat-expansion-panel {
|
|
border-bottom-right-radius: initial;
|
|
border-bottom-left-radius: initial;
|
|
}
|
|
.mat-mdc-slider {
|
|
max-width: 300px;
|
|
width: 100%;
|
|
}
|
|
.label-container {
|
|
max-width: 284px;
|
|
} |