|
|
@@ -30,3 +30,26 @@ $font-family-sans-serif: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kak
|
|
|
$font-family-serif: Georgia, "Times New Roman", Times, serif;
|
|
|
$font-family-monospace: Osaka-Mono, "MS Gothic", Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
|
$font-family-base: $font-family-sans-serif;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+//== Components
|
|
|
+//
|
|
|
+//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
|
|
+$border-radius-base: 0;
|
|
|
+$border-radius-large: 0;
|
|
|
+$border-radius-small: 0;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+//== Forms
|
|
|
+//
|
|
|
+//##
|
|
|
+
|
|
|
+//** `<input>` background color
|
|
|
+$input-bg: $bodycolor;
|
|
|
+//** `<input disabled>` background color
|
|
|
+$input-bg-disabled: darken($bodycolor, 10%);
|
|
|
+
|
|
|
+//** `<input>` border color
|
|
|
+$input-border: $border;
|