feat: ajout support tableaux

This commit is contained in:
Kazhnuz 2020-04-30 08:36:49 +02:00
parent 96615cbd23
commit 259e38f9ab

View file

@ -134,3 +134,20 @@ ul.social {
} }
} }
} }
.table-card th {
border-top:none;
}
.table-card td {
vertical-align: middle;
}
.table-card {
margin-bottom: 0;
background-color:white;
}
.td-btn {
text-align: right;
}