couleur humeur component, couleur agenda hédi, espace sur dashboard aline
This commit is contained in:
parent
020f56870d
commit
89e50699a3
@ -15,6 +15,6 @@ display: inline;
|
||||
|
||||
div {
|
||||
width: 400px;
|
||||
background-color: #87AFC7;
|
||||
background-color:rgb(120, 121, 241);
|
||||
text-align: center;
|
||||
}
|
@ -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;
|
||||
}
|
@ -4,7 +4,7 @@
|
||||
<div class="row p-1 col-12 ">
|
||||
<h2 class="titre">Dashboard</h2>
|
||||
<div class="row ">
|
||||
<h3 >Bienvenue {{ conectedUser.prenom }}!</h3>
|
||||
<h3 >Bienvenue {{ conectedUser.prenom }} !</h3>
|
||||
</div>
|
||||
|
||||
<div class="row col-12">
|
||||
|
Loading…
Reference in New Issue
Block a user