4c765f6fe4ee6ccee4520af99de8182fbee1b2d3
[wolnelektury.git] / src / wolnelektury / static / scss / main / fragment.scss
1 .Fragment-item, .PictureArea-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 }
15
16 .area {
17     display: block;
18     color: black;
19     background: white;
20     @include size(padding, 30px 20px 20px 20px);
21     position: relative;
22     clear: both;
23
24     .area-thumbnail {
25         display:block;
26         @include size(width, 100px);
27         float: left;
28     }
29
30     .area-description {
31         float: right;
32         @include size(padding, 10px);
33         @include size(width, 256px);
34     }
35 }