Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// =======================
// Layout
// =======================
:root {
// Masterbar
--masterbar-height: 46px;
--masterbar-checkout-height: 72px;
@media only screen and (min-width: 782px) {
--masterbar-height: 32px;
}
// Sidebar size limits
--sidebar-width-max: 272px;
--sidebar-width-min: 228px;
}
// =======================
// Components
// =======================
// Badge
$badge-padding-x: 11px;
$badge-padding-y: 2px;