From b6ae804c6ca6b8e4e82a00b01b787896f6c0ad7f Mon Sep 17 00:00:00 2001 From: José Mota Date: Thu, 1 May 2014 14:44:50 +0100 Subject: Rename to _sass so Jekyll doesn't build it. --- _sass/main.sass | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 _sass/main.sass (limited to '_sass/main.sass') diff --git a/_sass/main.sass b/_sass/main.sass new file mode 100644 index 0000000..094830c --- /dev/null +++ b/_sass/main.sass @@ -0,0 +1,42 @@ +@import "variables" +@import "elements" +@import "bootstrap" + +#cta + margin-top: 120px + margin-bottom: 120px + h1 + font-size: 48px + letter-spacing: -1px + margin-bottom: 1em + strong + font-weight: 400 + +.feature-icon + background: $brand-primary + width: 3em + text-align: center + line-height: 3em + height: 3em + font-size: 2.5em + color: #fff + border-radius: 50% + margin: 0.5em auto + +footer + border-top: 1px solid #eee + padding-top: .5em + margin-top: .5em + +.feature + border-top: 1px solid #eee + +section.feature + padding-bottom: 2em + padding-top: 2em + +#title + border-bottom: 1px solid rgba(#000,0.1) + padding-top: 2em + padding-bottom: 2em + margin-bottom: 2em -- cgit v1.2.3-54-g00ecf