diff options
author | Eric Bidelman | 2013-04-29 22:30:29 -0700 |
---|---|---|
committer | Eric Bidelman | 2013-04-29 22:30:29 -0700 |
commit | 543f4140ed7efa3d493e997ac6b5aa62d557706c (patch) | |
tree | 76b6e1227768c79582dceaa3a2778cd437bf15c7 /theme/scss | |
parent | 5dd5247e157e4928e2cc9133d99e9cc15eb9a9a2 (diff) | |
download | io-slides-remote-543f4140ed7efa3d493e997ac6b5aa62d557706c.tar.gz |
Revert "Adding bottom grey footer"io2013
This reverts commit 31ea3d93f19250eef47f3345c3043c890ac31442.
Diffstat (limited to 'theme/scss')
-rw-r--r-- | theme/scss/io2013.scss | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/theme/scss/io2013.scss b/theme/scss/io2013.scss index 1bab7b0..c728cfb 100644 --- a/theme/scss/io2013.scss +++ b/theme/scss/io2013.scss | |||
@@ -1,5 +1,4 @@ | |||
1 | @import "compass/css3/background-size"; | 1 | @import "compass/css3/background-size"; |
2 | @import "compass/css3/box-sizing"; | ||
3 | 2 | ||
4 | @import "variables"; | 3 | @import "variables"; |
5 | 4 | ||
@@ -20,31 +19,6 @@ q, blockquote { | |||
20 | 19 | ||
21 | slides > slide { | 20 | slides > slide { |
22 | color: $gray-4; | 21 | color: $gray-4; |
23 | |||
24 | $grayBarHeight: 90px; | ||
25 | |||
26 | // Grey bottom bar. | ||
27 | &:not(.nobackground) { | ||
28 | &:before { | ||
29 | background: none; | ||
30 | background-color: $gray-1; | ||
31 | height: $grayBarHeight; | ||
32 | left: 0; | ||
33 | width: 100%; | ||
34 | bottom: 0; | ||
35 | } | ||
36 | &:after { | ||
37 | background: url(../../images/google_developers_icon_128.png) no-repeat 0 0; | ||
38 | @include background-size($brand-small-icon-size); | ||
39 | background-position: $slide-left-right-padding 50%; | ||
40 | left: 0; | ||
41 | bottom: $grayBarHeight; | ||
42 | width: 100%; | ||
43 | @include box-sizing(border-box); | ||
44 | text-align: right; | ||
45 | padding-right: $slide-left-right-padding; | ||
46 | } | ||
47 | } | ||
48 | 22 | ||
49 | &.title-slide { | 23 | &.title-slide { |
50 | &:after { | 24 | &:after { |
@@ -74,17 +48,4 @@ slides > slide { | |||
74 | } | 48 | } |
75 | } | 49 | } |
76 | } | 50 | } |
77 | |||
78 | .source { | ||
79 | bottom: $grayBarHeight + 40; | ||
80 | } | ||
81 | |||
82 | > article:only-child { | ||
83 | height: 88% | ||
84 | } | ||
85 | |||
86 | > article:only-child > iframe { | ||
87 | height: 100%; | ||
88 | } | ||
89 | |||
90 | } \ No newline at end of file | 51 | } \ No newline at end of file |