summaryrefslogtreecommitdiff
path: root/partials/_base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'partials/_base.scss')
-rw-r--r--partials/_base.scss31
1 files changed, 31 insertions, 0 deletions
diff --git a/partials/_base.scss b/partials/_base.scss
new file mode 100644
index 0000000..e2bbd9c
--- /dev/null
+++ b/partials/_base.scss
@@ -0,0 +1,31 @@
+// Typography
+//
+// No styleguide reference.
+$baseFontSize: 12px;
+$baseLineHeight: ($baseFontSize * 2);
+
+// Framework integrations
+//
+// No styleguide reference.
+@import "base-h5bp";
+
+// Structure
+//
+// Layout Gala: https://web.archive.org/web/20071025014516/http://blog.html.it/layoutgala/LayoutGala01.html
+$blockLeft-width: 16%;
+$blockLeft-marginLeft: 2%;
+$blockLeft-marginRight: 0%;
+$blockLeft-marginBoth: ($blockLeft-marginLeft + $blockLeft-marginRight);
+$blockLeft-paddingAny: 1%;
+$blockLeft-paddingBoth: (2 * $blockLeft-paddingAny);
+$blockLeft-fullwidth: ($blockLeft-width + $blockLeft-marginBoth + $blockLeft-paddingBoth); // 20%
+$blockMid-marginLeft: 2%;
+$blockMid-marginRight: 2%;
+$blockMid-marginBoth: ($blockMid-marginLeft + $blockMid-marginRight);
+$blockRight-width: 16%;
+$blockRight-marginLeft: 0%;
+$blockRight-marginRight: 2%;
+$blockRight-marginBoth: ($blockRight-marginLeft + $blockRight-marginRight);
+$blockRight-paddingAny: 1%;
+$blockRight-paddingBoth: (2 * $blockRight-paddingAny);
+$blockRight-fullwidth: ($blockRight-width + $blockRight-marginBoth + $blockRight-paddingBoth); // 20%