Skip to content

Commit

Permalink
Update itulFramework.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bmooreitul authored Feb 1, 2024
1 parent 902174f commit d34c328
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions itulFramework.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
}
}


.drag-and-drop-file-upload {
padding:18px;
}

.drag-and-drop-file-upload.dragging-over {
background-color: #d9f7ec;
Expand All @@ -65,7 +67,7 @@
background-size: 16px 3px, 16px 3px, 3px 16px, 3px 16px, 100% 100%;
animation: draganddrop-border-animation .3s linear infinite;
border: none;
/*padding: 18px;*/
padding: 18px;
}

@keyframes draganddrop-border-animation {
Expand Down

0 comments on commit d34c328

Please sign in to comment.