better concernment and entite content display

This commit is contained in:
2023-05-24 22:16:35 +02:00
parent 453e07ec31
commit b360987c76
5 changed files with 90 additions and 24 deletions

View File

@@ -84,7 +84,7 @@ body{
box-sizing: border-box;
width:450px;
height: 100%;
padding: 5rem 1rem 1rem;
padding: 1rem 1rem 1rem;
overflow-y: auto;
overflow-x: hidden;
header, section{
@@ -97,10 +97,25 @@ body{
padding: 0 0 1em 0;
}
header{
display: flex;
height: 8rem;
flex-direction: column;
justify-content: flex-end;
label, h3{
// height: 70px;
box-sizing: border-box;
// padding: 0 0 1em 0;
// flex-grow: auto;
}
h3{
font-weight: 400;
font-size: 1.2em;
}
h2{
font-weight: 400;
font-size: 1.512em;
}
}
section>div{
font-size: 1em;
@@ -123,6 +138,19 @@ body{
border-radius: 3px;
// min-width: 10em;
// max-width: 30em;
.concernement-map-popup{
ul.icons{
display: flex;
flex-direction: row;
padding: 0;
margin: 0;
li{
list-style:none;
padding:0;
margin:0;
}
}
}
h1{
font-size: 1em;
font-weight: 400;