add button

This commit is contained in:
2026-03-19 12:29:31 +07:00
parent 25f1da5a32
commit aa60c54c8f
3 changed files with 49 additions and 23 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 678 KiB

-16
View File
@@ -16,22 +16,6 @@
margin-right: 15px;
}
.button-custom {
margin-left: auto;
background-color: var(--main-color);
font-weight: 600;
color: white;
}
.button-custom:hover {
background-color: var(--main-color);
opacity: 0.9;
}
.button-custom:disabled {
opacity: 0.5;
}
.button-dialog {
background-color: var(--main-color);
font-weight: 600;