Merge branch 'dev-bagus' of https://github.com/defuj/eis into dev-defuj

This commit is contained in:
Dede Fuji Abdul
2024-04-05 18:31:04 +07:00
63 changed files with 8859 additions and 6867 deletions

View File

@ -1073,6 +1073,10 @@ body {
visibility: hidden;
}
.collapse {
visibility: collapse;
}
.static {
position: static;
}
@ -1895,6 +1899,10 @@ body {
table-layout: fixed;
}
.border-collapse {
border-collapse: collapse;
}
.origin-top-left {
transform-origin: top left;
}