move variables
This commit is contained in:
parent
c1e67fef8b
commit
fe6f1d300b
2 changed files with 3 additions and 4 deletions
|
@ -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%));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue