Improve table style

This commit is contained in:
Eugen Rochko 2018-09-24 01:04:17 +02:00
parent cdf84bbe17
commit f66fd8ffa6
4 changed files with 9 additions and 4 deletions

View file

@ -248,7 +248,9 @@ main table {
main table th,
main table td {
font-size: 16px;
padding: 10px;
line-height: 28px;
padding: 10px 15px;
vertical-align: middle;
border: 1px solid #303643; }
main table th .fa-check,
main table td .fa-check {

File diff suppressed because one or more lines are too long

View file

@ -345,7 +345,9 @@ main {
th,
td {
font-size: 16px;
padding: 10px;
line-height: 28px;
padding: 10px 15px;
vertical-align: middle;
border: 1px solid lighten($darkest, 8%);
.fa-check {