Cleanup CSS add Snap! style block attachments
This commit is contained in:
parent
debefc307a
commit
843ec586ed
16 changed files with 72 additions and 18 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@import "breakpoints.scss";
|
||||
@import "osem-variables.scss";
|
||||
|
||||
#splash {
|
||||
// Counter the general padding for #content
|
||||
|
|
@ -6,11 +7,19 @@
|
|||
section {
|
||||
padding-top: 60px;
|
||||
padding-bottom: 60px;
|
||||
|
||||
.trapezoid {
|
||||
top: 60px + $trapezoid-height;
|
||||
}
|
||||
}
|
||||
|
||||
section:nth-child(even) {
|
||||
background: none repeat scroll 0 0 #eee;
|
||||
color: #333;
|
||||
|
||||
.trapezoid {
|
||||
border-top-color: #eee;
|
||||
}
|
||||
}
|
||||
section:nth-child(odd) {
|
||||
background: none repeat scroll 0 0 #ffffff;
|
||||
|
|
@ -18,6 +27,10 @@
|
|||
.thumbnail {
|
||||
background: none repeat scroll 0 0 #e0e0e0;
|
||||
}
|
||||
|
||||
.trapezoid {
|
||||
border-top-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.cta-button {
|
||||
|
|
@ -40,7 +53,6 @@
|
|||
|
||||
#header-image {
|
||||
color: #FFF;
|
||||
// text-shadow: 1px 1px 3px #ddd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -72,6 +84,10 @@
|
|||
#venue-pic {
|
||||
margin-top: 20px;
|
||||
}
|
||||
// The venue section has less padding.
|
||||
.trapezoid {
|
||||
top: $trapezoid-height;
|
||||
}
|
||||
}
|
||||
|
||||
#lodging {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue