some css on doleance content, started mouse events

This commit is contained in:
2023-06-07 16:53:19 +02:00
parent 0b9a1ae946
commit c0028a636b
4 changed files with 100 additions and 52 deletions

View File

@@ -82,6 +82,7 @@ body{
}
#content{
section.concernement{
background-color: rgba(255, 255, 255, 0.9);
box-sizing: border-box;
@@ -99,6 +100,12 @@ body{
font-size: 0.882em;
padding: 0 0 1em 0;
}
ul, li{
padding:0; margin:0;
list-style: none;
}
>header{
display: flex;
height: 8rem;
@@ -110,27 +117,35 @@ body{
// padding: 0 0 1em 0;
// flex-grow: auto;
}
h3{
font-weight: 400;
font-size: 1.2em;
}
h2{
font-weight: 400;
font-size: 1.512em;
}
h3{
font-weight: 400;
font-size: 1.2em;
}
}
section>div{
h3{
font-weight: 400;
font-size: 1.2em;
}
h4{
font-weight: 400;
font-size: 1.2em;
}
h5{
font-weight: 400;
font-size: 1.1em;
}
section>div, p{
font-size: 1em;
font-weight: 300;
}
// PUISSANCE D'AGIR
section.content-besoins{
ul, li{
padding:0; margin:0;
list-style: none;
}
li.besoin{
position: relative;
label.mdi:before{
@@ -190,6 +205,23 @@ body{
margin-bottom: 1em;
}
}
section.content-doleances{
label{
margin:0;
padding:0 0 0.5em 0;
}
p{
margin:0;
padding:0 0 0.5em 0;
}
ul{
// padding:0 0 0 1em;
}
}
}
}