Skip to content

Commit

Permalink
modif css h2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédérique Chambinaud committed Feb 7, 2024
1 parent 0d2c51e commit a27117a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 32 deletions.
37 changes: 6 additions & 31 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,11 @@ h2{
font-family: $bodyFont;
font-weight: 700;
font-size: 2rem;
display: inline;
margin: 20px 0;
padding: 0 0.2rem 0 1.5rem;
}

.ligne-jaune-h2{
margin-bottom: 1rem;
box-shadow: inset 0rem -0.6rem 0px $yellow;
// display: flex;
// justify-content: start;
display: inline-block;
box-shadow: inset 0rem -0.6rem 0px $yellow;
// margin-bottom: 1rem;
margin: 20px 0 1rem 0;
padding: 0 0.2rem 0 1.5rem;
}

h3{
Expand Down Expand Up @@ -285,8 +279,6 @@ p{
margin-bottom: 0.5rem;
}



p a{
font-weight: bold;
color: $darkgrey;
Expand All @@ -302,7 +294,6 @@ padding-top: 0.5rem;
margin-right: 3rem;
}


.hidden{
//faire un truc pr visualiseur d'ecran
display: none;
Expand Down Expand Up @@ -369,9 +360,6 @@ margin-right: 3rem;
display: flex;
flex-direction: row;
padding: 0 40px 0 0;
// margin-block-end: 0;
// margin-inline-start: 0;
// margin-block-start: 0;
}
.langues-navbar2 > div > div >a{
padding: 0 0 0 10px;
Expand All @@ -396,10 +384,6 @@ margin-right: 3rem;
border-left: 1px white solid;
}

// .nav-doc ul{
// margin-block-start: 0;
// margin-block-end: 0;
// }
.nav-doc ul li, .nav-doc ul li a{
width: 100%;
padding-right: 0;
Expand Down Expand Up @@ -445,14 +429,12 @@ margin-right: 3rem;
display: flex;
flex-direction: column;
padding: 0;

&.collapse{
display: none;
&.show{
display: flex;
}
}

.list-group-item{
.dropdown-toggle{
width:100%;
Expand Down Expand Up @@ -546,14 +528,12 @@ button:hover{
display: block;
content: "";
}

&.ratio-16x9::before{
padding-bottom: 56.25%;
}
&.ratio-9x16::before{
padding-bottom: 177.8%;
}

&.ratio-4x3::before{
padding-bottom: 75%;
}
Expand All @@ -577,13 +557,12 @@ button:hover{
width: 700px;
max-width: 700px;
padding-bottom: 2rem;
// padding: 0 1rem;
h2, h4, h5, p{
font-family: $bodyFont;
padding: 0 3rem;
}
h2{
padding: 0 0.2rem 0 1.5rem;
padding: 1.5rem 0.2rem 0 1.5rem;
margin: 1.5rem 3rem 1rem 3rem;
box-shadow: inset 0rem -0.6rem 0px #E6B900;
}
Expand Down Expand Up @@ -645,7 +624,6 @@ button:hover{
max-width: inherit;
}
div > div > pre {
// max-width: 580px;
overflow: auto;
}
ul{
Expand All @@ -665,9 +643,6 @@ button:hover{
}
img{
padding: 0.5rem 0;
// overflow-y: auto;
// overflow-x: auto;
// overflow-clip-margin:unset;
}
p > span > svg{
height: 24px;
Expand All @@ -690,7 +665,7 @@ button:hover{
}
#ligne-jaune-h2-doc{
padding: 0 0.2rem 0 1.5rem;
box-shadow: inset 0rem -0.6rem 0px $yellow;
// box-shadow: inset 0rem -0.6rem 0px $yellow;
margin: 1.5rem 3rem 1rem 0;
}
#paragraphe-doc{
Expand Down
2 changes: 1 addition & 1 deletion fr/doc/guides/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Développement

### Mise en route

Voir le [guide d'installation rapide](/fr/doc/tutorials/deployment){:target="_blank"}.
Voir le [guide d'installation rapide](/fr/doc/tutorials/deployment).

Utiliser la commande : `npm run watch` pour activer la recompilation automatique.

Expand Down

0 comments on commit a27117a

Please sign in to comment.