Sha256: 2dbb760ff101fab678cf01e41061c6a564244bc1b965aae51815f98e7dd1975f
Contents?: true
Size: 528 Bytes
Versions: 6
Compression:
Stored size: 528 Bytes
Contents
@import "../globals/all"; html { background-color: $background_gradient_end; } body, html { height: 100%; } body { @include locomotive_gradient; padding-bottom: 20px; } .wrapper { height: 100%; .main { @include full-space(); left: $grid-gutter-width; right: $grid-gutter-width; @include make-row(); .content { height: 100%; @include display-flex; @include flex-direction(column); @include flex-align(center); @include flex-justify-content(center); } } }
Version data entries
6 entries across 6 versions & 1 rubygems