lbry.com/web/scss/components/_form.scss
ポール ウェッブ 87d594469f Redesign
2019-04-05 16:19:51 -05:00

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;
}
}