delete icon styling for dropzone component
This commit is contained in:
Vendored
+4
-2
@@ -411,8 +411,10 @@
|
|||||||
width: 45px;
|
width: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-file [data-dz-remove] {
|
||||||
|
bottom: 7px;
|
||||||
|
z-index: 99;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
|
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
|
||||||
*/
|
*/
|
||||||
|
|||||||
+4
-1
@@ -96,4 +96,7 @@
|
|||||||
width: 45px;
|
width: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-file [data-dz-remove] {
|
||||||
|
bottom: 7px;
|
||||||
|
z-index: 99;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user