thebadspace/public/assets/css/back/locations.css

18 lines
342 B
CSS
Raw Normal View History

section.edit-location > article > form.location-edit > label {
color: var(--white);
}
section.edit-location > article > form.location-edit > input {
width: 290px;
}
section.edit-location > article > form.location-edit > textarea {
width: 290px;
padding: 5px;
height: 100px;
}
section[role="loc-index"] select {
width: 150px;
}