Created
August 27, 2014 15:52
-
-
Save nhall/55878434747e951b7c04 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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