12 lines
161 B
SCSS
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);
|
|
}
|
|
}
|