Created
February 13, 2015 16:17
-
-
Save afuggetta/f55a3360467235d65124 to your computer and use it in GitHub Desktop.
Ad temp solution
This file contains hidden or 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
.ad { | |
background-color: $grey; | |
&.box-728x90 { | |
height: 90px; | |
width: 728px; | |
} | |
&.box-300x600 { | |
height: 600px; | |
} | |
&.box-300x250 { | |
height: 250px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment