Sha256: a823e2a5b911d0b2e3ca5c9b3f7db17371af8d35e3eb93de5ac6e8d159e74e5d
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
$sans-serif-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif; // Whites $white-color: #fff ; $white-bg: #fff ; // Blacks $black-bg: rgba(30, 30, 30, 0.97) ; $light-black: #444 ; $black-color: #2c2c2c ; $black-hr: #444 ; $dark-color: $black-color; // Backgrounds $main-bg: #f7f7f8; $dark-background: #555; @include theme-colors(( text-color: #707070, brand-default: #707070, brand-primary: #707070, brand-success: #00c884, brand-info: #00bdd6, brand-warning: #ffc200, brand-danger: #ff5551, brand-light: $gray-400, brand-dark: $dark-color, sidenav-menu-bg: #efefef, sidenav-header-color: #010101, sidenav-header-bg: #efefef, sidenav-header-link: #707070, sidenav-header-link-hover: #323232, sidenav-color: darken(#0077b5, 5%), sidenav-menu-item-bg: #707070, sidenav-menu-item-color: #1c1e1c, sidenav-menu-item-icon: #8b8f94, tooltip-bg: #707070, tooltip-color: white )); $navbar-background: #fff; $navbar-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .045); $card-border-radius: $border-radius-extra-small; $card-outer-shadow: 0 1px 2px rgba(0,0,0,.075); $navbar-navlink-color: #707070; $navbar-navlink-hover-bg: $gray-300; $form-input-radius: 2px; $navbar-toggle: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23");
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kiso_themes-1.0.2 | lib/sass/kiso_themes/lyra/styles/_charcoal_variables.scss |