cms/app-client/app/styles/app.scss
changeset 68 69977e2aa39e
parent 53 30e7ac1ff04a
child 73 79a23f4911f9
--- a/cms/app-client/app/styles/app.scss	Thu Dec 17 12:15:22 2015 +0100
+++ b/cms/app-client/app/styles/app.scss	Thu Dec 17 12:15:57 2015 +0100
@@ -1,13 +1,19 @@
+$base-url: "/corpus/";
+
 #corpus-app {
   border: 1px solid;
   width: 1108px;
-  height: 900px;
+  height: 600px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
 
-  @import 'chrono';
+  @import 'tabs/chrono';
+  @import 'tabs/carto';
+  @import 'tabs/langues';
+  @import 'tabs/discours';
+  @import 'tabs/thematiques';
 }
 
 .mapdiv{
@@ -25,13 +31,13 @@
     &-container{
       display: block;
       width: 50%;
-      height: 900px;
+      height: 600px;
       float: left;
       border-top: none;
       border-right: 1px solid grey;
     }
     &-wrapper{
-      height: 900px;
+      height: 600px;
       display : flex;
       flex-flow: column;
       border: none;