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