mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 20:23:32 +08:00
34 lines
589 B
SCSS
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);
|
|
}
|
|
}
|