1
0
mirror of https://github.com/k4m4/movies-for-hackers.git synced 2025-12-06 14:23:53 +00:00

He's only gone and bloody done it!

This commit is contained in:
MichaelCook
2017-02-24 17:03:01 +00:00
parent f177a45a92
commit da850e6154
4 changed files with 54 additions and 8 deletions

View File

@@ -1,6 +1,28 @@
.container-fluid {
max-width: 1440px;
}
h2 {
font-size: 20px;
}
th {
text-transform: capitalize;
background: #eef7fd;
}
.react-bs-table {
border: 1px solid #ddd;
border-radius: 2px;
margin: 0;
}
.table {
// Cells
> thead,
> tbody,
> tfoot {
> tr {
> th,
> td {
padding: 1px 6px;
}
}
}
}