mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
21 lines
299 B
Sass
21 lines
299 B
Sass
@import '../style'
|
|
|
|
.ButtonRadio
|
|
display: flex
|
|
justify-content: center
|
|
flex-wrap: wrap
|
|
gap: .25em
|
|
cursor: pointer
|
|
|
|
*
|
|
cursor: pointer
|
|
|
|
.radio-button
|
|
@extend .button
|
|
|
|
.radio-button.checked
|
|
@extend .button.active
|
|
|
|
input[type="radio"]
|
|
opacity: 0
|
|
position: absolute
|