Bachir Soussi Chiadmi 6 years ago
parent
commit
95cd2c15cf

File diff suppressed because it is too large
+ 0 - 0
sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css


+ 15 - 5
sites/all/themes/custom/edlptheme/assets/styles/app.scss

@@ -262,6 +262,13 @@ main[role="main"]{
     @include content_titles;
   }
   article.node.node--type-enregistrement{
+    margin:0.5em 0;
+    >h2{
+      @include document_titles_teaser;
+    }
+  }
+  article.node.node--type-enregistrement.node--view-mode-transcript,
+  article.node.node--type-enregistrement.node--view-mode-article{
     >h2{
       @include content_subtitles;
       margin:0.9em 0 0 0;
@@ -474,7 +481,7 @@ main[role="main"]{
         top: 0; left:0;
         background-color: white;
         height:100%; min-width: 100%;
-        opacity: 1;
+        opacity: 0;
         transition: opacity 0.2s ease-in-out;
         white-space: nowrap;
         &>*{
@@ -1063,15 +1070,18 @@ main[role="main"]{
   &.ajax-loading{
     opacity:0.2;
   }
-  article{
+  article.node{
+    &:first-of-type{
+      margin-top: 1em!important;
+    }
     .entrees{
       @include entree-micro-square;
     }
     h2.node-title{
       margin:0 0 0.3em 0;
-      font-size: 0.8em;
-      font-weight: 500;
-      text-transform: none;
+      // font-size: 0.8em;
+      // font-weight: 500;
+      // text-transform: none;
     }
     // .description{
     //   p{

+ 5 - 0
sites/all/themes/custom/edlptheme/assets/styles/base/_fonts.scss

@@ -4,6 +4,11 @@
   text-transform: uppercase;
 }
 
+@mixin document_titles_teaser {
+  font-size: 0.82em;
+  font-weight: 500;
+}
+
 @mixin content_subtitles {
   font-size: 0.82em;
   font-weight: 600;

Some files were not shown because too many files changed in this diff