Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.shinegis.mu
/
htdocs
/
assets
/
css
/
elems
/
/srv/data/web/vhosts/www.shinegis.mu/htdocs/assets/css/elems/footer.scss
footer.footer { position: relative; display: flex; flex-direction: column; justify-content: space-around; align-items: center; width: 100%; min-height: 635px; background-color: $black; color: $white; .logo-footer { position: relative; width: 100%; height: auto; display: flex; justify-content: center; align-items: center; img { width: 60px; height: auto; object-fit: contain; } } .text { font-size: 30px; } .social-media { display: flex; justify-content: center; align-items: center; .one-social { display: flex; justify-content: center; align-items: center; width: 48px; height: 48px; padding: 14px; background-color: #FFFFFF33; border-radius: 50%; margin-right: 10px; font-size: 21px; transition: all $transition ease-in-out; text-decoration: none; color: $white; &:hover { background-color: $secondary; cursor: pointer; } } } .footer-links { a { position: relative; color: $white; text-decoration: none; padding: 2px 0; margin-right: 20px; font-size: 14px; &::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; opacity: 0; height: 1px; background-color: $secondary; transition: all $transition ease-in-out; } &:hover::before { opacity: 1; } } } .copyright { width: 100%; display: flex; justify-content: center; align-items: center; color: $white-grey; font-size: 14px; text-align: center; } }