Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";
.plugins-browser-list {
padding-top: 40px;
padding-inline: 0;
.feature-example & {
margin: 0;
}
.section-header {
background: none;
box-shadow: none;
padding: 24px 0;
.section-header__label {
font-size: $font-title-small;
line-height: 28px;
font-weight: 500;
color: var(--studio-gray-80);
}
}
.spotlight {
margin-top: 20px;
}
}
.plugins-browser-list__elements {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
padding: 0;
box-shadow: none;
background: none;
gap: 0 18px;
&::after {
display: none;
}
&.card {
// Card margin interferes with section spacing.
margin-bottom: 0;
}
}