12 lines
320 B
CSS
12 lines
320 B
CSS
@layer vuetify-components {
|
|
.v-radio-group > .v-input__control {
|
|
flex-direction: column;
|
|
}
|
|
.v-radio-group > .v-input__control > .v-label {
|
|
margin-inline-start: 16px;
|
|
}
|
|
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
padding-inline-start: 6px;
|
|
margin-top: 8px;
|
|
}
|
|
} |