Showing/hiding main funding banner
[wolnelektury.git] / apps / funding / static / funding / funding.scss
index 50fb864..059cc16 100755 (executable)
@@ -2,6 +2,7 @@
     background: orange;
     margin: auto;
     padding: 5px 0;
+    position: relative;
     a.call {
         height: 1.2em;
         width: 9em;
         font-weight: bold;
         font-size: 1.5em;
     }
-    
+    .close {
+        position: absolute;
+        top: 0px;
+        right: 5px;
+    }
 }
 
 .funding-top-header {
         }
     }
 }
+
+.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;
+}
\ No newline at end of file