mirror of https://gitlab.com/brutaldon/brutaldon
Form CSS fixes for fullbrutalism
This commit is contained in:
parent
64e2524fd5
commit
a31184face
|
@ -235,3 +235,19 @@ summary::before {
|
|||
details[open] summary::before {
|
||||
content: " 🠟 ";
|
||||
}
|
||||
|
||||
.field
|
||||
{
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
label
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.control, .select
|
||||
{
|
||||
margin-top: 0.5ex;
|
||||
margin-bottom: 0.5ex;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue