Sha256: f63dfd73059b03508fc562c1ccd999231a4f91d3fcb0633ddd944c09470bccd2
Contents?: true
Size: 798 Bytes
Versions: 209
Compression:
Stored size: 798 Bytes
Contents
/******************************* Sidebar *******************************/ /*------------------- Content --------------------*/ /* Animation */ @perspective: 1500px; @duration: 500ms; @easing: @defaultEasing; /* Dimmer */ @dimmerColor: rgba(0, 0, 0, 0.4); @dimmerTransition: opacity @duration; /* Color below page */ @canvasBackground: @lightBlack; /* Shadow */ @boxShadow: 0px 0px 20px @borderColor; @horizontalBoxShadow: @boxShadow; @verticalBoxShadow: @boxShadow; /* Layering */ @bottomLayer: 1; @middleLayer: 2; @fixedLayer: 101; @topLayer: 102; @dimmerLayer: 1000; /*------------------- Variations --------------------*/ /* Width */ @veryThinWidth: 60px; @thinWidth: 150px; @width: 260px; @wideWidth: 350px; @veryWideWidth: 475px; /* Height */ @height: 36px;
Version data entries
209 entries across 209 versions & 2 rubygems