rdio-scanner/client/imports/app/radio/radio-control/radio-control.component.scss
Chrystian Huot 7c2ee69151 first commit
2019-06-12 11:43:21 -04:00

19 lines
333 B
SCSS

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