diff --git a/src/main/resources/static/css/cas.css b/src/main/resources/static/css/cas.css index 9b31bc7..ef2d83e 100644 --- a/src/main/resources/static/css/cas.css +++ b/src/main/resources/static/css/cas.css @@ -760,7 +760,7 @@ hr { footer { --primary-dark: #D73333; --primary: #E5554F; - + display: block; } .footer-cols { padding: 64px 0; @@ -783,6 +783,35 @@ footer .apps-links a:hover { color: #D73333; } +:is(.social-links) :is(a,button) { + font-size: 0.75rem; + color: #D73333; + text-decoration: none +} + +:is(.social-links) :is(a,button):hover { + color: #A40E0E; +} +.social-links { + margin-top: 128px; + display: flex; + align-items: center; + justify-content: center; + gap: 1.5rem; + vertical-align: baseline; +} + +.social-links a { + height: 23px; + display: flex; + align-items: center +} + +.social-links svg { + max-height: 23px; + width: auto +} + @media(max-width: 1030px) { body { --h1-font-size: 2.625rem; @@ -837,4 +866,7 @@ footer .apps-links a:hover { footer .apps-links a:hover { color: #D73333; } + .social-links { + margin: 65px 0 50px + } } \ No newline at end of file diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html index 32abad6..50c271b 100644 --- a/src/main/resources/templates/fragments/footer.html +++ b/src/main/resources/templates/fragments/footer.html @@ -1,4 +1,4 @@ -