This commit is contained in:
Daniel Cortés
2019-12-12 15:08:38 -03:00
parent ecfe04e1b8
commit a96f34d0c9
6 changed files with 26 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
.container {
.container-fluid {
padding-top: 6em;
padding-bottom: 6em;
}
@@ -24,4 +24,10 @@
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.table .thead-primary th {
color: #fff;
background-color: #0d6efd;;
border-color: #454d55;
}