cssOMS/form.scss
Dennis Eichhorn 85ef1f8ccb bump
2024-02-28 05:09:14 +00:00

37 lines
507 B
SCSS
Executable File

form {
li {
margin: 5px 0 5px 0;
}
td {
white-space: nowrap;
padding-bottom: 5px;
textarea+i {
vertical-align: top;
}
}
label {
font-size: .9rem;
color: rgba(0, 0, 0, 1.0);
}
i+i {
margin-left: 3px;
}
.layout td+td {
padding-left: 5px;
}
.list {
font-size: 1rem;
td {
white-space: nowrap;
padding: 3px 5px 3px 5px;
}
}
}