diff options
author | Siri Reiter <siri@jones.dk> | 2017-04-10 09:25:07 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2017-04-10 09:25:07 +0200 |
commit | 82b5cd5fc19faf2cccabc12d43057a899b796e49 (patch) | |
tree | 09070f76b80643ec0d7dfeedfb65b59aeb14d839 /partials |
Diffstat (limited to 'partials')
-rw-r--r-- | partials/_base-h5bp.scss | 5 | ||||
-rw-r--r-- | partials/_base.scss | 31 | ||||
l--------- | partials/_leaflet.scss | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/partials/_base-h5bp.scss b/partials/_base-h5bp.scss new file mode 100644 index 0000000..c9ab66b --- /dev/null +++ b/partials/_base-h5bp.scss @@ -0,0 +1,5 @@ +// Compass integration +// +// No styleguide reference. +$font-size: $baseFontSize; +$line-height: $baseLineHeight; 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% diff --git a/partials/_leaflet.scss b/partials/_leaflet.scss new file mode 120000 index 0000000..40a1f03 --- /dev/null +++ b/partials/_leaflet.scss @@ -0,0 +1 @@ +/usr/share/javascript/leaflet/leaflet.css
\ No newline at end of file |