Improving view
This commit is contained in:
19
resources/sass/main.scss
vendored
19
resources/sass/main.scss
vendored
@@ -96,6 +96,15 @@ span.error {
|
||||
.short {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
tbody.counter {
|
||||
counter-reset: nomor;
|
||||
|
||||
td:first-child::before {
|
||||
counter-increment: nomor;
|
||||
content: counter(nomor) ".";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
table.signature {
|
||||
@@ -207,5 +216,15 @@ span.error {
|
||||
.letter__body-header {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
table.nilai {
|
||||
.long {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.short {
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user