Sha256: 00365865ec19a94460066a1291786da1a3c87a2c903df3963947d612cac46231
Contents?: true
Size: 667 Bytes
Versions: 41
Compression:
Stored size: 667 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
41 entries across 40 versions & 2 rubygems