@adobe/spectrum-css
Version:
The Spectrum CSS top-level backwards compatible package
37 lines (31 loc) • 779 B
CSS
.spectrum--large .spectrum-Radio {
min-height: 40px;
margin-right: 20px;
}
.spectrum--large .spectrum-Radio-input {
left: -10px;
width: calc(100% + 20px);
}
.spectrum--large .spectrum-Radio-input:checked + .spectrum-Radio-button {
border-width: 7px;
}
.spectrum--large .spectrum-Radio-label {
margin-left: 13px;
font-size: 17px;
transition: color 130ms ease-in-out;
margin-top: 8px;
}
.spectrum--large .spectrum-Radio-button {
width: 18px;
height: 18px;
margin: 11px 0;
border-radius: 9px;
border-width: 2px;
transition: border 130ms ease-in-out, box-shadow 130ms ease-in-out;
}
.spectrum--large .spectrum-Radio--labelBelow {
height: auto;
}
.spectrum--large .spectrum-Radio--labelBelow .spectrum-Radio-label {
margin: 4px 0 0 0;
}