17 lines
383 B
SCSS
17 lines
383 B
SCSS
.date-range-control-card {
|
|
background: #ffffff;
|
|
border-radius: 20px;
|
|
box-shadow: 0 2px 8px 0 rgba(44, 62, 80, 0.06), 0 1.5px 4px 0 rgba(44, 62, 80, 0.03);
|
|
padding: 1rem 1.25rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.date-range-label {
|
|
font-size: 0.95rem;
|
|
font-weight: 600;
|
|
color: #1a211c;
|
|
letter-spacing: 0.02em;
|
|
text-transform: uppercase;
|
|
} |