feat: icônes SVG réelles des réseaux au footer
This commit is contained in:
@@ -1278,6 +1278,47 @@ footer .flag-bar {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.footer-socials {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
margin-top: 1.5rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.social-link {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
color: var(--or-oki);
|
||||
text-decoration: none;
|
||||
transition: transform 0.2s, opacity 0.2s;
|
||||
}
|
||||
|
||||
.social-link svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.social-link:hover {
|
||||
transform: scale(1.1);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.footer-socials {
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.social-link {
|
||||
width: 2.75rem;
|
||||
height: 2.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Donation Styles */
|
||||
.donation-amount {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user