Sha256: 353c7c10ca3fc4699ff5786f24ebd593a1ec31718d0fae6609a9c29409eb8896
Contents?: true
Size: 1.06 KB
Versions: 20
Compression:
Stored size: 1.06 KB
Contents
/******************************* Dimmer *******************************/ @dimmablePosition: relative; @dimmerPosition: absolute; @background: rgba(0, 0, 0 , 0.85); @lineHeight: 1; @transformStyle: preserve-3d; @perspective: 2000px; @duration: 0.5s; @transition: background-color @duration linear ; @zIndex: 1000; @textAlign: center; @verticalAlign: middle; @textColor: @white; @overflow: hidden; @elementStartFilter: ~"blur(0px) grayscale(0)"; @elementEndFilter: ~"blur(15px) grayscale(0.7)"; @elementTransition: 1.5s all ease; /* Hidden (Default) */ @hiddenOpacity: 0; /* Content */ @contentDisplay: table; @contentChildDisplay: table-cell; /* Visible */ @visibleOpacity: 1; @pageDimmerPosition: fixed; /*------------------- Variations --------------------*/ @invertedBackground: rgba(255, 255, 255, 0.85); @invertedTextColor: @textColor; /* Simple */ @simpleZIndex: 1; @simpleStartBackground: rgba(0, 0, 0, 0); @simpleEndBackground: @background; @simpleInvertedStartBackground: rgba(255, 255, 255, 0); @simpleInvertedEndBackground: @invertedBackground;
Version data entries
20 entries across 20 versions & 2 rubygems