CSS beautify

This commit is contained in:
Juan Ferrer Toribio 2016-11-10 13:18:13 +01:00
parent 7d49961ff5
commit eefbffb6de
2 changed files with 100 additions and 99 deletions

View File

@ -24,13 +24,14 @@ $pad-large-left:32px;
$pad-large-right: 32px;
$pad-large-bottom: 32px;
/* None */
//NONE
html [pad-none], .pad-none {
padding: $pad-none;
}
//SMALL
/* Small */
html [pad-small], .pad-small {
padding: $pad-small;
}