Sha256: 5fd9b1776e11c7b2ce68dc58aeec7df1fa7693cf7d9e3f23d4a2bfb26e487326
Contents?: true
Size: 826 Bytes
Versions: 5
Compression:
Stored size: 826 Bytes
Contents
.devise-view { // background: #FFF; // background: -moz-linear-gradient(top, #FFF 0%, $gray-lighter 100%); // background: -webkit-linear-gradient(top, #FFF 0%,$gray-lighter 100%); // background: linear-gradient(to bottom, #FFF 0%,$gray-lighter 100%); // filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='$gray-lighter',GradientType=0 ); background: $gray-lighter; height: 100vh; #main-container { padding-left: 0; position: relative; height: 100vh; } #main-content { position: absolute !important; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); width: 33% !important; padding: $font-size-base * 2; // margin: $font-size-base auto; background-color: #FFF; border-radius: $font-size-base / 2; border: 1px solid $gray-lighter; } }
Version data entries
5 entries across 5 versions & 1 rubygems