Sha256: 9c577848f15757e72b0657e71e670d4fc4f68c55bb4d885b357fbff4d46e646d
Contents?: true
Size: 1.42 KB
Versions: 12
Compression:
Stored size: 1.42 KB
Contents
/* Table of Contents ================================================== # Footer # Alternate */ /* # Footer ================================================== */ .footer { background: rgba(255,255,255,1); border-top: 1px solid rgba(225,232,237,1); box-shadow: inset 0 1px 3px rgba(225,232,237,1); color: rgba(136,153,166,1); margin-top: 80px; padding: 50px 0; } .footer-brand { margin: -79px 0 30px 0; text-align: center; } .footer-brand > a { background: rgba(255,255,255,1); border-radius: 4px; box-shadow: 0 1px 2px rgba(225,232,237,1); color: rgba(136,153,166,1); display: inline-block; font-size: 44px; height: 46px; padding: 5px 0 2px 0; opacity: 1; text-decoration: none; text-align: center; vertical-align: middle; width: 50px; } .footer-title { color: rgba(136,153,166,1); letter-spacing: 1px; text-transform: uppercase; } .footer-nav { font-size: 14px; line-height: 22px; list-style-type: none; margin: 0; padding: 0; } .footer-nav > li > a { color: rgba(136,153,166,1); text-decoration: none; } .footer-nav > li > a:hover { color: rgba(102,117,127,1); } .footer-footnote { display: block; margin-top: 30px; text-align: center; } /* # Alternate ================================================== */ .footer-alt { background: transparent; border-color: transparent; box-shadow: none; } .footer-alt .footer-brand > a { background: transparent; box-shadow: none; }
Version data entries
12 entries across 12 versions & 1 rubygems