⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
dropzone
/
src
/
Edit File: basic.scss
@use "sass:math"; .dropzone, .dropzone * { box-sizing: border-box; } .dropzone { position: relative; .dz-preview { position: relative; display: inline-block; width: 120px; margin: 0.5em; .dz-progress { display: block; height: 15px; border: 1px solid #aaa; .dz-upload { display: block; height: 100%; width: 0; background: green; } } .dz-error-message { color: red; display: none; } &.dz-error { .dz-error-message, .dz-error-mark { display: block; } } &.dz-success { .dz-success-mark { display: block; } } .dz-error-mark, .dz-success-mark { position: absolute; display: none; left: 30px; top: 30px; width: 54px; height: 58px; left: 50%; margin-left: -(math.div(54px, 2)); } } }
Simpan