UNPKG

metro4

Version:

The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style

38 lines (33 loc) 800 B
@import (once) "../include/vars"; @import (once) "builder/builder"; @schemeBackground: #ffffff; @schemeBackgroundSecondary: #f5f5f5; @schemeTextColor: #464646; @schemeTextColorSecondary: #464646; @schemeControlColor: #0CA9F2; @schemeControlTextColor: #ffffff; @schemeFontFamily: @fontName; @schemeFontSize: @fontSize; .scheme-builder( @schemeBackground, @schemeBackgroundSecondary, @schemeTextColor, @schemeTextColorSecondary, @schemeControlColor, @schemeControlTextColor, @schemeFontFamily, @schemeFontSize ); .navview { .navview-pane { .navview-menu { li { &.active { &::before { background-color: @white; } } } } } }