Add header section in form table

This commit is contained in:
Mathieu Magnin 2017-07-11 16:50:29 +02:00
parent 7bb75c3f56
commit 2b0c0567b8
9 changed files with 94 additions and 10 deletions

View file

@ -1,3 +1,4 @@
@import "colors";
@import "constants";
@import "mixins";
@ -13,6 +14,12 @@
th {
text-align: left;
&.header-section {
color: $blue;
font-weight: bold;
font-size: 20px;
}
}
td {