openreplay/frontend/app/components/shared/DropdownPlain/DropdownPlain.css
2022-03-04 16:25:56 +01:00

25 lines
No EOL
404 B
CSS

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