Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
@import "@automattic/color-studio/dist/color-variables";
@import "@wordpress/base-styles/breakpoints";
$arrow_down_base64: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjkxNjYwNSAxLjMzMzVMNS40OTk5NCA1LjUwMDE2TDEwLjA4MzMgMS4zMzM1IiBzdHJva2U9IiM4QzhGOTQiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=);
%form-fieldset {
margin-bottom: 32px;
}
%form-label {
color: $studio-black;
font-size: $font-body;
font-weight: 400;
line-height: $font-title-medium;
margin-bottom: 8px;
}
%form-select {
background: $studio-white $arrow_down_base64 no-repeat right 20px center;
border-radius: 4px;
border-color: $studio-gray-10;
color: $studio-gray-100;
height: 44px;
font-size: $font-body-small;
line-height: $font-title-small;
padding: 12px 32px 12px 16px;
}
%form-checkbox {
box-sizing: border-box;
width: 20px;
height: 20px;
background: $studio-white;
border: 1px solid $studio-gray-20;
border-radius: 2px;
margin-right: 12px;
}