Main page looks almost ok now.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / cite.scss
1 @import "tools";
2
3 .cite {
4     display: block;
5     color: black;
6     background: white;
7     @include size-px(padding-top, 30);
8     @include size-px(padding-bottom, 1);
9     @include size-px(padding-left, 80);
10     @include size-px(padding-right, 20);
11
12     blockquote {
13         padding: 0;
14         margin: 0;
15
16         p {
17             margin: 0;
18         }
19     }
20
21     .vip {
22         margin: 0;
23         color: #575C63;
24         @include size-px(font-size, 11);
25     }
26 }