merge new game button

This commit is contained in:
Gabriele Cirulli
2014-03-22 17:11:51 +01:00
13 changed files with 283 additions and 123 deletions
+9
View File
@@ -77,3 +77,12 @@
-moz-appearance: $args;
appearance: $args;
}
// Clearfix
@mixin clearfix {
&:after {
content: "";
display: block;
clear: both;
}
}