couleur humeur component, couleur agenda hédi, espace sur dashboard aline
This commit is contained in:
parent
020f56870d
commit
89e50699a3
3 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
|
@ -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;
|
||||||
|
}
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="row p-1 col-12 ">
|
<div class="row p-1 col-12 ">
|
||||||
<h2 class="titre">Dashboard</h2>
|
<h2 class="titre">Dashboard</h2>
|
||||||
<div class="row ">
|
<div class="row ">
|
||||||
<h3 >Bienvenue {{ conectedUser.prenom }}!</h3>
|
<h3 >Bienvenue {{ conectedUser.prenom }} !</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row col-12">
|
<div class="row col-12">
|
||||||
|
|
Loading…
Add table
Reference in a new issue