book abstracts - frontend
[wolnelektury.git] / src / wolnelektury / static / scss / main / book_box.scss
index 726bb5a..1554b6a 100755 (executable)
 
   .book-box-head,
   .tags,
-  .book-box-tools {
+  .book-box-tools,
+  .abstract {
     @include min-screen($S_BOOK_SHORT_FULL) {
       margin-left: 154px;
     }
     }
   }
 
+  .abstract {
+    @include size(font-size, 16px);
+    line-height: 1.2em;
+    @include size(margin-bottom, 18px);
+    @include size(margin-top, 18px);
+
+    p.paragraph {
+      @include size(margin-bottom, 9px);
+      @include size(margin-top, 9px);
+    }
+  }
+
 }
 
 .book-box-tools {