_sass/_variables.scss in jekyll-theme-glueckkanja-1.1.8 vs _sass/_variables.scss in jekyll-theme-glueckkanja-1.2.0
- old
+ new
@@ -27,11 +27,10 @@
$header-text-shadow: false;
$header-background-color: $primary-color;
$intro-text-color: $font-color;
$navbar-color: $gk-grey;
-
// BOOTSTRAP
// Base vars
$font-size-base:16px;
$line-height-base:1.5625;
$font-size-h1:30px;
@@ -85,5 +84,16 @@
// Forms
$input-border-focus:$gk-blue;
$input-border-radius:0;
$input-border-radius-small:0;
$input-border-radius-large:0;
+
+$padding-base-horizontal:0;
+$padding-base-vertical:0;
+$padding-large-horizontal:0;
+$padding-large-vertical:0;
+$padding-small-horizontal:0;
+$padding-small-vertical:0;
+
+$fa-var-angle-down:0;
+$font-size-large:18px;
+$font-size-small:12px;
\ No newline at end of file