Add global packages, + various visual fixes
[edumed.git] / catalogue / static / catalogue / css / layout.scss
index 1e14cf0..5596539 100755 (executable)
@@ -16,20 +16,23 @@ $new_black: #363a3e;
         h1.realisation {
             font-weight: normal;
         }
-        h1.realisation:before {
-            content: url(/static/img/icons/time.png);
-            vertical-align: middle;
-            margin-right: 10*$px;
-        }
     }
 
     .box {
-        background-color: #16a487;
+        background-color: #d4d6d8;
         border-radius: 15*$px;
         padding: 17*$px 12*$px 17*$px 12*$px;
-
+        h1 {
+            font-size: 1em;
+            text-transform: uppercase;
+        }
+    }
+    .box-button {
+        background-color: #ed7831;
+        border-radius: 15*$px;
         .dl-button {
             color: white;
+            padding: 17*$px 12*$px 17*$px 12*$px;
         }
     }
     .dl-button {
@@ -55,6 +58,19 @@ $new_black: #363a3e;
             font-size: 1em;
         }
     }
+    .section-micro {
+        font-size: .8em;
+        color: #888;
+        border-top: 1px solid #c9ccce;
+        padding-top: 17*$px;
+        h1 {
+            font-weight: normal;
+            font-size: 1em;
+        }
+        .link-list a {
+            color: #888;
+        }
+    }
 }
 #main-bar {
     width: 640*$px;