e0615fa867
📁 Changed TDrive root folder
19 lines
302 B
SCSS
Executable File
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;
|
|
}
|
|
}
|
|
}
|