1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-21 04:11:30 +02:00

Table redesign

Removed table borders, used color striping and left aligned table
headers.
This commit is contained in:
Patric Mueller
2019-04-07 23:47:00 +02:00
parent 2b4962fc13
commit 73d291e677
3 changed files with 9 additions and 5 deletions

View File

@@ -15,8 +15,12 @@ table {
td, th {
padding: 6px;
text-align: left;
}
table, th, td {
border: 1px solid $border;
}
th {
background-color: darken($background, 8%);
}
tbody tr:nth-child(even) {
background-color: darken($background, 4%);
}