Reorganize SCSS files, RWD-ize funding.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / hidden.scss
diff --git a/apps/wolnelektury_core/static/css/main/hidden.scss b/apps/wolnelektury_core/static/css/main/hidden.scss
deleted file mode 100755 (executable)
index a559688..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-@import "tools";
-
-.hidden-box-wrapper {
-    position: relative;
-
-    .hidden-box {
-        position: absolute;
-        left: 0;
-        display: none;
-        padding: 1em 1em .5em 1em;
-        @include white-box;
-
-        z-index: 500;
-
-        ul {
-            list-style: none;
-            padding: 0;
-            margin: 0;
-            @include size-px(font-size, 11);
-
-            @include size-px(column-width, 132);
-            @include size-px(-moz-column-width, 132);
-            @include size-px(-webkit-column-width, 132);
-
-            @media screen and (min-width: 24em) {
-                @include size-px(width, 320);
-            }
-
-            @media screen and (min-width: 34em) {
-                @include size-px(width, 480);
-            }
-
-            @media screen and (min-width: 62.5em) {
-                @include size-px(width, 528);
-            }
-
-
-
-            li {
-                margin-bottom: 1em;
-
-                @media screen and (min-width: 62.5em) {
-                    margin-bottom: .5em;
-                }
-            }
-        }
-    }
-}
-
-@media screen and (min-width: 24em) {
-    #menu-collections ul {
-        @include size-px(width, 180);
-    }
-}
-