/
githubmirror
/
Semantic-UI
Обзор
Документация
Войти
/
githubmirror
/
Semantic-UI
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/themes/default/modules/sidebar.variables
45 строк
798 B
jlukic
Add active reveal state, tweak colors
02 апр 2015, 08:04
02 апр 2015, 08:04
251d683
Код
Авторство
О чём код?
/******************************* 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;