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

13 lines
161 B
SCSS
Raw Normal View History

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