Files
filestash/client/components/formbuilder.scss
2019-01-28 01:09:45 +11:00

34 lines
589 B
SCSS

.formbuilder{
input[type="checkbox"]{
top: 5px;
}
.description{
margin-top: -5px;
margin-bottom: 10px;
opacity: 0.25;
font-size: 0.95em;
}
input::placeholder, textarea::placeholder{
opacity: 0.6;
}
label.input_type_hidden{
display: none;
}
fieldset{
legend{
text-transform: uppercase;
font-weight: 200;
font-size: 1em;
padding: 0 15px;
}
}
img{
max-height: 110px;
border: 8px solid rgba(0,0,0,0);
}
}