Materialize css

This commit is contained in:
Dzmitry Plashchynski
2015-04-12 01:09:56 +03:00
parent 50aec2ea87
commit 81ee422e30
4 changed files with 25 additions and 36 deletions

View File

@@ -1,20 +1,9 @@
.container {
background-color: #CFD8DC;
}
body {
background-color: #455A64;
display: flex;
min-height: 100vh;
flex-direction: column;
}
.page-header {
border-bottom: 1px solid #B6B6B6;
}
#job_list td,#job_list th {
border-top: 1px solid #B6B6B6;
color: #212121;
}
.breadcrumb {
background-color: #FFFFFF;
main {
flex: 1 0 auto;
}