openreplay/frontend/app/components/shared/Bookmark/bookmark.css
2021-08-19 13:23:24 +05:30

14 lines
No EOL
202 B
CSS

.favoriteWrapper {
cursor: pointer;
display: flex;
align-items: center;
/* opacity: 0; */
margin: 0 15px;
&[data-favourite=true] {
opacity: 1;
& svg {
fill: $teal;
}
}
}