Fixing invalid scss syntax
[wolnelektury.git] / apps / funding / static / funding / funding.scss
index cf4f8c3..f26046b 100755 (executable)
@@ -1,8 +1,8 @@
 .funding {
     background: orange;
     margin: auto;
-    padding: 5px;
-    width: 97.5em;
+    padding: 5px 0;
+    position: relative;
     a.call {
         height: 1.2em;
         width: 9em;
@@ -42,7 +42,7 @@
         box-shadow: .1em .1em .1em #888;
     }
     .with-button .progress {
-        width: 73em;
+        width: 78em;
     }
     
     .funding-title {
         font-weight: bold;
         font-size: 1.5em;
     }
-    
+    .close {
+        position: absolute;
+        top: 0px;
+        right: 5px;
+    }
+}
+
+.funding-top-header {
+    @extend .funding;
+    width: 97.5em;
 }
 
 
         }
     }
 }
+
+.funding-handle {
+    position: absolute;
+    top: 0;
+    right: 0;
+    z-index:2;
+    background: orange;
+    cursor:pointer;
+    padding: .2em 1em;
+    border-radius: 0 0 0 1em;
+    font-size: 13px;
+}
+
+.funding-cover {
+    float:left;
+    margin-right: 10px;
+}
+
+.funding-details-intro {
+    padding-top: 1em;
+    
+    h3:first-of-type {
+        margin-top: 0;
+    }
+}
\ No newline at end of file