feat: add selectable map backgrounds
This commit is contained in:
+8
-2
@@ -93,6 +93,10 @@ form.panel {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.background-selector {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
label {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -105,7 +109,8 @@ label span {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
input {
|
||||
input,
|
||||
select {
|
||||
width: 100%;
|
||||
padding: 12px 14px;
|
||||
border-radius: 14px;
|
||||
@@ -115,7 +120,8 @@ input {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
input:focus,
|
||||
select:focus {
|
||||
outline: 2px solid rgba(31, 122, 98, 0.18);
|
||||
border-color: var(--accent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user