1
Fork 0

move variables

This commit is contained in:
Jake Howard 2017-01-19 19:41:19 +00:00
parent c1e67fef8b
commit fe6f1d300b
2 changed files with 3 additions and 4 deletions

View file

@ -15,11 +15,8 @@
@include button-variant(#333, #F5F5F5, #D8D8D8);
}
$btn-srobo-bg: #253571;
$btn-srobo-border: darken($btn-srobo-bg, 5%);
.btn-srobo {
@include button-variant(#DADADA, $btn-srobo-bg, $btn-srobo-border);
@include button-variant($white, $srobo-blue, darken($srobo-blue, 5%));
}

View file

@ -12,6 +12,8 @@ $white: #FFF;
$footer-height: 300px;
$font-family-heading: "Open Sans", "Helvetica Neue", Arial, sans-serif;
$srobo-blue: #243373;
/* @group Bootstrap Overrides */
$font-family-base: "Roboto", "Helvetica Neue", Arial, sans-serif;