feat: ajout support tableaux
This commit is contained in:
parent
96615cbd23
commit
259e38f9ab
1 changed files with 17 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue