Main/resources/[creator]/jobs_creator/html/index.css
2025-06-07 08:51:21 +02:00

25 lines
No EOL
467 B
CSS

.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;
}