Sha256: bd9b248baf6cc7747d317c8fa7bd4ef8f20fc74c6a3a9212bd63ceaf0e3e6e79
Contents?: true
Size: 831 Bytes
Versions: 64
Compression:
Stored size: 831 Bytes
Contents
body { height: 100vh; // background: linear-gradient(-20deg, #09b7b9 30%, #1c51a4 100%); background-color: $background; } .jumbotron { background-color: $background; color: $text; } .vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; } #up-arrow { bottom: -2em; margin-right: auto; margin-left: auto; opacity: 0.2; filter: alpha(opacity=20); /* For IE8 and earlier */ } .fa-pencil:before, .icon-pencil:before { content: "\f044"; } #new_user div.checkbox:hover { color: $text-highlight } #new_user div.actions input.btn { width: 100%; background-color: $element; border-color: $element-border; }
Version data entries
64 entries across 64 versions & 1 rubygems