add doors

This commit is contained in:
2026-03-07 22:39:06 +07:00
parent 4f6a96a49a
commit 48d2a814fe
3 changed files with 53 additions and 7 deletions
+21
View File
@@ -32,6 +32,27 @@
opacity: 0.5;
}
.button-dialog {
background-color: var(--main-color);
font-weight: 600;
color: white;
padding: 6px 14px;
border: 1px solid #ddd;
border-radius: 15px;
font-size: 16px;
margin-right: 6px;
}
.button-dialog:hover {
background-color: var(--main-color);
opacity: 0.9;
}
.button-dialog:disabled {
opacity: 0.5;
}
.input-custom, .button-custom {
padding: 12px 16px;
border: 1px solid #ddd;