Reorganize SCSS files, RWD-ize funding.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / fragment.scss
diff --git a/apps/wolnelektury_core/static/css/main/fragment.scss b/apps/wolnelektury_core/static/css/main/fragment.scss
deleted file mode 100755 (executable)
index f82d50a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-@import "tools";
-
-.Fragment-item {
-    @include size-px(margin-bottom, 20);
-    @include white-box;
-
-    .fragment {
-        color: black;
-        display: block;
-    }
-    .toggle {
-        @include size-px(font-size, 11);
-        display: block;
-        @include size-px(padding-top, 5);
-        @include size-px(padding-bottom, 5);
-        @include size-px(padding-left, 0);
-        @include size-px(padding-right, 0);
-    }
-}