Colors chrono
authorChloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 20:39:34 +0530
changeset 363 eac9e4eb75c7
parent 362 c7aac4484587
child 364 d065d3307805
child 373 e952c8a31a2b
Colors chrono
cms/app-client/app/styles/tabs/chrono.scss
--- a/cms/app-client/app/styles/tabs/chrono.scss	Tue Oct 18 20:34:13 2016 +0530
+++ b/cms/app-client/app/styles/tabs/chrono.scss	Tue Oct 18 20:39:34 2016 +0530
@@ -3,6 +3,7 @@
     text-align: center;
     margin: 25px 0px 50px 0px;
     line-height: 22px;
+    color: $corpus-black;
 }
 
 #chrono-table {
@@ -14,11 +15,6 @@
     overflow: hidden;
 }
 
-#chrono-table .decades {
-    color: $medium-grey;
-    font-size: 13px;
-}
-
 #chrono-table input {
     margin: 0;
 }
@@ -41,13 +37,14 @@
     display: inline-block;
     margin: 0px 0px 0px 5px;
     cursor: pointer;
-    background-color: $light-blue;
-    color: $medium-blue;
+    background-color: $corpus-light-grey;
+    color: $corpus-black;
     font-size: 12px;
     box-sizing: border-box;
 }
 
 #chrono-table li.highlighted {
-    color: $light-white;
-    background-color: $medium-blue;
+    font-weight: bold;
+    color: $corpus-white;
+    background-color: $corpus-blue;
 }