Add initial custom styles and variables
This commit is contained in:
@@ -9,15 +9,20 @@
|
||||
// Hier können alle Variablen notiert werden, die nur Auswirkungen auf dieses Theme haben
|
||||
// -------------------Beginn eigene Variablen----------------------------------
|
||||
|
||||
$footer-color: #FFFFFF !default;
|
||||
$footer-bg-color: #2E3740 !default;
|
||||
$header-color: #000000 !default;
|
||||
$header-bg-color: #FFFFFF !default;
|
||||
$copyright-bg-color: #2E3740 !default;
|
||||
//$headings-color: #FFFFFF !default;
|
||||
|
||||
$white: #ffffff !default;
|
||||
$black: #000000 !default;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$transition-base-duration: .8s !default;
|
||||
$transition-base-timing: ease !default;
|
||||
$transition-base: all $transition-base-duration $transition-base-timing !default;
|
||||
$transition-fade: opacity .35s linear !default;
|
||||
|
||||
// -------------------Ende eigene Variablen----------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user