Skip to content

Commit

Permalink
fix: moved css and script
Browse files Browse the repository at this point in the history
  • Loading branch information
thiendang committed Mar 12, 2024
1 parent 25c5124 commit 8d0e48b
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 17 deletions.
12 changes: 0 additions & 12 deletions shell/src/css/config.css → shell/public/config.css
Original file line number Diff line number Diff line change
Expand Up @@ -1102,21 +1102,9 @@ span.flatpickr-weekday {
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
height:100%;
min-height: 1px;
width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
width:100%;
min-width: 1px;
height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
width: 42px;
height: 42px;
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions shell/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,20 @@
<link rel="icon" href="https://react-demo.tailadmin.com/favicon.ico" />
<link
rel="stylesheet"
href="../src/css/style.css"
href="%PUBLIC_URL%/style.css"
/>
<link
rel="stylesheet"
href="../src/css/config.css"
href="%PUBLIC_URL%/config.css"
/>
<link
rel="stylesheet"
href="../src/css/satoshi.css"
href="%PUBLIC_URL%/satoshi.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/jsvectormap/dist/css/jsvectormap.min.css"
/>
<script src="https://cdn.jsdelivr.net/npm/jsvectormap"></script>
<script src="https://cdn.jsdelivr.net/npm/jsvectormap/dist/maps/world.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"
Expand Down Expand Up @@ -77,5 +75,7 @@
};
}
</script>
<script src="https://cdn.jsdelivr.net/npm/jsvectormap"></script>
<script src="https://cdn.jsdelivr.net/npm/jsvectormap/dist/maps/world.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit 8d0e48b

Please sign in to comment.