openreplay/frontend/app/components/ui/TimezoneDropdown/timezoneDropdown.css
2021-05-01 15:12:01 +05:30

24 lines
No EOL
352 B
CSS

.dropdown {
display: flex !important;
padding: 4px 6px;
border-radius: 3px;
color: $gray-darkest;
font-weight: 500;
&:hover {
background-color: $gray-light;
}
}
.dropdownTrigger {
padding: 4px 8px;
border-radius: 3px;
&:hover {
background-color: $gray-light;
}
}
.dropdownIcon {
margin-top: 2px;
margin-left: 3px;
}