data
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user