Sha256: 9e4fcf6bd7abb7f099e3791607335905308e95670701f73bc0d9260e25b2136b
Contents?: true
Size: 726 Bytes
Versions: 29
Compression:
Stored size: 726 Bytes
Contents
/******************************* Sidebar *******************************/ /*------------------- Element --------------------*/ @dimmerColor: rgba(0, 0, 0, 0.4); @canvasBackground: @lightBlack; @perspective: 1500px; @duration: 500ms; @easing: ease; @boxShadow: 0px 0px 20px @borderColor; @horizontalBoxShadow: @boxShadow; @verticalBoxShadow: @boxShadow; /* Indexes */ @bottomLayer: 1; @middleLayer: 2; @fixedLayer: 101; @topLayer: 102; @dimmerLayer: 1000; /*------------------- Variations --------------------*/ /* Width */ @sidebarVeryThinWidth: 60px; @sidebarThinWidth: 150px; @sidebarWidth: 260px; @sidebarWideWidth: 350px; @sidebarVeryWideWidth: 475px; /* Height */ @sidebarHeight: auto;
Version data entries
29 entries across 29 versions & 3 rubygems