Sha256: a618a3dee0caf4f9532571bd0ada1a58d23dbb74ff298a4dc9dd354d7303b278
Contents?: true
Size: 432 Bytes
Versions: 40
Compression:
Stored size: 432 Bytes
Contents
/*------------------------------------ Z-Index ------------------------------------*/ .g-z-index { &-auto { z-index: auto; } &-1 { z-index: 1; } &-2 { z-index: 2; } &-3 { z-index: 3; &--hover:hover { z-index: 3; } } &-4 { z-index: 4; &--hover:hover { z-index: 4; } } &-9999 { z-index: 9999; } &-minus { &-1 { z-index: -1; } } }
Version data entries
40 entries across 40 versions & 1 rubygems