couleur humeur component, couleur agenda hédi, espace sur dashboard aline

This commit is contained in:
cecilesimplon93 2022-03-08 18:39:25 +01:00
parent 020f56870d
commit 89e50699a3
3 changed files with 10 additions and 3 deletions

View File

@ -15,6 +15,6 @@ display: inline;
div {
width: 400px;
background-color: #87AFC7;
background-color:rgb(120, 121, 241);
text-align: center;
}

View File

@ -1,5 +1,5 @@
.titre{
color: #5d5fef;
color : rgb(241,120,182);
font-size: 30px;
margin-left: 240px;
margin-top: 20px;
@ -51,3 +51,10 @@
.fullscreen {
position: absolute; top:90px; left: 0px; right: 0px; bottom: 0px;
}
.btn {
background-color: rgb(241,120,182);
color : white;
border-radius: 12px;
border-color: white;
}