41 lines
532 B
SCSS
41 lines
532 B
SCSS
|
|
/* /scss/pages/admin/vgifts.scss */
|
||
|
|
|
||
|
|
#content input {
|
||
|
|
height: auto;
|
||
|
|
width: auto;
|
||
|
|
display: inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content input[type="text"] {
|
||
|
|
margin: 0.5em 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content input[type="file"] {
|
||
|
|
font-size: 85%;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content label {
|
||
|
|
margin-top: 1em;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content h2, #content p {
|
||
|
|
margin-top: 1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content h3, #content li {
|
||
|
|
margin: 0.5em 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content h4 {
|
||
|
|
margin-top: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content ol {
|
||
|
|
list-style: decimal inside;
|
||
|
|
}
|
||
|
|
|
||
|
|
#content ul {
|
||
|
|
list-style: none; margin-left: 0;
|
||
|
|
}
|