openreplay/frontend/app/components/shared/DateRangeDropdown/dateRangePopup.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

24 lines
445 B
CSS

.wrapper {
background-color: white;
outline: solid thin #CCC;
& .body {
display: flex;
border-bottom: solid thin $gray-light;
padding: 5px;
}
}
.preSelections {
width: 130px;
background-color: white;
border-right: solid thin $gray-light;
& > div {
padding: 8px 10px;
width: 100%;
cursor: pointer;
&:hover {
background-color: $active-blue;
}
}
}