openreplay/frontend/app/components/Dashboard/Widgets/SpeedIndexLocation/scale.css
2021-05-01 15:12:01 +05:30

11 lines
No EOL
201 B
CSS

.bars {
& div:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
& div:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
}