madiator.com/ui/scss/component/_share.scss
2021-08-16 12:11:25 +02:00

12 lines
161 B
SCSS

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