lbry-desktop/ui/scss/component/_share.scss

13 lines
161 B
SCSS
Raw Normal View History

2020-03-27 14:57:03 -04:00
.share {
border-radius: 50%;
.icon {
2020-03-30 15:43:27 -04:00
height: 2.2rem;
width: 2.2rem;
2020-03-27 14:57:03 -04:00
stroke: none;
}
&:hover {
box-shadow: var(--card-box-shadow);
}
}