openreplay/frontend/app/components/ui/SplitButton/splitButton.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

16 lines
No EOL
413 B
CSS

.left {
margin: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border: solid thin $teal !important;
border-right: 0 !important;
box-shadow: none !important;
}
.right {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
box-shadow: none !important;
border: solid thin $teal !important;
padding: 0 12px !important;
}