This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2014-12-10 11:36:38 +00:00
|
|
|
|
// Use this file to overwrite the basic Bootstrap variables and add your own variables
|
|
|
|
|
// To overwrite a Bootstrap variable you don´t have to touch the Bootstrap folder.
|
2015-02-13 13:32:27 +00:00
|
|
|
|
// Just copy a variable from /sass/bootstrap/_variables.scss, paste it here and edit the value.
|
|
|
|
|
// As example you find one of the most important Bootstrap variable below: $brand-primary.
|
|
|
|
|
// Thats the ugly Bootstrap blue used for all the links, primary buttons etc.
|
|
|
|
|
// Just add your color code here, compile the theme.scss file to change this color everywhere
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
2016-12-16 13:47:04 +00:00
|
|
|
|
$font-family-sans-serif:Arial, sans-serif;
|
2017-01-07 10:33:07 +00:00
|
|
|
|
$brand-primary: #7852B2; //#ff6d5a
|
2016-01-08 08:21:53 +00:00
|
|
|
|
|
|
|
|
|
// Basics of a navbar
|
|
|
|
|
$navbar-height: 60px;
|
|
|
|
|
$navbar-margin-bottom: 0px;
|
|
|
|
|
$navbar-border-radius: 0px;
|