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