Sha256: 3e7187c9979358fa5748144872b777ef29008e31a49f46407644834ad5b9905e
Contents?: true
Size: 1.14 KB
Versions: 30
Compression:
Stored size: 1.14 KB
Contents
/******************************* Dimmer *******************************/ @dimmablePosition: relative; @dimmerPosition: absolute; @background: rgba(0, 0, 0 , 0.85); @lineHeight: 1; @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; /*------------------- Types --------------------*/ /* Page Dimmer*/ @transformStyle: ''; @pageDimmerPosition: fixed; /*------------------- Variations --------------------*/ /* Inverted */ @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
30 entries across 30 versions & 2 rubygems