f82d50a4ec3456cb956b8e212278e7edd0f2b427
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / fragment.scss
1 @import "tools";
2
3 .Fragment-item {
4     @include size-px(margin-bottom, 20);
5     @include white-box;
6
7     .fragment {
8         color: black;
9         display: block;
10     }
11     .toggle {
12         @include size-px(font-size, 11);
13         display: block;
14         @include size-px(padding-top, 5);
15         @include size-px(padding-bottom, 5);
16         @include size-px(padding-left, 0);
17         @include size-px(padding-right, 0);
18     }
19 }