concernement popup on mouse over, better boussole, misc

This commit is contained in:
2023-04-14 13:27:34 +02:00
parent 6e6fc74e1c
commit 6b1d2680bd
5 changed files with 159 additions and 32 deletions

View File

@@ -10,6 +10,7 @@
body{
background-color: $back;
font-family: 'public_sans';
font-weight: 400;
}
#app{
@@ -74,7 +75,7 @@ body{
section.concernement{
background-color: rgba(255, 255, 255, 0.9);
box-sizing: border-box;
width:30em;
width:450px;
height: 100%;
padding: 1rem;
}
@@ -88,6 +89,7 @@ body{
padding: 1em;
h1{
font-size: 1em;
font-weight: 400;
}
}
}