auto-git:
[change] settings.html
This commit is contained in:
@@ -90,6 +90,17 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
select, input[type="number"] {
|
||||
min-width: 80px;
|
||||
max-width: 100%;
|
||||
padding: 0.4em 0.6em;
|
||||
border: 1.2px solid #cbd5e1;
|
||||
border-radius: 6px;
|
||||
font-size: 1rem;
|
||||
color: #334155;
|
||||
background: #f8fafc;
|
||||
margin-left: 0.8rem;
|
||||
}
|
||||
/* Buttons */
|
||||
.buttons {
|
||||
display: flex; justify-content: flex-end; gap: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user