Created
June 22, 2012 16:30
-
-
Save spleenteo/2973865 to your computer and use it in GitHub Desktop.
box bookrepublic
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
.box_{ | |
/* | |
* un box non può avere caratteristiche se non il colore di sfondo | |
* niente border, niente margini o padding, nè altro che alteri al sua struttura | |
* tutto il contenuto deve stare dentro una section che eredita alcune proprietà | |
* dalla libreria LEGO | |
*/ | |
background-color: $cBoxBackground; | |
$box_gap: 5px; // dare coerenza agli spazi | |
$fontFactor: 1.2; // fattore di scala per font, line-height ecc. | |
section{ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment