Reorganize SCSS files, RWD-ize funding.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / fragment.scss
1 .Fragment-item {
2     @include size(margin-bottom, 20px);
3     @include white-box;
4
5     .fragment {
6         color: black;
7         display: block;
8     }
9     .toggle {
10         @include size(font-size, 11px);
11         display: block;
12         @include size(padding, 5px 0);
13     }
14 }