Skip to content

Instantly share code, notes, and snippets.

@nhall
Created August 27, 2014 15:52
Show Gist options
  • Save nhall/55878434747e951b7c04 to your computer and use it in GitHub Desktop.
Save nhall/55878434747e951b7c04 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0)
// ----
// _config.scss
$homepage-id: 7170;
// _home.scss
// ==========================================================================
// Structure
// ==========================================================================
.page_#{$homepage-id} {
#topcontainer {
position: relative;
}
#topbanner {
width: 100%;
}
#midcontainer {
position: relative;
}
#mainmiddle {
width: 100%;
}
}
// ==========================================================================
// Slideshow
// ==========================================================================
.page_#{$homepage-id} {
.slideshow {
margin: 0 auto;
}
}
// ==========================================================================
// News
// ==========================================================================
.page_#{$homepage-id} {
.news-container {
margin: 0 auto;
}
}
.page_7170 #topcontainer {
position: relative;
}
.page_7170 #topbanner {
width: 100%;
}
.page_7170 #midcontainer {
position: relative;
}
.page_7170 #mainmiddle {
width: 100%;
}
.page_7170 .slideshow {
margin: 0 auto;
}
.page_7170 .news-container {
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment