Files
workavia-drive/tdrive/frontend/src/app/components/calendar/date-picker.scss
T
Montassar Ghanmy e0615fa867 📁 Changed TDrive root folder (#16)
📁 Changed TDrive root folder
2023-04-11 10:04:29 +01:00

19 lines
302 B
SCSS
Executable File

.date_selector {
.reset_date {
width: 16px;
height: 16px;
position: absolute;
right: 8px;
top: 12px;
background: #eee;
border-radius: var(--border-radius-large);
font-size: 12px;
color: #444;
cursor: pointer;
&:hover {
background: #ddd;
}
}
}