Reorganize SCSS files, RWD-ize funding.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / _tools.scss
diff --git a/apps/wolnelektury_core/static/css/main/_tools.scss b/apps/wolnelektury_core/static/css/main/_tools.scss
deleted file mode 100755 (executable)
index cb67dda..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-@mixin size-px($name, $size) {
-    #{$name}: $size + px;
-    #{$name}: ($size / 16) + rem;
-}
-@mixin font-size-px($size) {
-    @include size-px(font-size, $size);
-}
-
-@mixin mono {
-    font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New";
-}
-@mixin hidden-label {
-    display: block;
-    width: 1px;
-    height: 1px;
-    overflow:hidden;
-}