styling responsive tables

Was previously bright white, now is dark
pull/712/head
Alex P 2016-12-20 19:54:23 -08:00
parent 9c613ce4af
commit 35fecb7077
1 changed files with 13 additions and 0 deletions

View File

@ -106,4 +106,17 @@ table .monotype {
margin-bottom: 75px;
}
}
}
/*
Responsive Tables
----------------------------------------------
*/
@media screen and (max-width: 767px) {
.table-responsive {
border-radius: 3px;
border-color: $g5-pepper;
@include custom-scrollbar($g5-pepper, $c-pool);
}
}