diff options
author | Eric Bidelman | 2013-04-29 14:53:53 -0700 |
---|---|---|
committer | Eric Bidelman | 2013-04-29 14:53:53 -0700 |
commit | 07fa54cb316721ea1522f801063dd2109530a8bf (patch) | |
tree | ae56a9e73651d42a7c6aa9b6b5d90085540fd871 /theme/scss/default.scss | |
parent | fa1c41da5a639fd54c064a5a34fdef9cbb794cd8 (diff) | |
download | io-slides-remote-07fa54cb316721ea1522f801063dd2109530a8bf.tar.gz |
io2013 style updates
Diffstat (limited to 'theme/scss/default.scss')
-rw-r--r-- | theme/scss/default.scss | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/theme/scss/default.scss b/theme/scss/default.scss index f1e9816..b8d11b0 100644 --- a/theme/scss/default.scss +++ b/theme/scss/default.scss | |||
@@ -2,41 +2,6 @@ | |||
2 | @import "compass/css3/columns"; | 2 | @import "compass/css3/columns"; |
3 | @import "compass/css3/user-interface"; | 3 | @import "compass/css3/user-interface"; |
4 | 4 | ||
5 | $social-tags: '#yourhashtag'; | ||
6 | $brand-small-icon-size: 30px; | ||
7 | |||
8 | $gray-1: #e6e6e6; | ||
9 | $gray-2: #a9a9a9; | ||
10 | $gray-3: #797979; | ||
11 | $gray-4: #515151; | ||
12 | |||
13 | $brand-blue: rgb(67, 135, 253); | ||
14 | $brand-blue-secondary: #3c8ef3; | ||
15 | $brand-blue-secondary2: #2a7cdf; | ||
16 | |||
17 | $brand-red: rgb(244, 74, 63); | ||
18 | $brand-red-secondary: #e0543e; | ||
19 | $brand-red-secondary2: #d94d3a; | ||
20 | |||
21 | $brand-yellow: rgb(255, 209, 77); | ||
22 | $brand-yellow-secondary: #f9cc46; | ||
23 | $brand-yellow-secondary2: #f6c000; | ||
24 | |||
25 | $brand-green: rgb(13, 168, 97); | ||
26 | $brand-green-secondary: #00a86d; | ||
27 | $brand-green-secondary2: #009f5d; | ||
28 | |||
29 | $slide-width: 900px; | ||
30 | $slide-height: 700px; | ||
31 | $slide-width-widescreen: 1100px; | ||
32 | $slide-top-bottom-padding: 40px; | ||
33 | $slide-left-right-padding: 60px; | ||
34 | $slide-border-radius: 5px; | ||
35 | |||
36 | $slide-tap-area-width: 100px; | ||
37 | |||
38 | $article-content-top-padding: 45px; | ||
39 | |||
40 | @mixin highlight-color($color: $brand-yellow) { | 5 | @mixin highlight-color($color: $brand-yellow) { |
41 | -webkit-tap-highlight-color: $color; | 6 | -webkit-tap-highlight-color: $color; |
42 | -moz-tap-highlight-color: $color; | 7 | -moz-tap-highlight-color: $color; |
@@ -51,7 +16,6 @@ $article-content-top-padding: 45px; | |||
51 | } | 16 | } |
52 | 17 | ||
53 | 18 | ||
54 | |||
55 | /** | 19 | /** |
56 | * Theme Styles | 20 | * Theme Styles |
57 | */ | 21 | */ |