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

9 lines
No EOL
205 B
CSS

.wrapper {
padding: 3px 8px;
background-color: $gray-lightest;
border-radius: 10px;
margin-right: 5px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
font-size: 13px;
color: $gray-medium;
}