cms/app-client/app/styles/app.scss
changeset 216 c174124d1849
parent 214 9bff007eb03c
child 217 989b9c36b849
--- a/cms/app-client/app/styles/app.scss	Fri Jul 01 22:15:35 2016 +0200
+++ b/cms/app-client/app/styles/app.scss	Sun Jul 03 13:13:10 2016 +0200
@@ -37,24 +37,25 @@
 }
 
 h2 {
-    color: #ffffff;
     text-transform: uppercase;
-    font-size: 14px;
     text-align: center;
 }
 
-body.tabs-discours h2 {
-    color: #59626b;
-}
-
 .corpus-app-container {
     color: #687a84;
     box-sizing: border-box;
+    background-color: #becfd4;
+}
+
+.corpus-app-container h2 {
+    padding: 15px;
+    font-size: 13px;
+    color: #253946;    
 }
 
 body.tabs-discours .corpus-app-container,
 body.tabs-chrono .corpus-app-container {
-    padding: 20px;
+    padding: 0px 20px;
 }
 
 body.tabs-thematiques .corpus-app-container {
@@ -65,12 +66,6 @@
     padding: 0px;
 }
 
-body.tabs-carto .corpus-app-container,
-body.tabs-chrono .corpus-app-container,
-body.tabs-thematiques .corpus-app-container {
-    background-color: #becfd4;
-}
-
 .corpus-app-wrapper {
     background-color: #253946;
     box-shadow: -4px 0px 8px -4px #59626b;