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