Sha256: e1444105c75b7d2111cca0d9b4d1c9fb4b1d93f6946592659fa462578eab5aeb
Contents?: true
Size: 641 Bytes
Versions: 10
Compression:
Stored size: 641 Bytes
Contents
/* ------------------------------------------------------------ *\ Footer \* ------------------------------------------------------------ */ .footer { position: relative; z-index: 2; color: $white; .footer__content { padding: 50px 0 34px; border-bottom: 1px solid #acacac; } .footer__bar { padding: 20px 50px; font-size: 16px; display: flex; align-items: center; justify-content: space-between; } .footer__bar ul { list-style-type: none; display: flex; align-items: center; padding: 0; margin: 0; } .footer__bar ul li + li { margin-left: 18px; } .footer__bar ul a:hover { color: $danger; } }
Version data entries
10 entries across 10 versions & 4 rubygems