artistry
Version:
A powerful and configurable stylesheet
12 lines (10 loc) • 362 B
text/stylus
@require "../settings.styl";
$menu-bar-height ?= 60px;
$menu-bar-padding ?= 10px;
$menu-bar-background-color ?= $blue;
$menu-bar-color ?= $white;
$menu-bar-title-font-size ?= 30px;
$menu-bar-font-size ?= 16px;
$menu-bar-background-color-hover ?= $blue-light;
$menu-bar-background-color-active ?= $blue-dark;
$menu-bar-shadow ?= $box-shadow-height-1;