remettre typo en 400 + fix divers
This commit is contained in:
parent
0358e516a2
commit
6e1e1f5c99
@ -8,7 +8,7 @@
|
|||||||
<div class="header_menu">
|
<div class="header_menu">
|
||||||
<INCLURE{fond=inclure/nav-secteurs, env} />
|
<INCLURE{fond=inclure/nav-secteurs, env} />
|
||||||
<div class="liens">
|
<div class="liens">
|
||||||
#FORMULAIRE_ABOMAILMAN_MINI_UNE_LISTE{2}
|
[(#FORMULAIRE_ABOMAILMAN_MINI_UNE_LISTE{2})]
|
||||||
<a href="#URL_PAGE{backend}" class="btn"><i class="fas fa-rss left"></i>S'abonner au podcast</a>
|
<a href="#URL_PAGE{backend}" class="btn"><i class="fas fa-rss left"></i>S'abonner au podcast</a>
|
||||||
<INCLURE{fond=inclure/rezo} />
|
<INCLURE{fond=inclure/rezo} />
|
||||||
</div>
|
</div>
|
||||||
|
@ -31,7 +31,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
font-family: $typo-texte;
|
font-family: $typo-texte;
|
||||||
font-weight: 200;
|
font-weight: normal;
|
||||||
line-height: $typo-line-height;
|
line-height: $typo-line-height;
|
||||||
color: $couleurPrincipale;
|
color: $couleurPrincipale;
|
||||||
text-rendering: geometricPrecision;
|
text-rendering: geometricPrecision;
|
||||||
|
@ -219,16 +219,6 @@ span.btn {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.page_content {
|
|
||||||
.page_rubrique & {
|
|
||||||
/* background-color:#fff; */
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.page_aside {
|
|
||||||
> ul .article-resume {
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.page_content, .page_aside, .page_extra {
|
.page_content, .page_aside, .page_extra {
|
||||||
> * {
|
> * {
|
||||||
margin:0 0 ($spacer*2);
|
margin:0 0 ($spacer*2);
|
||||||
@ -274,6 +264,42 @@ span.btn {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page_content {
|
||||||
|
.page_rubrique & {
|
||||||
|
/* background-color:#fff; */
|
||||||
|
}
|
||||||
|
@include media($bp-medium-up) {
|
||||||
|
> * {
|
||||||
|
/* padding-right:($spacer*2); */
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
@include media($bp-large-up) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.page_aside {
|
||||||
|
> ul .article-resume {
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media($bp-medium-up) {
|
||||||
|
|
||||||
|
min-width: 50%;
|
||||||
|
width: em(330px);
|
||||||
|
margin-left: 0;
|
||||||
|
> * {
|
||||||
|
padding-left:0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@include media($bp-large-up) {
|
||||||
|
|
||||||
|
min-width: 50%;
|
||||||
|
width: em(430px);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-weight:900;
|
font-weight:900;
|
||||||
}
|
}
|
||||||
@ -753,6 +779,20 @@ a:hover .fab, a:hover .fas {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.formulaire_forum.formulaire_spip {
|
||||||
|
.boutons {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ajout Antoine - 1 */
|
/* ajout Antoine - 1 */
|
||||||
/*! Plusieurs typographies sont finalement trop grosses, j'ai réduit. */
|
/*! Plusieurs typographies sont finalement trop grosses, j'ai réduit. */
|
||||||
h1, .h1 {
|
h1, .h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user