9 lines
132 B
SCSS
9 lines
132 B
SCSS
.mat-radio-group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.mat-radio-button:not(:last-child) {
|
|
margin-bottom: 8px;
|
|
}
|