Sha256: 0795fde7b464c427f656fdfdee7c98e414807fd157f82e3e06e604a2aa052a34
Contents?: true
Size: 385 Bytes
Versions: 45
Compression:
Stored size: 385 Bytes
Contents
@mixin centered { text-align: center; } @mixin center-block { position: relative; } @mixin center-block__content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } @mixin center-block__content--vertical { left: auto; transform: translateY(-50%); } @mixin center-block__content--horizontal { top: auto; transform: translateX(-50%); }
Version data entries
45 entries across 45 versions & 3 rubygems