Sha256: 93ca12b87d25da09b3a1b4566e56ac596d05e958e8b6caf5462fbf2aee505476
Contents?: true
Size: 567 Bytes
Versions: 8
Compression:
Stored size: 567 Bytes
Contents
$breadcrumb-separator-gap: 8px; $avatar-size: 40px; // html, body and footer styles needed to stick footer to bottom html { height: 100%; } body { display: flex; flex-direction: column; height: 100%; } footer { margin-top: auto; } .mu-footer { border-top: 1px solid $mu-color-separator; margin-bottom: 22px; padding-top: 10px; .mu-footer-row { @media (min-width: 768px){ @include display-flex(row, space-between, center); } @media (max-width: 767px){ @include display-flex(column, space-between, center); } } }
Version data entries
8 entries across 8 versions & 1 rubygems