Sha256: 36bd4411c37443565fb23c64ea5236675cf5deefa79c8578083cd7a188609654
Contents?: true
Size: 834 Bytes
Versions: 6
Compression:
Stored size: 834 Bytes
Contents
/* ========================================================================== Footer ========================================================================== */ .page-footer { display: flex; justify-content: space-between; flex-wrap: wrap; padding-bottom: 30px; margin: 30px 0; border-bottom: 1px solid $footer-border-color; .page-share { margin-bottom: 10px; text-align: left; a { display: inline-block; text-decoration: none; background-color: $secondary-bg-color; border: 1px solid $secondary-border-color; padding: 5px 10px; margin-left: 5px; color: $primary-text-color; transition: background-color 0.3s; &:first-child { margin-left: 0; } &:hover { background-color: $quaternary-bg-color; } } } }
Version data entries
6 entries across 6 versions & 1 rubygems