madiator.com/ui/scss/component/_share.scss

13 lines
161 B
SCSS
Raw Normal View History

2021-08-16 12:11:25 +02:00
.share {
border-radius: 50%;
.icon {
height: 2.2rem;
width: 2.2rem;
stroke: none;
}
&:hover {
box-shadow: var(--card-box-shadow);
}
}