mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
15 lines
226 B
SCSS
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;
|
|
} |