lbry-desktop/ui/scss/component/_share.scss
2020-03-30 15:49:45 -04:00

13 lines
161 B
SCSS

.share {
border-radius: 50%;
.icon {
height: 2.2rem;
width: 2.2rem;
stroke: none;
}
&:hover {
box-shadow: var(--card-box-shadow);
}
}