Compare commits
1
Commits
alpha-0.4
...
alpha-0.4.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95cd2c15cf |
File diff suppressed because one or more lines are too long
@@ -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-size: 0.8em;
|
||||||
font-weight: 500;
|
// font-weight: 500;
|
||||||
text-transform: none;
|
// text-transform: none;
|
||||||
}
|
}
|
||||||
// .description{
|
// .description{
|
||||||
// p{
|
// p{
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin document_titles_teaser {
|
||||||
|
font-size: 0.82em;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
@mixin content_subtitles {
|
@mixin content_subtitles {
|
||||||
font-size: 0.82em;
|
font-size: 0.82em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|||||||
Reference in New Issue
Block a user