www-new/components/SocialLinks.module.css

27 lines
313 B
CSS
Raw Permalink Normal View History

2021-06-13 19:55:25 -04:00
.link,
.links {
display: inline-flex;
2021-06-13 19:55:25 -04:00
align-items: center;
}
.link {
margin-left: calc(20rem / 16);
}
.link:first-child {
margin-left: 0;
2021-06-13 19:55:25 -04:00
}
.big > * {
width: calc(40rem / 16);
height: calc(40rem / 16);
}
2021-06-23 22:10:51 -04:00
.blue {
fill: var(--primary-accent-soft);
2021-06-23 22:10:51 -04:00
}
.white {
fill: var(--primary-background);
2021-06-23 22:10:51 -04:00
}