css/style modifs

This commit is contained in:
Sana EL HIRI 2022-03-07 11:24:34 +01:00
parent 699c7add05
commit 0a8d6ed7dd
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
.mt-5 {
margin-top: 0rem !important;
}
#couleur{
width: 100px;
height: 100px;

View File

@ -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>

View File

@ -12,6 +12,7 @@ ng-container{
#bouton-ajout {
margin-top: 5px;
margin-bottom: 20px;
border: 1px solid #7879F1 !important;
background-color: #7879F1;
color: #fff;