LANCommander/LANCommander.Server/Styles/_social.scss

19 lines
321 B
SCSS
Raw Permalink Normal View History

2025-01-20 14:27:08 -06:00
.social {
2025-02-06 19:42:55 -06:00
padding: 16px 8px;
margin-top: auto;
border-top: 1px solid rgba(255, 255, 255, 0.1);
2025-01-20 14:27:08 -06:00
a {
color: #fff;
2025-02-06 19:42:55 -06:00
opacity: 0.65;
transition: opacity 0.2s ease;
&:hover {
opacity: 1;
}
2025-01-20 14:27:08 -06:00
}
path {
2025-02-06 19:42:55 -06:00
fill: currentColor;
2025-01-20 14:27:08 -06:00
}
}