Sha256: 86dda7518df9bcb1b5e809d5101d6078470043d0a48441fdbc24348a97fa69a5
Contents?: true
Size: 814 Bytes
Versions: 21
Compression:
Stored size: 814 Bytes
Contents
/******************************* Sidebar *******************************/ /*------------------- Content --------------------*/ /* Animation */ @perspective: 1500px; @duration: 500ms; @easing: ease; /* Dimmer */ @dimmerColor: rgba(0, 0, 0, 0.4); @dimmerTransition: transform @duration, 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
21 entries across 21 versions & 1 rubygems