openreplay/frontend/app/components/BugFinder/findBlock.css
2021-05-01 15:12:01 +05:30

26 lines
No EOL
393 B
CSS

@import 'mixins.css';
.clearStepsButton {
margin-right: 10px;
}
.findBlock {
display: flex;
align-items: center;
justify-content: space-between;
margin-right: auto;
&[data-hide=true] {
display: none;
}
& .findButton {
text-transform: uppercase;
}
& button {
height: 23px !important;
padding: 0px 15px !important;
font-size: 12px !important;
}
}