vendor/assets/stylesheets/footer.scss in active_frontend-4.5.1 vs vendor/assets/stylesheets/footer.scss in active_frontend-5.0.0

- old
+ new

@@ -13,12 +13,12 @@ position: fixed; right: 0; z-index: 1030; } .footer { - background: rgba(42,44,48,1); - border-top: 4px solid rgba(255,255,255,0.1); + background: rgba(52,64,68,1); + border-top: 2px solid rgba(255,255,255,0.2); box-sizing: border-box; width: 100%; margin-top: 40px; padding: 20px 0; } @@ -48,11 +48,11 @@ 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 > .footer-nav > li > a:focus { color: rgba(0,153,255,1); } .footer-footnote { float: left; color: rgba(255,255,255,1); font-size: 10px; line-height: 10px; @@ -61,13 +61,13 @@ /* # Alternate ================================================== */ .footer.footer-alt { background: rgba(255,255,255,1); - border-top: 2px solid rgba(235,242,247,1); + border-top-color: rgba(245,248,250,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-brand > a, +.footer.footer-alt > .footer-nav > li > a, .footer.footer-alt > .footer-footnote { color: rgba(136,153,166,1); } /* # Application ================================================== */ .footer.footer-app { width: calc(100% - 280px); } \ No newline at end of file