Sha256: b10cc21a490d50992e23e96a8e245f618e3c72455db9a0e988d8fcb729aa9ce2
Contents?: true
Size: 816 Bytes
Versions: 34
Compression:
Stored size: 816 Bytes
Contents
// Image .img-center { display: block; margin-left: auto; margin-right: auto; } // Clearfix .floatfix { &:before, &:after { content: ''; display: table; } &:after { clear: both; } } // Overflows .overflow-visible { overflow: visible !important; } .overflow-hidden { overflow: hidden !important; } // Opacity classes .opacity-1 { opacity: .1 !important; } .opacity-2 { opacity: .2 !important; } .opacity-3 { opacity: .3 !important; } .opacity-4 { opacity: .4 !important; } .opacity-5 { opacity: .5 !important; } .opacity-6 { opacity: .6 !important; } .opacity-7 { opacity: .7 !important; } .opacity-8 { opacity: .8 !important; } .opacity-8 { opacity: .9 !important; } .opacity-10 { opacity: 1 !important; }
Version data entries
34 entries across 34 versions & 3 rubygems