Files
copenlight/styles/_share.scss
Ivan Carlos de Almeida 6fa41a771d
Some checks failed
Build, Push, Publish / Build & Release (push) Failing after 2s
Sync Repo / sync (push) Failing after 2s
first load
2025-12-16 04:40:00 -03:00

30 lines
366 B
SCSS

/***** Social share links *****/
.share {
padding: 0;
white-space: nowrap;
}
.share li, .share a {
display: inline-block;
}
.share li {
height: 25px;
width: 25px;
}
.share a {
color: $secondary-text-color;
&:hover {
text-decoration: none;
color: $brand_color;
}
& svg {
height: 18px;
width: 18px;
display: block;
}
}