2024-02-20 16:33:49 -06:00
|
|
|
section.edit-location > article > form.location-edit > label {
|
2023-01-08 14:28:25 -08:00
|
|
|
color: var(--white);
|
|
|
|
}
|
|
|
|
|
2024-02-20 16:33:49 -06:00
|
|
|
section.edit-location > article > form.location-edit > input {
|
2023-01-08 14:28:25 -08:00
|
|
|
width: 290px;
|
|
|
|
}
|
|
|
|
|
2024-02-20 16:33:49 -06:00
|
|
|
section.edit-location > article > form.location-edit > textarea {
|
2023-01-08 14:28:25 -08:00
|
|
|
width: 290px;
|
|
|
|
padding: 5px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
section[role="loc-index"] select {
|
|
|
|
width: 150px;
|
|
|
|
}
|