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