Skip to content

Commit

Permalink
use local dragula css
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu committed Jul 22, 2024
1 parent d8f8d52 commit d7f6f53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
<link rel="preload" href="assets/check.svg" as="image" />
<style id="dynamic-styles"></style>

<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/dragula/3.7.3/dragula.min.css"
/>
<link rel="stylesheet" href="./lib/dragula.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/themes/monolith.min.css"
Expand Down
12 changes: 12 additions & 0 deletions lib/dragula.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.gu-mirror {
position: fixed;
opacity: 0.8;
}

.gu-hide {
display: none;
}

.gu-transit {
opacity: 0.2;
}

0 comments on commit d7f6f53

Please sign in to comment.