Files
owncast/web/components/ui/SocialLinks/SocialLinks.module.scss
Germaine Lee 9be8fa56c2 Add background color and title attribute to social images (#4192)
* Make social links wrap

* Add background to social links

* add title to social link

* fix lint attempt

* css lint fix attempt

* scss prettier

---------

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2025-02-07 18:56:24 -08:00

19 lines
288 B
SCSS

.link {
width: 30px;
}
.linkBackground {
background-color: var(--theme-color-components-content-background);
border-radius: 50%;
padding: 8px;
}
.links {
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: center;
justify-content: flex-start;
margin-top: 5px;
}