fixed a couple syntax errors
This commit is contained in:
parent
b6b64bea5c
commit
24e5c05a94
|
|
@ -1422,9 +1422,6 @@ body {
|
|||
padding-bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
padding-bottom: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.option-label {
|
||||
display: block;
|
||||
|
|
@ -3480,7 +3477,7 @@ body.theme-monochrome {
|
|||
height: 16px;
|
||||
accent-color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Responsive Design */
|
||||
@media (max-width: 768px) {
|
||||
|
|
@ -3637,7 +3634,7 @@ input[type="number"]:focus, input[type="text"]:focus, select:focus {
|
|||
border-color: var(--color-primary);
|
||||
outline: none;
|
||||
box-shadow: 0 0 8px rgba(138, 43, 226, 0.3);
|
||||
}
|
||||
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue