This commit is contained in:
2018-04-15 00:16:23 +02:00
parent 00166e7917
commit 95cd2c15cf
3 changed files with 21 additions and 6 deletions
File diff suppressed because one or more lines are too long
@@ -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{
@@ -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;