Adding new functionality

This commit is contained in:
2025-08-31 06:20:15 -07:00
parent c8c02da433
commit 5b6011bdb8
9 changed files with 1821 additions and 82 deletions

View File

@@ -455,6 +455,16 @@
transform: translateY(-1px);
}
.twp-btn-warning {
background: #ffc107;
color: #212529;
}
.twp-btn-warning:hover {
background: #e0a800;
transform: translateY(-1px);
}
.twp-btn-success {
background: #007cba;
color: white;