openreplay/frontend/app/components/ui/SavedSearchList/savedSearchList.css
2021-05-01 15:12:01 +05:30

20 lines
No EOL
273 B
CSS

.header {
margin-bottom: 15px;
& .label {
text-transform: uppercase;
color: gray;
letter-spacing: 0.2em;
}
}
.showMore {
&:hover {
color: $teal;
& svg {
fill: $teal;
}
& .actions {
opacity: 1;
}
}
}