forked from Simnation/Main
25 lines
No EOL
467 B
CSS
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;
|
|
} |