Sha256: 6afe63f9f3a57f73c4eec1131fef082993d5ff7e2d02c31e585c59dcd35b84d1

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: #aac39d,
 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: #a9c397,
 sidenav-menu-item-color: #899c80,
 sidenav-menu-item-icon: #75b47c,

 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/_lime_variables.scss