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 { div {
width: 400px; width: 400px;
background-color: #87AFC7; background-color:rgb(120, 121, 241);
text-align: center; text-align: center;
} }

View file

@ -1,5 +1,5 @@
.titre{ .titre{
color: #5d5fef; color : rgb(241,120,182);
font-size: 30px; font-size: 30px;
margin-left: 240px; margin-left: 240px;
margin-top: 20px; margin-top: 20px;
@ -51,3 +51,10 @@
.fullscreen { .fullscreen {
position: absolute; top:90px; left: 0px; right: 0px; bottom: 0px; 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;
}