mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
30 lines
388 B
SCSS
30 lines
388 B
SCSS
checkbox-element {
|
|
span {
|
|
color: initial;
|
|
}
|
|
}
|
|
|
|
input-submit {
|
|
position: relative;
|
|
}
|
|
|
|
label {
|
|
&.symbol-prefix {
|
|
width: 2rem; height: 100%;
|
|
|
|
color: var(--lbry-gray-4);
|
|
display: block;
|
|
line-height: 2.3;
|
|
padding-left: 0.3rem;
|
|
position: absolute;
|
|
text-align: center;
|
|
|
|
+ input {
|
|
padding-left: 2rem;
|
|
}
|
|
}
|
|
|
|
a {
|
|
font-weight: 600;
|
|
}
|
|
}
|