Add header section in form table
This commit is contained in:
parent
7bb75c3f56
commit
2b0c0567b8
9 changed files with 94 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue