1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-26 09:20:10 +02:00

suppression: croix dans input

This commit is contained in:
Gabriel Poma 2023-04-19 15:37:51 +02:00
parent cbea7de840
commit 011c9094e1

View file

@ -64,14 +64,19 @@
} }
.delete-metadata { .delete-metadata {
display: none;
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
right: -20px; right: 10px;
top: 0; top: 0;
font-size: 1.2rem; font-size: 1.2rem;
user-select: none; user-select: none;
} }
.input-metadata:hover > .delete-metadata {
display: block;
}
@media (max-width: 480px) { @media (max-width: 480px) {
.subtitle { .subtitle {
font-size: .875em font-size: .875em