0.0.1
This commit is contained in:
25
resources/[creators]/jobs_creator/html/index.css
Normal file
25
resources/[creators]/jobs_creator/html/index.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user