css/style modifs
This commit is contained in:
parent
699c7add05
commit
0a8d6ed7dd
3 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
.mt-5 {
|
||||||
|
margin-top: 0rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
#couleur{
|
#couleur{
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-9 offset-2" id="main">
|
<div class="col-9 offset-2" id="main">
|
||||||
<h1 class="col-md-auto">{{ currentTeam.nom }}</h1>
|
<h1 class="col-md-auto">{{ currentTeam.nom }}</h1>
|
||||||
<div>
|
<div class="contenu">
|
||||||
<!-- Pour récupérer le membre connecté-->
|
<!-- Pour récupérer le membre connecté-->
|
||||||
<div class="d-flex justify-content-center">
|
<div class="d-flex justify-content-center">
|
||||||
<app-card-member [membre]="currentUser"> </app-card-member>
|
<app-card-member [membre]="currentUser"> </app-card-member>
|
||||||
|
|
|
@ -12,6 +12,7 @@ ng-container{
|
||||||
|
|
||||||
#bouton-ajout {
|
#bouton-ajout {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
margin-bottom: 20px;
|
||||||
border: 1px solid #7879F1 !important;
|
border: 1px solid #7879F1 !important;
|
||||||
background-color: #7879F1;
|
background-color: #7879F1;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Add table
Reference in a new issue