This commit is contained in:
2026-02-02 19:49:32 +05:00
parent 0b54ca8404
commit 24e24f8d7f
2 changed files with 29 additions and 14 deletions

View File

@@ -2362,6 +2362,26 @@ small {
margin-top: 10px;
}
.date-btn {
flex: 1;
padding: 10px 15px;
background: #f8f9fa;
border: 2px solid #e9ecef;
border-radius: 8px;
color: #495057;
font-size: 14px;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.date-btn:hover {
background: #f2f4f7;
border-color: #3d94eb;
transform: translateY(-2px);
}
.time-btn {
flex: 1;
padding: 10px 15px;