Run scss formatter

This commit is contained in:
George Drummond
2019-05-01 12:44:46 -04:00
parent fc862b4f5b
commit 21d2b5dba3
44 changed files with 519 additions and 390 deletions

View File

@@ -26,7 +26,7 @@
}
.list-header {
margin: 2 * $gap 5 * $gap;
margin: (2 * $gap) (5 * $gap);
padding: inherit;
overflow: auto;
}
@@ -39,13 +39,12 @@
}
table {
thead {
td {
font-weight: bold;
font-size: 1.4rem;
border-top: 0;
}
font-weight: bold;
font-size: 1.4rem;
border-top: 0;
}
}
tbody {
@@ -53,13 +52,13 @@
font-weight: bold;
font-size: 1.6rem;
}
td {
font-size: 1.6rem;
border-bottom: 1px solid $color-gray-lightest;
border-top: 0;
padding: 3 * $gap 2 * $gap;
padding: (3 * $gap) (2 * $gap);
}
}
}
}