openreplay/frontend/app/components/Funnels/FunnelHeader/funnelHeader.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

30 lines
No EOL
535 B
CSS

.dropdown {
display: flex !important;
align-items: center;
padding: 0 20px;
border-radius: 0;
border-radius: 0;
color: $gray-darkest;
font-weight: 500;
height: 54px;
padding-right: 20px;
border-right: solid thin #eee;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
&:hover {
background-color: $gray-lightest;
}
}
.dropdownTrigger {
padding: 4px 8px;
border-radius: 3px;
&:hover {
background-color: $gray-light;
}
}
.dropdownIcon {
margin-top: 4px;
margin-left: 6px;
}