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

106 lines (92 loc) 2.47 kB
@import (once) "../include/vars"; @import (once) "builder/builder"; @schemeBackground: #212121; @schemeBackgroundSecondary: #252525; @schemeTextColor: #ffffff; @schemeTextColorSecondary: #919396; @schemeControlColor: #730014; @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; } } } } } } @ratingOn: #870015; .rating { .stars { li { &.on { color: @ratingOn; } } } &:not(.static) .stars { &:hover { li { color: @ratingOn; } } } } .ribbon-menu { .ribbon-button, .ribbon-tool-button, .ribbon-split, .ribbon-main, .ribbon-icon-button { color: @dark; } } .wizard { & > section, & > .section { &.complete { border-color: darken(@schemeControlColor, 50%); &:nth-child(1) {border-color: @schemeControlColor;} &:nth-child(2) {border-color: darken(@schemeControlColor, 5%);} &:nth-child(3) {border-color: darken(@schemeControlColor, 10%);} &:nth-child(4) {border-color: darken(@schemeControlColor, 15%);} &:nth-child(5) {border-color: darken(@schemeControlColor, 20%);} &:nth-child(6) {border-color: darken(@schemeControlColor, 25%);} &:nth-child(7) {border-color: darken(@schemeControlColor, 30%);} &:nth-child(8) {border-color: darken(@schemeControlColor, 35%);} &:nth-child(9) {border-color: darken(@schemeControlColor, 40%);} &:nth-child(10) {border-color: darken(@schemeControlColor, 50%);} &::before { color: @schemeControlTextColor; } } } } .master { .controls { .next, .prev { &.disabled { color: #323232 !important; } } } } .table { color: @schemeTextColorSecondary; thead { th, td { color: @white; } } }