Taille des titres

This commit is contained in:
Evarin 2018-12-29 23:42:09 +01:00
parent 6ffa35948f
commit eb2d4bd274
3 changed files with 51 additions and 43 deletions

View file

@ -52,4 +52,12 @@
display:block; display:block;
} }
} }
h1 {
font-size: 2em;
}
h2 {
font-size: 1.6em;
}
} }

View file

@ -23,14 +23,6 @@
@include miniHeader; @include miniHeader;
h1 {
font-size: 2em;
}
h2 {
font-size: 1.6em;
}
#feedback-button { #feedback-button {
transform: unset; transform: unset;
top: 0px; top: 0px;

View file

@ -1459,6 +1459,14 @@ body.recherche.vue-hybride header nav ul li a .username:after {
body.recherche.vue-hybride header.expanded nav ul { body.recherche.vue-hybride header.expanded nav ul {
display: block; display: block;
} }
/* line 56, ../../sass/_miniheader.scss */
body.recherche.vue-hybride h1 {
font-size: 2em;
}
/* line 60, ../../sass/_miniheader.scss */
body.recherche.vue-hybride h2 {
font-size: 1.6em;
}
/* line 168, ../../sass/_recherche.scss */ /* line 168, ../../sass/_recherche.scss */
body.recherche.vue-hybride header { body.recherche.vue-hybride header {
position: fixed; position: fixed;
@ -1657,17 +1665,17 @@ body.recherche.vue-hybride.vue-details .recherche-liste.recherche-details {
display: block; display: block;
} }
/* line 26, ../../sass/_responsive.scss */ /* line 56, ../../sass/_miniheader.scss */
h1 { h1 {
font-size: 2em; font-size: 2em;
} }
/* line 30, ../../sass/_responsive.scss */ /* line 60, ../../sass/_miniheader.scss */
h2 { h2 {
font-size: 1.6em; font-size: 1.6em;
} }
/* line 34, ../../sass/_responsive.scss */ /* line 26, ../../sass/_responsive.scss */
#feedback-button { #feedback-button {
transform: unset; transform: unset;
top: 0px; top: 0px;
@ -1678,79 +1686,79 @@ body.recherche.vue-hybride.vue-details .recherche-liste.recherche-details {
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
} }
/* line 43, ../../sass/_responsive.scss */ /* line 35, ../../sass/_responsive.scss */
.content { .content {
margin-top: 70px; margin-top: 70px;
padding: 15px 3vw; padding: 15px 3vw;
} }
/* line 48, ../../sass/_responsive.scss */ /* line 40, ../../sass/_responsive.scss */
article.stage h3 { article.stage h3 {
margin-top: 10px; margin-top: 10px;
} }
/* line 52, ../../sass/_responsive.scss */ /* line 44, ../../sass/_responsive.scss */
article.stage section .avis-texte, article.stage section .chapo { article.stage section .avis-texte, article.stage section .chapo {
padding: 3px 10px; padding: 3px 10px;
} }
/* line 58, ../../sass/_responsive.scss */ /* line 50, ../../sass/_responsive.scss */
article.stage section #stage-map { article.stage section #stage-map {
height: 200px; height: 200px;
width: 100%; width: 100%;
} }
/* line 64, ../../sass/_responsive.scss */ /* line 56, ../../sass/_responsive.scss */
article.stage section.misc .misc-content.withmap { article.stage section.misc .misc-content.withmap {
display: block; display: block;
} }
/* line 67, ../../sass/_responsive.scss */ /* line 59, ../../sass/_responsive.scss */
article.stage section.misc .misc-content.withmap > div { article.stage section.misc .misc-content.withmap > div {
display: block; display: block;
vertical-align: top; vertical-align: top;
} }
/* line 71, ../../sass/_responsive.scss */ /* line 63, ../../sass/_responsive.scss */
article.stage section.misc .misc-content.withmap .map { article.stage section.misc .misc-content.withmap .map {
width: 80%; width: 80%;
min-width: 250px; min-width: 250px;
min-height: 200px; min-height: 200px;
margin: 0 auto; margin: 0 auto;
} }
/* line 77, ../../sass/_responsive.scss */ /* line 69, ../../sass/_responsive.scss */
article.stage section.misc .misc-content.withmap .desc { article.stage section.misc .misc-content.withmap .desc {
padding: 5px; padding: 5px;
} }
/* line 85, ../../sass/_responsive.scss */ /* line 77, ../../sass/_responsive.scss */
article.stage section .plusmoins > div { article.stage section .plusmoins > div {
display: block; display: block;
} }
/* line 88, ../../sass/_responsive.scss */ /* line 80, ../../sass/_responsive.scss */
article.stage section .plusmoins > div > *, article.stage section .plusmoins > div:before { article.stage section .plusmoins > div > *, article.stage section .plusmoins > div:before {
display: block; display: block;
} }
/* line 92, ../../sass/_responsive.scss */ /* line 84, ../../sass/_responsive.scss */
article.stage section .plusmoins > div:before { article.stage section .plusmoins > div:before {
text-align: left; text-align: left;
width: 100%; width: 100%;
font-size: 1.5em; font-size: 1.5em;
} }
/* line 97, ../../sass/_responsive.scss */ /* line 89, ../../sass/_responsive.scss */
article.stage section .plusmoins > div.moins:before { article.stage section .plusmoins > div.moins:before {
text-align: right; text-align: right;
margin-top: 5px; margin-top: 5px;
} }
/* line 106, ../../sass/_responsive.scss */ /* line 98, ../../sass/_responsive.scss */
article.stage .section-wrapper { article.stage .section-wrapper {
display: block; display: block;
margin-left: 0; margin-left: 0;
} }
/* line 110, ../../sass/_responsive.scss */ /* line 102, ../../sass/_responsive.scss */
article.stage .section-wrapper .toc-wrapper, article.stage .section-wrapper > section { article.stage .section-wrapper .toc-wrapper, article.stage .section-wrapper > section {
display: block; display: block;
} }
/* line 113, ../../sass/_responsive.scss */ /* line 105, ../../sass/_responsive.scss */
article.stage .section-wrapper .toc-wrapper { article.stage .section-wrapper .toc-wrapper {
max-width: unset; max-width: unset;
width: unset; width: unset;
} }
/* line 117, ../../sass/_responsive.scss */ /* line 109, ../../sass/_responsive.scss */
article.stage .section-wrapper .toc { article.stage .section-wrapper .toc {
display: none; display: none;
position: relative; position: relative;
@ -1759,65 +1767,65 @@ body.recherche.vue-hybride.vue-details .recherche-liste.recherche-details {
padding: 4px; padding: 4px;
} }
/* line 127, ../../sass/_responsive.scss */ /* line 119, ../../sass/_responsive.scss */
.homeh1 { .homeh1 {
display: block; display: block;
} }
/* line 129, ../../sass/_responsive.scss */ /* line 121, ../../sass/_responsive.scss */
.homeh1 > * { .homeh1 > * {
display: block; display: block;
} }
/* line 134, ../../sass/_responsive.scss */ /* line 126, ../../sass/_responsive.scss */
article.promo .explications { article.promo .explications {
display: block; display: block;
} }
/* line 136, ../../sass/_responsive.scss */ /* line 128, ../../sass/_responsive.scss */
article.promo .explications div { article.promo .explications div {
max-width: 100%; max-width: 100%;
display: block; display: block;
} }
/* line 143, ../../sass/_responsive.scss */ /* line 135, ../../sass/_responsive.scss */
.condensed-stages { .condensed-stages {
display: block; display: block;
} }
/* line 146, ../../sass/_responsive.scss */ /* line 138, ../../sass/_responsive.scss */
.condensed-stages li:before, .condensed-stages li, .condensed-stages a { .condensed-stages li:before, .condensed-stages li, .condensed-stages a {
display: block; display: block;
width: auto; width: auto;
max-width: auto; max-width: auto;
} }
/* line 152, ../../sass/_responsive.scss */ /* line 144, ../../sass/_responsive.scss */
.condensed-stages li:before { .condensed-stages li:before {
padding: 3px 15px; padding: 3px 15px;
} }
/* line 156, ../../sass/_responsive.scss */ /* line 148, ../../sass/_responsive.scss */
.condensed-stages li.stage-ajout:before { .condensed-stages li.stage-ajout:before {
display: none; display: none;
} }
/* line 161, ../../sass/_responsive.scss */ /* line 153, ../../sass/_responsive.scss */
ul.infos { ul.infos {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
} }
/* line 170, ../../sass/_responsive.scss */ /* line 162, ../../sass/_responsive.scss */
.stage-liste li .misc-hdr .dates .detail { .stage-liste li .misc-hdr .dates .detail {
display: inline; display: inline;
} }
/* line 173, ../../sass/_responsive.scss */ /* line 165, ../../sass/_responsive.scss */
.stage-liste li .misc-hdr .dates .year { .stage-liste li .misc-hdr .dates .year {
padding: 0; padding: 0;
} }
/* line 181, ../../sass/_responsive.scss */ /* line 173, ../../sass/_responsive.scss */
form .field { form .field {
display: block; display: block;
} }
/* line 184, ../../sass/_responsive.scss */ /* line 176, ../../sass/_responsive.scss */
form .field label, form .field .label { form .field label, form .field .label {
display: block; display: block;
text-align: left; text-align: left;
@ -1826,18 +1834,18 @@ body.recherche.vue-hybride.vue-details .recherche-liste.recherche-details {
margin-top: 0; margin-top: 0;
width: auto; width: auto;
} }
/* line 193, ../../sass/_responsive.scss */ /* line 185, ../../sass/_responsive.scss */
form .field .help_text { form .field .help_text {
text-align: right; text-align: right;
color: #395214; color: #395214;
} }
/* line 198, ../../sass/_responsive.scss */ /* line 190, ../../sass/_responsive.scss */
form .field .input { form .field .input {
padding-left: 20px; padding-left: 20px;
display: block; display: block;
text-align: right; text-align: right;
} }
/* line 204, ../../sass/_responsive.scss */ /* line 196, ../../sass/_responsive.scss */
form .field input, form .field textarea, form .field div.tinymce, form .field select { form .field input, form .field textarea, form .field div.tinymce, form .field select {
background: #f4faeb; background: #f4faeb;
} }