vendor/assets/stylesheets/footer.scss in active_frontend-3.0.4 vs vendor/assets/stylesheets/footer.scss in active_frontend-4.0.0

- old
+ new

@@ -11,12 +11,12 @@ position: fixed; right: 0; z-index: 1030; } .footer { - background: rgba(24,24,24,1); - border-top: 2px solid rgba(4,4,4,1); + background: rgba(42,44,48,1); + border-top: 4px solid rgba(255,255,255,0.1); box-sizing: border-box; width: 100%; margin-top: 40px; padding: 20px 0; } @@ -43,10 +43,14 @@ color: rgba(255,255,255,1); font-weight: 500; text-decoration: none; text-transform: uppercase; } +.footer > .footer-nav > li > a.active, +.footer > .footer-nav > li > a:active, +.footer > .footer-nav > li > a:hover, +.footer > .footer-nav > li > a:focus { color: rgba(91,146,250,1); } .footer-footnote { float: left; color: rgba(255,255,255,1); font-size: 10px; line-height: 10px; @@ -55,10 +59,10 @@ /* # Alternate ================================================== */ .footer.footer-alt { background: rgba(255,255,255,1); - border-top: 2px solid rgba(243,243,243,1); + border-top: 2px solid rgba(235,242,247,1); } -.footer.footer-alt > .footer-brand > a { color: rgba(34,34,34,1); } -.footer.footer-alt >.footer-nav > li > a { color: rgba(34,34,34,1); } -.footer.footer-alt > .footer-footnote { color: rgba(34,34,34,1); } +.footer.footer-alt > .footer-brand > a { color: rgba(136,153,166,1); } +.footer.footer-alt > .footer-nav > li > a { color: rgba(136,153,166,1); } +.footer.footer-alt > .footer-footnote { color: rgba(136,153,166,1); } \ No newline at end of file