Sha256: 3ee34ce4a378292a770d6742ce1fdccaeba3c03d3db748a0c177138b9b976378

Contents?: true

Size: 915 Bytes

Versions: 2

Compression:

Stored size: 915 Bytes

Contents

////////////////////////////////////////////////
// YETI
////////////////////////////////////////////////
$grey-darker:  #222;
$grey-dark:    #333;
$grey:         #888;
$grey-light:   #ccc;
$grey-lighter: #e9e9e9;

$orange:       #E99002;
$green:        #43ac6a;
$cyan:         #5bc0de;
$red:          #F04124;

$primary: #008cba !default;
$warning: $orange;

$orange-invert: #fff;
$warning-invert: $orange-invert;

$family-sans-serif: "Open Sans", "Helvetica Neue", Arial, sans-serif;
$body-size: 15px;

$radius: 0;
$radius-small: 0;
$radius-large: 0;

$subtitle-color: $grey;

$button-background-color: $grey-lighter;
$button-border-color: darken($button-background-color, 5);

$navbar-background-color: #767676;
$navbar-item-color: rgba(#fff, 0.6);
$navbar-item-hover-color: #fff;
$navbar-item-active-color: #fff;
$navbar-item-hover-background-color: rgba(#000, 0.1);
$navbar-dropdown-arrow: $navbar-item-color;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
diproart-bulma-rails-0.7.1 vendor/assets/stylesheets/bulmaswatch/yeti/_variables.scss
diproart-bulma-rails-0.7.0 vendor/assets/stylesheets/bulmaswatch/yeti/_variables.scss