rdio-scanner/client/imports/app/radio/radio-control/radio-control.component.scss
2019-07-09 10:33:54 -04:00

15 lines
226 B
SCSS

:host {
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
padding: 3px;
}
.radio-button {
line-height: normal;
}
div:not(:last-child) {
margin-bottom: 12px;
}