@adobe/spectrum-css
Version:
The Spectrum CSS top-level backwards compatible package
37 lines (28 loc) • 716 B
CSS
.spectrum--large .spectrum-AssetList-item {
width: 272px;
height: 40px;
padding: 0 16px 0 16px;
margin: 0 0 4px 0;
border-radius: 4px;
transition: background-color 130ms ease-in-out;
font-size: 17px;
font-weight: 400;
}
.spectrum--large .spectrum-AssetList-item::before {
height: 40px;
border-radius: 4px;
}
.spectrum--large .spectrum-AssetList-item .spectrum-AssetList-itemThumbnail {
width: 24px;
height: 24px;
margin-left: 8px;
}
.spectrum--large .spectrum-AssetList-itemSelector {
margin: 0;
}
.spectrum--large .spectrum-AssetList-itemChildIndicator {
transition: transform ease 130ms;
}
.spectrum--large .spectrum-AssetList-itemLabel {
padding-left: 8px;
}