Sha256: 4752c37aed0836616c56a2a4c7a3224c87d145b22bfdfa49d606c7ae439be47b
Contents?: true
Size: 668 Bytes
Versions: 8
Compression:
Stored size: 668 Bytes
Contents
@import '_bootstrap'; @import "font-awesome-sprockets"; @import "font-awesome"; html, body { height: 100%; } .modal { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } div.muted { opacity: 0.5; } .navbar-transparent { // @extend .navbar-default; background-color: transparent; border-color: transparent; } .overlay { width: 100%; height: 100%; position: absolute; @for $i from 1 through 99 { &.white-#{$i} { background-color: #FFF; opacity: $i / 100; } &.black-#{$i} { background-color: #000; opacity: $i / 100; } } }
Version data entries
8 entries across 8 versions & 1 rubygems