This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.clickable {
cursor: pointer;
}
.script-name {
color: #00dcff;
font-family: 'Archivo Black', sans-serif;
font-family: 'Work Sans', sans-serif;
font-size: 2.5rem!important;
line-height: 10vh
}
.swal-overlay--show-modal .swal-modal {
will-change: unset !important;
}
.elements-list:not(:empty) + .no-elements-message {
display: none;
}
.elements-list:empty + .no-elements-message {
display: block;
}