Created static view sample
This commit is contained in:
24
resources/sass/main.scss
vendored
24
resources/sass/main.scss
vendored
@@ -84,6 +84,20 @@ span.error {
|
||||
}
|
||||
}
|
||||
|
||||
table.nilai {
|
||||
th, td {
|
||||
@apply border border-black px-1;
|
||||
}
|
||||
|
||||
.long {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
.short {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
||||
|
||||
table.signature {
|
||||
@apply w-auto ml-auto mt-4;
|
||||
|
||||
@@ -156,6 +170,16 @@ span.error {
|
||||
.print-button {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
table.nilai {
|
||||
.long {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.short {
|
||||
@apply hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user