delete icon styling for dropzone component

This commit is contained in:
Burak Civan 2022-08-25 10:02:09 +03:00
parent c2c8568ff8
commit 9dfd611ba4
2 changed files with 8 additions and 3 deletions

6
public/css/app.css vendored
View File

@ -411,8 +411,10 @@
width: 45px;
}
.form-file [data-dz-remove] {
bottom: 7px;
z-index: 99;
}
/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

View File

@ -96,4 +96,7 @@
width: 45px;
}
.form-file [data-dz-remove] {
bottom: 7px;
z-index: 99;
}