add contact app + konkurs contact form
[wolnelektury.git] / src / wolnelektury / static / scss / main / book_box.scss
index 23575ce..44a5955 100755 (executable)
       display: inline-block;
       background: #0D7E85;
       color: white;
-      @include size(width, 200px);
+      @include size(width, 170px);
       text-align: center;
       @include size(margin-bottom, 5px);
+      @include  size(margin-right, 30px);
+    }
+    a.print {
+      margin-right: 0;
     }
 
     a:before {
       position: relative;
       bottom: 2px;
     }
+
+    a.print:before {
+      content: "";
+    }
   }
 
   .book-box-download {