openreplay/frontend/app/components/BugFinder/insights.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

18 lines
247 B
CSS

@import 'icons.css';
.notes {
margin: 15px 0;
font-weight: 300;
}
.tipIcon {
@mixin icon lightbulb, $gray-medium, 13px;
margin-right: 5px;
}
.tipText {
display: flex;
align-items: center;
color: $gray-medium;
font-size: 12px;
}