Sha256: f4154b8b434287edab7729e262825b0aafb65b99f098850871e9a2378b60d21a
Contents?: true
Size: 678 Bytes
Versions: 40
Compression:
Stored size: 678 Bytes
Contents
/*------------------------------------ Positions ------------------------------------*/ .g-pos { &-rel { position: relative !important; } &-abs { position: absolute !important; } &-stc { position: static !important; } &-fix { position: fixed !important; } } @media (min-width: $g-md) { .g-pos { &-rel--md { position: relative !important; } &-fix--md { position: fixed !important; } &-abs--md { position: absolute !important; } &-fix--md { position: fixed !important; } } } @media (min-width: $g-lg) { .g-pos { &-abs--lg { position: absolute !important; } } }
Version data entries
40 entries across 40 versions & 1 rubygems