@dodlhuat/basix 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +482 -0
- package/css/accordion.css +109 -0
- package/css/accordion.css.map +1 -0
- package/css/accordion.scss +78 -0
- package/css/alert.css +57 -0
- package/css/alert.css.map +1 -0
- package/css/alert.scss +86 -0
- package/css/button.css +69 -0
- package/css/button.css.map +1 -0
- package/css/button.scss +102 -0
- package/css/card.css +144 -0
- package/css/card.css.map +1 -0
- package/css/card.scss +66 -0
- package/css/carousel.css +118 -0
- package/css/carousel.css.map +1 -0
- package/css/carousel.scss +87 -0
- package/css/chart.css +159 -0
- package/css/chart.css.map +1 -0
- package/css/chart.scss +159 -0
- package/css/chat-bubbles.css +97 -0
- package/css/chat-bubbles.css.map +1 -0
- package/css/chat-bubbles.scss +68 -0
- package/css/checkbox.css +77 -0
- package/css/checkbox.css.map +1 -0
- package/css/checkbox.scss +55 -0
- package/css/chips.css +72 -0
- package/css/chips.css.map +1 -0
- package/css/chips.scss +52 -0
- package/css/code-viewer.css +97 -0
- package/css/code-viewer.css.map +1 -0
- package/css/code-viewer.scss +98 -0
- package/css/colors.css +63 -0
- package/css/colors.css.map +1 -0
- package/css/colors.scss +33 -0
- package/css/datepicker.css +264 -0
- package/css/datepicker.css.map +1 -0
- package/css/datepicker.scss +317 -0
- package/css/defaults.css +118 -0
- package/css/defaults.css.map +1 -0
- package/css/defaults.scss +91 -0
- package/css/dropdown.css +146 -0
- package/css/dropdown.css.map +1 -0
- package/css/dropdown.scss +137 -0
- package/css/editor.css +413 -0
- package/css/editor.scss +458 -0
- package/css/file-uploader.css +194 -0
- package/css/file-uploader.css.map +1 -0
- package/css/file-uploader.scss +195 -0
- package/css/flyout-menu.css +345 -0
- package/css/flyout-menu.css.map +1 -0
- package/css/flyout-menu.scss +355 -0
- package/css/form-builder.css +9 -0
- package/css/form-builder.css.map +1 -0
- package/css/form-builder.scss +11 -0
- package/css/form.css +130 -0
- package/css/form.css.map +1 -0
- package/css/form.scss +115 -0
- package/css/gallery.css +91 -0
- package/css/gallery.css.map +1 -0
- package/css/gallery.scss +63 -0
- package/css/grid.css +44 -0
- package/css/grid.css.map +1 -0
- package/css/grid.scss +41 -0
- package/css/guitar-chords.css +251 -0
- package/css/icons.css +327 -0
- package/css/icons.css.map +1 -0
- package/css/icons.scss +331 -0
- package/css/modal.css +97 -0
- package/css/modal.css.map +1 -0
- package/css/modal.scss +72 -0
- package/css/parameters.css +1 -0
- package/css/parameters.css.map +1 -0
- package/css/parameters.scss +4 -0
- package/css/placeholder.css +50 -0
- package/css/placeholder.css.map +1 -0
- package/css/placeholder.scss +28 -0
- package/css/progress.css +51 -0
- package/css/progress.css.map +1 -0
- package/css/progress.scss +32 -0
- package/css/properties.css +31 -0
- package/css/properties.css.map +1 -0
- package/css/properties.scss +31 -0
- package/css/push-menu.css +145 -0
- package/css/push-menu.css.map +1 -0
- package/css/push-menu.scss +127 -0
- package/css/radiobutton.css +91 -0
- package/css/radiobutton.css.map +1 -0
- package/css/radiobutton.scss +64 -0
- package/css/reset.css +46 -0
- package/css/reset.css.map +1 -0
- package/css/reset.scss +40 -0
- package/css/scrollbar.css +91 -0
- package/css/scrollbar.css.map +1 -0
- package/css/scrollbar.scss +69 -0
- package/css/spinner.css +118 -0
- package/css/spinner.css.map +1 -0
- package/css/spinner.scss +91 -0
- package/css/style.css +3735 -0
- package/css/style.css.map +1 -0
- package/css/style.min.css +1 -0
- package/css/style.scss +38 -0
- package/css/switch.css +66 -0
- package/css/switch.css.map +1 -0
- package/css/switch.scss +42 -0
- package/css/table.css +201 -0
- package/css/table.css.map +1 -0
- package/css/table.scss +178 -0
- package/css/tabs.css +135 -0
- package/css/tabs.css.map +1 -0
- package/css/tabs.scss +118 -0
- package/css/timeline.css +69 -0
- package/css/timeline.css.map +1 -0
- package/css/timeline.scss +69 -0
- package/css/timepicker.scss +72 -0
- package/css/toast.css +98 -0
- package/css/toast.css.map +1 -0
- package/css/toast.scss +81 -0
- package/css/tooltip.css +151 -0
- package/css/tooltip.css.map +1 -0
- package/css/tooltip.scss +122 -0
- package/css/tree.css +199 -0
- package/css/tree.css.map +1 -0
- package/css/tree.scss +192 -0
- package/css/typography.css +137 -0
- package/css/typography.css.map +1 -0
- package/css/typography.scss +100 -0
- package/css/virtual-dropdown.css +149 -0
- package/css/virtual-dropdown.css.map +1 -0
- package/css/virtual-dropdown.scss +142 -0
- package/fonts/MaterialSymbolsOutlined.woff2 +0 -0
- package/fonts/Outfit-VariableFont_wght.woff +0 -0
- package/fonts/Outfit-VariableFont_wght.woff2 +0 -0
- package/fonts/material-icons.woff2 +0 -0
- package/icons/activity-outline.svg +1 -0
- package/icons/alert-circle-outline.svg +1 -0
- package/icons/alert-triangle-outline.svg +1 -0
- package/icons/archive-outline.svg +1 -0
- package/icons/arrow-back-outline.svg +1 -0
- package/icons/arrow-circle-down-outline.svg +1 -0
- package/icons/arrow-circle-left-outline.svg +1 -0
- package/icons/arrow-circle-right-outline.svg +1 -0
- package/icons/arrow-circle-up-outline.svg +1 -0
- package/icons/arrow-down-outline.svg +1 -0
- package/icons/arrow-downward-outline.svg +1 -0
- package/icons/arrow-forward-outline.svg +1 -0
- package/icons/arrow-ios-back-outline.svg +1 -0
- package/icons/arrow-ios-downward-outline.svg +1 -0
- package/icons/arrow-ios-forward-outline.svg +1 -0
- package/icons/arrow-ios-upward-outline.svg +1 -0
- package/icons/arrow-left-outline.svg +1 -0
- package/icons/arrow-right-outline.svg +1 -0
- package/icons/arrow-up-outline.svg +1 -0
- package/icons/arrow-upward-outline.svg +1 -0
- package/icons/arrowhead-down-outline.svg +1 -0
- package/icons/arrowhead-left-outline.svg +1 -0
- package/icons/arrowhead-right-outline.svg +1 -0
- package/icons/arrowhead-up-outline.svg +1 -0
- package/icons/at-outline.svg +1 -0
- package/icons/attach-2-outline.svg +1 -0
- package/icons/attach-outline.svg +1 -0
- package/icons/award-outline.svg +1 -0
- package/icons/backspace-outline.svg +1 -0
- package/icons/bar-chart-2-outline.svg +1 -0
- package/icons/bar-chart-outline.svg +1 -0
- package/icons/battery-outline.svg +1 -0
- package/icons/behance-outline.svg +1 -0
- package/icons/bell-off-outline.svg +1 -0
- package/icons/bell-outline.svg +1 -0
- package/icons/bluetooth-outline.svg +1 -0
- package/icons/book-open-outline.svg +1 -0
- package/icons/book-outline.svg +1 -0
- package/icons/bookmark-outline.svg +1 -0
- package/icons/briefcase-outline.svg +1 -0
- package/icons/browser-outline.svg +1 -0
- package/icons/brush-outline.svg +1 -0
- package/icons/bulb-outline.svg +1 -0
- package/icons/calendar-outline.svg +1 -0
- package/icons/camera-outline.svg +1 -0
- package/icons/car-outline.svg +1 -0
- package/icons/cast-outline.svg +1 -0
- package/icons/charging-outline.svg +1 -0
- package/icons/checkmark-circle-2-outline.svg +1 -0
- package/icons/checkmark-circle-outline.svg +1 -0
- package/icons/checkmark-outline.svg +1 -0
- package/icons/checkmark-square-2-outline.svg +1 -0
- package/icons/checkmark-square-outline.svg +1 -0
- package/icons/chevron-down-outline.svg +1 -0
- package/icons/chevron-left-outline.svg +1 -0
- package/icons/chevron-right-outline.svg +1 -0
- package/icons/chevron-up-outline.svg +1 -0
- package/icons/clipboard-outline.svg +1 -0
- package/icons/clock-outline.svg +1 -0
- package/icons/close-circle-outline.svg +1 -0
- package/icons/close-outline.svg +1 -0
- package/icons/close-square-outline.svg +1 -0
- package/icons/cloud-download-outline.svg +1 -0
- package/icons/cloud-upload-outline.svg +1 -0
- package/icons/code-download-outline.svg +1 -0
- package/icons/code-outline.svg +1 -0
- package/icons/collapse-outline.svg +1 -0
- package/icons/color-palette-outline.svg +1 -0
- package/icons/color-picker-outline.svg +1 -0
- package/icons/compass-outline.svg +1 -0
- package/icons/copy-outline.svg +1 -0
- package/icons/corner-down-left-outline.svg +1 -0
- package/icons/corner-down-right-outline.svg +1 -0
- package/icons/corner-left-down-outline.svg +1 -0
- package/icons/corner-left-up-outline.svg +1 -0
- package/icons/corner-right-down-outline.svg +1 -0
- package/icons/corner-right-up-outline.svg +1 -0
- package/icons/corner-up-left-outline.svg +1 -0
- package/icons/corner-up-right-outline.svg +1 -0
- package/icons/credit-card-outline.svg +1 -0
- package/icons/crop-outline.svg +1 -0
- package/icons/cube-outline.svg +1 -0
- package/icons/diagonal-arrow-left-down-outline.svg +1 -0
- package/icons/diagonal-arrow-left-up-outline.svg +1 -0
- package/icons/diagonal-arrow-right-down-outline.svg +1 -0
- package/icons/diagonal-arrow-right-up-outline.svg +1 -0
- package/icons/done-all-outline.svg +1 -0
- package/icons/download-outline.svg +1 -0
- package/icons/droplet-off-outline.svg +1 -0
- package/icons/droplet-outline.svg +1 -0
- package/icons/edit-2-outline.svg +1 -0
- package/icons/edit-outline.svg +1 -0
- package/icons/email-outline.svg +1 -0
- package/icons/expand-outline.svg +1 -0
- package/icons/external-link-outline.svg +1 -0
- package/icons/eye-off-2-outline.svg +1 -0
- package/icons/eye-off-outline.svg +1 -0
- package/icons/eye-outline.svg +1 -0
- package/icons/facebook-outline.svg +1 -0
- package/icons/file-add-outline.svg +1 -0
- package/icons/file-outline.svg +1 -0
- package/icons/file-remove-outline.svg +1 -0
- package/icons/file-text-outline.svg +1 -0
- package/icons/film-outline.svg +1 -0
- package/icons/flag-outline.svg +1 -0
- package/icons/flash-off-outline.svg +1 -0
- package/icons/flash-outline.svg +1 -0
- package/icons/flip-2-outline.svg +1 -0
- package/icons/flip-outline.svg +1 -0
- package/icons/folder-add-outline.svg +1 -0
- package/icons/folder-outline.svg +1 -0
- package/icons/folder-remove-outline.svg +1 -0
- package/icons/funnel-outline.svg +1 -0
- package/icons/gift-outline.svg +1 -0
- package/icons/github-outline.svg +1 -0
- package/icons/globe-2-outline.svg +1 -0
- package/icons/globe-outline.svg +1 -0
- package/icons/google-outline.svg +1 -0
- package/icons/grid-outline.svg +1 -0
- package/icons/hard-drive-outline.svg +1 -0
- package/icons/hash-outline.svg +1 -0
- package/icons/headphones-outline.svg +1 -0
- package/icons/heart-outline.svg +1 -0
- package/icons/home-outline.svg +1 -0
- package/icons/image-outline.svg +1 -0
- package/icons/inbox-outline.svg +1 -0
- package/icons/info-outline.svg +1 -0
- package/icons/keypad-outline.svg +1 -0
- package/icons/layers-outline.svg +1 -0
- package/icons/layout-outline.svg +1 -0
- package/icons/link-2-outline.svg +1 -0
- package/icons/link-outline.svg +1 -0
- package/icons/linkedin-outline.svg +1 -0
- package/icons/list-outline.svg +1 -0
- package/icons/loader-outline.svg +1 -0
- package/icons/lock-outline.svg +1 -0
- package/icons/log-in-outline.svg +1 -0
- package/icons/log-out-outline.svg +1 -0
- package/icons/map-outline.svg +1 -0
- package/icons/maximize-outline.svg +1 -0
- package/icons/menu-2-outline.svg +1 -0
- package/icons/menu-arrow-outline.svg +1 -0
- package/icons/menu-outline.svg +1 -0
- package/icons/message-circle-outline.svg +1 -0
- package/icons/message-square-outline.svg +1 -0
- package/icons/mic-off-outline.svg +1 -0
- package/icons/mic-outline.svg +1 -0
- package/icons/minimize-outline.svg +1 -0
- package/icons/minus-circle-outline.svg +1 -0
- package/icons/minus-outline.svg +1 -0
- package/icons/minus-square-outline.svg +1 -0
- package/icons/monitor-outline.svg +1 -0
- package/icons/moon-outline.svg +1 -0
- package/icons/more-horizontal-outline.svg +1 -0
- package/icons/more-vertical-outline.svg +1 -0
- package/icons/move-outline.svg +1 -0
- package/icons/music-outline.svg +1 -0
- package/icons/navigation-2-outline.svg +1 -0
- package/icons/navigation-outline.svg +1 -0
- package/icons/npm-outline.svg +1 -0
- package/icons/options-2-outline.svg +1 -0
- package/icons/options-outline.svg +1 -0
- package/icons/pantone-outline.svg +1 -0
- package/icons/paper-plane-outline.svg +1 -0
- package/icons/pause-circle-outline.svg +1 -0
- package/icons/people-outline.svg +1 -0
- package/icons/percent-outline.svg +1 -0
- package/icons/person-add-outline.svg +1 -0
- package/icons/person-delete-outline.svg +1 -0
- package/icons/person-done-outline.svg +1 -0
- package/icons/person-outline.svg +1 -0
- package/icons/person-remove-outline.svg +1 -0
- package/icons/phone-call-outline.svg +1 -0
- package/icons/phone-missed-outline.svg +1 -0
- package/icons/phone-off-outline.svg +1 -0
- package/icons/phone-outline.svg +1 -0
- package/icons/pie-chart-outline.svg +1 -0
- package/icons/pin-outline.svg +1 -0
- package/icons/play-circle-outline.svg +1 -0
- package/icons/plus-circle-outline.svg +1 -0
- package/icons/plus-outline.svg +1 -0
- package/icons/plus-square-outline.svg +1 -0
- package/icons/power-outline.svg +1 -0
- package/icons/pricetags-outline.svg +1 -0
- package/icons/printer-outline.svg +1 -0
- package/icons/question-mark-circle-outline.svg +1 -0
- package/icons/question-mark-outline.svg +1 -0
- package/icons/radio-button-off-outline.svg +1 -0
- package/icons/radio-button-on-outline.svg +1 -0
- package/icons/radio-outline.svg +1 -0
- package/icons/recording-outline.svg +1 -0
- package/icons/refresh-outline.svg +1 -0
- package/icons/repeat-outline.svg +1 -0
- package/icons/rewind-left-outline.svg +1 -0
- package/icons/rewind-right-outline.svg +1 -0
- package/icons/save-outline.svg +1 -0
- package/icons/scissors-outline.svg +1 -0
- package/icons/search-outline.svg +1 -0
- package/icons/settings-2-outline.svg +1 -0
- package/icons/settings-outline.svg +1 -0
- package/icons/shake-outline.svg +1 -0
- package/icons/share-outline.svg +1 -0
- package/icons/shield-off-outline.svg +1 -0
- package/icons/shield-outline.svg +1 -0
- package/icons/shopping-bag-outline.svg +1 -0
- package/icons/shopping-cart-outline.svg +1 -0
- package/icons/shuffle-2-outline.svg +1 -0
- package/icons/shuffle-outline.svg +1 -0
- package/icons/skip-back-outline.svg +1 -0
- package/icons/skip-forward-outline.svg +1 -0
- package/icons/slash-outline.svg +1 -0
- package/icons/smartphone-outline.svg +1 -0
- package/icons/smiling-face-outline.svg +1 -0
- package/icons/speaker-outline.svg +1 -0
- package/icons/square-outline.svg +1 -0
- package/icons/star-outline.svg +1 -0
- package/icons/stop-circle-outline.svg +1 -0
- package/icons/sun-outline.svg +1 -0
- package/icons/swap-outline.svg +1 -0
- package/icons/sync-outline.svg +1 -0
- package/icons/text-outline.svg +1 -0
- package/icons/thermometer-minus-outline.svg +1 -0
- package/icons/thermometer-outline.svg +1 -0
- package/icons/thermometer-plus-outline.svg +1 -0
- package/icons/toggle-left-outline.svg +1 -0
- package/icons/toggle-right-outline.svg +1 -0
- package/icons/trash-2-outline.svg +1 -0
- package/icons/trash-outline.svg +1 -0
- package/icons/trending-down-outline.svg +1 -0
- package/icons/trending-up-outline.svg +1 -0
- package/icons/tv-outline.svg +1 -0
- package/icons/twitter-outline.svg +1 -0
- package/icons/umbrella-outline.svg +1 -0
- package/icons/undo-outline.svg +1 -0
- package/icons/unlock-outline.svg +1 -0
- package/icons/upload-outline.svg +1 -0
- package/icons/video-off-outline.svg +1 -0
- package/icons/video-outline.svg +1 -0
- package/icons/volume-down-outline.svg +1 -0
- package/icons/volume-mute-outline.svg +1 -0
- package/icons/volume-off-outline.svg +1 -0
- package/icons/volume-up-outline.svg +1 -0
- package/icons/wifi-off-outline.svg +1 -0
- package/icons/wifi-outline.svg +1 -0
- package/js/carousel.js +133 -0
- package/js/carousel.ts +173 -0
- package/js/chart.js +257 -0
- package/js/code-viewer.js +148 -0
- package/js/code-viewer.ts +188 -0
- package/js/datepicker.js +497 -0
- package/js/datepicker.ts +619 -0
- package/js/dropdown.js +122 -0
- package/js/dropdown.ts +180 -0
- package/js/editor.js +421 -0
- package/js/editor.ts +426 -0
- package/js/file-uploader.js +268 -0
- package/js/file-uploader.ts +350 -0
- package/js/flyout-menu.js +195 -0
- package/js/flyout-menu.ts +250 -0
- package/js/form-builder.js +107 -0
- package/js/gallery.js +177 -0
- package/js/gallery.ts +231 -0
- package/js/guitar-chords.js +268 -0
- package/js/index.js +720 -0
- package/js/index.ts +874 -0
- package/js/lazy-loader.js +121 -0
- package/js/modal.js +113 -0
- package/js/modal.ts +167 -0
- package/js/push-menu.js +101 -0
- package/js/push-menu.ts +130 -0
- package/js/request.js +51 -0
- package/js/scroll.js +27 -0
- package/js/scroll.ts +47 -0
- package/js/scrollbar.js +219 -0
- package/js/scrollbar.ts +308 -0
- package/js/select.js +158 -0
- package/js/select.ts +217 -0
- package/js/table.js +359 -0
- package/js/table.ts +453 -0
- package/js/tabs.js +225 -0
- package/js/tabs.ts +280 -0
- package/js/theme.js +194 -0
- package/js/theme.ts +225 -0
- package/js/timepicker.js +98 -0
- package/js/timepicker.ts +131 -0
- package/js/toast.js +93 -0
- package/js/toast.ts +138 -0
- package/js/tooltip.js +193 -0
- package/js/tooltip.ts +252 -0
- package/js/tree.js +162 -0
- package/js/tree.ts +218 -0
- package/js/tsconfig.json +18 -0
- package/js/utils.js +69 -0
- package/js/utils.ts +84 -0
- package/js/virtual-dropdown.js +277 -0
- package/js/virtual-dropdown.ts +366 -0
- package/package.json +38 -0
package/css/icons.scss
ADDED
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: "Material Symbols Outlined 24pt";
|
|
4
|
+
src: url("../fonts/MaterialSymbolsOutlined.woff2") format("woff2");
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
.icon {
|
|
9
|
+
font-family: "Material Symbols Outlined 24pt", serif;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-weight: normal;
|
|
12
|
+
font-variant: normal;
|
|
13
|
+
text-transform: none;
|
|
14
|
+
line-height: 1;
|
|
15
|
+
font-size: 24px;
|
|
16
|
+
-webkit-font-smoothing: antialiased;
|
|
17
|
+
-moz-osx-font-smoothing: grayscale;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
.icon-delete::before {
|
|
22
|
+
content: "\e872";
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.icon-search::before {
|
|
26
|
+
content: "\e8b6";
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.icon-splitscreen_vertical_add::before {
|
|
30
|
+
content: "\f4fc";
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.icon-splitscreen_add::before {
|
|
34
|
+
content: "\f4fd";
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.icon-push_pin::before {
|
|
38
|
+
content: "\f10d";
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.icon-block::before {
|
|
42
|
+
content: "\e033";
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.icon-check_circle::before {
|
|
46
|
+
content: "\e86c";
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.icon-stars::before {
|
|
50
|
+
content: "\e8d0";
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.icon-support::before {
|
|
54
|
+
content: "\ef73";
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.icon-refresh::before {
|
|
58
|
+
content: "\e5d5";
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.icon-sync::before {
|
|
62
|
+
content: "\e627";
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.icon-language::before {
|
|
66
|
+
content: "\e894";
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.icon-article::before {
|
|
70
|
+
content: "\ef42";
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.icon-list_alt::before {
|
|
74
|
+
content: "\e0ee";
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.icon-add_box::before {
|
|
78
|
+
content: "\e146";
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.icon-disabled_by_default::before {
|
|
82
|
+
content: "\f230";
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.icon-help_center::before {
|
|
86
|
+
content: "\f1c0";
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.icon-pages::before {
|
|
90
|
+
content: "\e7f9";
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.icon-add_photo_alternate::before {
|
|
94
|
+
content: "\e43e";
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.icon-calendar_today::before {
|
|
98
|
+
content: "\e935";
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.icon-assignment_turned_in::before {
|
|
102
|
+
content: "\e862";
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.icon-finance::before {
|
|
106
|
+
content: "\e6bf";
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.icon-save::before {
|
|
110
|
+
content: "\e161";
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.icon-folder::before {
|
|
114
|
+
content: "\e2c7";
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.icon-folder_off::before {
|
|
118
|
+
content: "\eb83";
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.icon-folder_open::before {
|
|
122
|
+
content: "\e2c8";
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.icon-mail::before {
|
|
126
|
+
content: "\e0be";
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.icon-attach_file::before {
|
|
130
|
+
content: "\e226";
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.icon-chat_bubble::before {
|
|
134
|
+
content: "\e0ca";
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.icon-cases::before {
|
|
138
|
+
content: "\e992";
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.icon-send::before {
|
|
142
|
+
content: "\e163";
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.icon-bookmark::before {
|
|
146
|
+
content: "\e866";
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.icon-label::before {
|
|
150
|
+
content: "\e892";
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.icon-filter_alt::before {
|
|
154
|
+
content: "\ef4f";
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.icon-filter_alt_off::before {
|
|
158
|
+
content: "\eb32";
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.icon-notifications_active::before {
|
|
162
|
+
content: "\e7f7";
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.icon-more_horiz::before {
|
|
166
|
+
content: "\e5d3";
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.icon-more_vert::before {
|
|
170
|
+
content: "\e5d4";
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.icon-navigate_before::before {
|
|
174
|
+
content: "\e408";
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.icon-navigate_next::before {
|
|
178
|
+
content: "\e409";
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.icon-keyboard_double_arrow_left::before {
|
|
182
|
+
content: "\eac3";
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.icon-keyboard_double_arrow_right::before {
|
|
186
|
+
content: "\eac9";
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.icon-first_page::before {
|
|
190
|
+
content: "\e5dc";
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.icon-last_page::before {
|
|
194
|
+
content: "\e5dd";
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.icon-expand_less::before {
|
|
198
|
+
content: "\e5ce";
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.icon-expand_more::before {
|
|
202
|
+
content: "\e5cf";
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.icon-zoom_in_map::before {
|
|
206
|
+
content: "\eb2d";
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.icon-zoom_out_map::before {
|
|
210
|
+
content: "\e56b";
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.icon-drag_pan::before {
|
|
214
|
+
content: "\f71e";
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.icon-format_list_bulleted::before {
|
|
218
|
+
content: "\e241";
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.icon-format_list_numbered::before {
|
|
222
|
+
content: "\e242";
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.icon-check::before {
|
|
226
|
+
content: "\e5ca";
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.icon-remove::before {
|
|
230
|
+
content: "\e15b";
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.icon-add::before {
|
|
234
|
+
content: "\e145";
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.icon-close::before {
|
|
238
|
+
content: "\e14c";
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.icon-format_bold::before {
|
|
242
|
+
content: "\e238";
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.icon-format_italic::before {
|
|
246
|
+
content: "\e23f";
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.icon-format_underlined::before {
|
|
250
|
+
content: "\e249";
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.icon-home::before {
|
|
254
|
+
content: "\e88a";
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.icon-favorite::before {
|
|
258
|
+
content: "\e87d";
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.icon-edit::before {
|
|
262
|
+
content: "\e150";
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.icon-layers::before {
|
|
266
|
+
content: "\e53b";
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.icon-cloud::before {
|
|
270
|
+
content: "\e2bd";
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.icon-print::before {
|
|
274
|
+
content: "\e555";
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.icon-share::before {
|
|
278
|
+
content: "\e80d";
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.icon-tune::before {
|
|
282
|
+
content: "\e429";
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.icon-power_settings_new::before {
|
|
286
|
+
content: "\e8ac";
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.icon-timeline::before {
|
|
290
|
+
content: "\e922";
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.icon-bar_chart::before {
|
|
294
|
+
content: "\e26b";
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.icon-bar_chart_4_bars::before {
|
|
298
|
+
content: "\f681";
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.icon-finance_mode::before {
|
|
302
|
+
content: "\ef92";
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.icon-database::before {
|
|
306
|
+
content: "\f20e";
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.icon-settings::before {
|
|
310
|
+
content: "\e8b8";
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.icon-person::before {
|
|
314
|
+
content: "\e7fd";
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.icon-menu_open::before {
|
|
318
|
+
content: "\e7ad";
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.icon-menu::before {
|
|
322
|
+
content: "\e7ac";
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.icon-light::before {
|
|
326
|
+
content: "\e81a";
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.icon-dark::before {
|
|
330
|
+
content: "\ef44";
|
|
331
|
+
}
|
package/css/modal.css
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-text: #1E1F24;
|
|
3
|
+
--secondary-text: #62636C;
|
|
4
|
+
--divider: #D8D9E0;
|
|
5
|
+
--accent-text: #3D63DD;
|
|
6
|
+
--error: #D64545;
|
|
7
|
+
--warning: #C28A00;
|
|
8
|
+
--success: #2E8B57;
|
|
9
|
+
--secondary-background: #E7E8EC;
|
|
10
|
+
--background: #F9F9FB;
|
|
11
|
+
--accent-color: #3D63DD;
|
|
12
|
+
--accent-color-lighten: #87A5EF;
|
|
13
|
+
--accent-color-text: #D8D9E0;
|
|
14
|
+
--disabled: #D8D9E0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-theme=dark] {
|
|
18
|
+
--primary-text: #EEEEF0;
|
|
19
|
+
--secondary-text: #B2B3BD;
|
|
20
|
+
--divider: #393A40;
|
|
21
|
+
--accent-text: #0E496D;
|
|
22
|
+
--error: #FF6B6B;
|
|
23
|
+
--warning: #F7B500;
|
|
24
|
+
--success: #5CC689;
|
|
25
|
+
--background: #111113;
|
|
26
|
+
--secondary-background: #19191B;
|
|
27
|
+
--accent-color: #1B7BB4;
|
|
28
|
+
--accent-color-lighten: #175982;
|
|
29
|
+
--accent-color-text: #B2B3BD;
|
|
30
|
+
--disabled: #303136;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.modal-wrapper {
|
|
34
|
+
position: absolute;
|
|
35
|
+
left: 0;
|
|
36
|
+
top: 0;
|
|
37
|
+
width: 100%;
|
|
38
|
+
height: 100%;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.modal-background {
|
|
42
|
+
display: block;
|
|
43
|
+
width: 100%;
|
|
44
|
+
height: 100%;
|
|
45
|
+
background: black;
|
|
46
|
+
opacity: 0.5;
|
|
47
|
+
position: relative;
|
|
48
|
+
z-index: 999;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.modal {
|
|
52
|
+
box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
|
|
53
|
+
background: var(--secondary-background);
|
|
54
|
+
border-radius: 0.4rem;
|
|
55
|
+
padding: 1rem;
|
|
56
|
+
position: fixed;
|
|
57
|
+
top: 50%;
|
|
58
|
+
left: 50%;
|
|
59
|
+
transform: translate(-50%, -50%);
|
|
60
|
+
z-index: 1000;
|
|
61
|
+
min-width: 50%;
|
|
62
|
+
}
|
|
63
|
+
.modal .header {
|
|
64
|
+
position: relative;
|
|
65
|
+
width: 100%;
|
|
66
|
+
left: -1rem;
|
|
67
|
+
top: -1rem;
|
|
68
|
+
padding: 1rem;
|
|
69
|
+
border-radius: 0.4rem 0.4rem 0 0;
|
|
70
|
+
box-sizing: content-box;
|
|
71
|
+
}
|
|
72
|
+
.modal .footer {
|
|
73
|
+
position: relative;
|
|
74
|
+
width: 100%;
|
|
75
|
+
left: -1rem;
|
|
76
|
+
display: flex;
|
|
77
|
+
bottom: -1rem;
|
|
78
|
+
padding: 1rem;
|
|
79
|
+
border-radius: 0 0 0.4rem 0.4rem;
|
|
80
|
+
box-sizing: content-box;
|
|
81
|
+
}
|
|
82
|
+
.modal .footer .buttons {
|
|
83
|
+
margin-left: auto;
|
|
84
|
+
order: 2;
|
|
85
|
+
}
|
|
86
|
+
.modal .close {
|
|
87
|
+
cursor: pointer;
|
|
88
|
+
float: right;
|
|
89
|
+
z-index: 999;
|
|
90
|
+
position: relative;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@media screen and (max-width: 768px) {
|
|
94
|
+
.modal {
|
|
95
|
+
width: 90%;
|
|
96
|
+
}
|
|
97
|
+
}/*# sourceMappingURL=modal.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["properties.scss","modal.css","modal.scss","parameters.scss"],"names":[],"mappings":"AAAA;EACE,uBAAA;EACA,yBAAA;EACA,kBAAA;EACA,sBAAA;EACA,gBAAA;EACA,kBAAA;EACA,kBAAA;EACA,+BAAA;EACA,qBAAA;EACA,uBAAA;EACA,+BAAA;EACA,4BAAA;EACA,mBAAA;ACCF;;ADEA;EACE,uBAAA;EACA,yBAAA;EACA,kBAAA;EACA,sBAAA;EACA,gBAAA;EACA,kBAAA;EACA,kBAAA;EACA,qBAAA;EACA,+BAAA;EACA,uBAAA;EACA,+BAAA;EACA,4BAAA;EACA,mBAAA;ACCF;;AC3BA;EACE,kBAAA;EACA,OAAA;EACA,MAAA;EACA,WAAA;EACA,YAAA;AD8BF;;AC3BA;EACE,cAAA;EACA,WAAA;EACA,YAAA;EACA,iBAAA;EACA,YAAA;EACA,kBAAA;EACA,YAAA;AD8BF;;AC3BA;EACE,4CAAA;EACA,uCAAA;EACA,qBCvBc;EDwBd,aCzBQ;ED0BR,eAAA;EACA,QAAA;EACA,SAAA;EACA,gCAAA;EACA,aAAA;EACA,cAAA;AD8BF;AC5BE;EACE,kBAAA;EACA,WAAA;EACA,WAAA;EACA,UAAA;EACA,aCtCM;EDuCN,gCAAA;EACA,uBAAA;AD8BJ;AC3BE;EACE,kBAAA;EACA,WAAA;EACA,WAAA;EACA,aAAA;EACA,aAAA;EACA,aCjDM;EDkDN,gCAAA;EACA,uBAAA;AD6BJ;AC3BI;EACE,iBAAA;EACA,QAAA;AD6BN;ACzBE;EACE,eAAA;EACA,YAAA;EACA,YAAA;EACA,kBAAA;AD2BJ;;ACvBA;EACE;IACE,UAAA;ED0BF;AACF","file":"modal.css"}
|
package/css/modal.scss
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
@use "properties";
|
|
2
|
+
@use "parameters" as *;
|
|
3
|
+
|
|
4
|
+
.modal-wrapper {
|
|
5
|
+
position: absolute;
|
|
6
|
+
left: 0;
|
|
7
|
+
top: 0;
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 100%;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.modal-background {
|
|
13
|
+
display: block;
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 100%;
|
|
16
|
+
background: black;
|
|
17
|
+
opacity: 0.5;
|
|
18
|
+
position: relative;
|
|
19
|
+
z-index: 999;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.modal {
|
|
23
|
+
box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
|
|
24
|
+
background: var(--secondary-background);
|
|
25
|
+
border-radius: $border-radius;
|
|
26
|
+
padding: $spacing;
|
|
27
|
+
position: fixed;
|
|
28
|
+
top: 50%;
|
|
29
|
+
left: 50%;
|
|
30
|
+
transform: translate(-50%, -50%);
|
|
31
|
+
z-index: 1000;
|
|
32
|
+
min-width: 50%;
|
|
33
|
+
|
|
34
|
+
.header {
|
|
35
|
+
position: relative;
|
|
36
|
+
width: 100%;
|
|
37
|
+
left: -1 * $spacing;
|
|
38
|
+
top: calc(-1 * $spacing);
|
|
39
|
+
padding: $spacing;
|
|
40
|
+
border-radius: $border-radius $border-radius 0 0;
|
|
41
|
+
box-sizing: content-box;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.footer {
|
|
45
|
+
position: relative;
|
|
46
|
+
width: 100%;
|
|
47
|
+
left: -1 * $spacing;
|
|
48
|
+
display: flex;
|
|
49
|
+
bottom: calc(-1 * $spacing);
|
|
50
|
+
padding: $spacing;
|
|
51
|
+
border-radius: 0 0 $border-radius $border-radius;
|
|
52
|
+
box-sizing: content-box;
|
|
53
|
+
|
|
54
|
+
.buttons {
|
|
55
|
+
margin-left: auto;
|
|
56
|
+
order: 2;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.close {
|
|
61
|
+
cursor: pointer;
|
|
62
|
+
float: right;
|
|
63
|
+
z-index: 999;
|
|
64
|
+
position: relative;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@media screen and (max-width:768px) {
|
|
69
|
+
.modal {
|
|
70
|
+
width: 90%;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*# sourceMappingURL=parameters.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"parameters.css"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
.placeholder {
|
|
2
|
+
animation: placeholder-fade 2s ease-in-out infinite;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
cursor: wait;
|
|
5
|
+
background-color: currentcolor;
|
|
6
|
+
opacity: 0.5;
|
|
7
|
+
min-height: 0.5rem;
|
|
8
|
+
margin-right: 0.5rem;
|
|
9
|
+
}
|
|
10
|
+
.placeholder.w-1 {
|
|
11
|
+
width: 8.3333333333%;
|
|
12
|
+
}
|
|
13
|
+
.placeholder.w-2 {
|
|
14
|
+
width: 16.6666666667%;
|
|
15
|
+
}
|
|
16
|
+
.placeholder.w-3 {
|
|
17
|
+
width: 25%;
|
|
18
|
+
}
|
|
19
|
+
.placeholder.w-4 {
|
|
20
|
+
width: 33.3333333333%;
|
|
21
|
+
}
|
|
22
|
+
.placeholder.w-5 {
|
|
23
|
+
width: 41.6666666667%;
|
|
24
|
+
}
|
|
25
|
+
.placeholder.w-6 {
|
|
26
|
+
width: 50%;
|
|
27
|
+
}
|
|
28
|
+
.placeholder.w-7 {
|
|
29
|
+
width: 58.3333333333%;
|
|
30
|
+
}
|
|
31
|
+
.placeholder.w-8 {
|
|
32
|
+
width: 66.6666666667%;
|
|
33
|
+
}
|
|
34
|
+
.placeholder.w-9 {
|
|
35
|
+
width: 75%;
|
|
36
|
+
}
|
|
37
|
+
.placeholder.w-10 {
|
|
38
|
+
width: 83.3333333333%;
|
|
39
|
+
}
|
|
40
|
+
.placeholder.w-11 {
|
|
41
|
+
width: 91.6666666667%;
|
|
42
|
+
}
|
|
43
|
+
.placeholder.w-12 {
|
|
44
|
+
width: 100%;
|
|
45
|
+
}
|
|
46
|
+
@keyframes placeholder-fade {
|
|
47
|
+
50% {
|
|
48
|
+
opacity: 0.2;
|
|
49
|
+
}
|
|
50
|
+
}/*# sourceMappingURL=placeholder.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["placeholder.scss","placeholder.css"],"names":[],"mappings":"AAEA;EACE,mDAAA;EACA,qBAAA;EACA,YAAA;EACA,8BAAA;EACA,YAAA;EACA,kBAAA;EACA,oBAAA;ACDF;ADII;EACE,oBAAA;ACFN;ADCI;EACE,qBAAA;ACCN;ADFI;EACE,UAAA;ACIN;ADLI;EACE,qBAAA;ACON;ADRI;EACE,qBAAA;ACUN;ADXI;EACE,UAAA;ACaN;ADdI;EACE,qBAAA;ACgBN;ADjBI;EACE,qBAAA;ACmBN;ADpBI;EACE,UAAA;ACsBN;ADvBI;EACE,qBAAA;ACyBN;AD1BI;EACE,qBAAA;AC4BN;AD7BI;EACE,WAAA;AC+BN;ADrBA;EACE;IACE,YAAA;EC6BF;AACF","file":"placeholder.css"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@use "parameters" as *;
|
|
2
|
+
|
|
3
|
+
.placeholder {
|
|
4
|
+
animation: placeholder-fade 2s ease-in-out infinite;
|
|
5
|
+
display: inline-block;
|
|
6
|
+
cursor: wait;
|
|
7
|
+
background-color: currentcolor;
|
|
8
|
+
opacity: .5;
|
|
9
|
+
min-height: calc($spacing / 2);
|
|
10
|
+
margin-right: calc($spacing / 2);
|
|
11
|
+
|
|
12
|
+
@for $i from 1 through 12 {
|
|
13
|
+
&.w-#{$i} {
|
|
14
|
+
width: calc(100% / (12 / $i));
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@-webkit-keyframes placeholder-fade {
|
|
20
|
+
50% {
|
|
21
|
+
opacity:.2
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
@keyframes placeholder-fade {
|
|
25
|
+
50% {
|
|
26
|
+
opacity:.2
|
|
27
|
+
}
|
|
28
|
+
}
|
package/css/progress.css
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-text: #1E1F24;
|
|
3
|
+
--secondary-text: #62636C;
|
|
4
|
+
--divider: #D8D9E0;
|
|
5
|
+
--accent-text: #3D63DD;
|
|
6
|
+
--error: #D64545;
|
|
7
|
+
--warning: #C28A00;
|
|
8
|
+
--success: #2E8B57;
|
|
9
|
+
--secondary-background: #E7E8EC;
|
|
10
|
+
--background: #F9F9FB;
|
|
11
|
+
--accent-color: #3D63DD;
|
|
12
|
+
--accent-color-lighten: #87A5EF;
|
|
13
|
+
--accent-color-text: #D8D9E0;
|
|
14
|
+
--disabled: #D8D9E0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-theme=dark] {
|
|
18
|
+
--primary-text: #EEEEF0;
|
|
19
|
+
--secondary-text: #B2B3BD;
|
|
20
|
+
--divider: #393A40;
|
|
21
|
+
--accent-text: #0E496D;
|
|
22
|
+
--error: #FF6B6B;
|
|
23
|
+
--warning: #F7B500;
|
|
24
|
+
--success: #5CC689;
|
|
25
|
+
--background: #111113;
|
|
26
|
+
--secondary-background: #19191B;
|
|
27
|
+
--accent-color: #1B7BB4;
|
|
28
|
+
--accent-color-lighten: #175982;
|
|
29
|
+
--accent-color-text: #B2B3BD;
|
|
30
|
+
--disabled: #303136;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.progress-bar {
|
|
34
|
+
background: var(--background);
|
|
35
|
+
border-radius: 0.4rem;
|
|
36
|
+
}
|
|
37
|
+
.progress-bar .progress {
|
|
38
|
+
border-radius: 0.4rem;
|
|
39
|
+
background: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.15) 75%), var(--accent-color);
|
|
40
|
+
background-size: 40px 40px;
|
|
41
|
+
animation: stripes 2.5s linear infinite;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@keyframes stripes {
|
|
45
|
+
from {
|
|
46
|
+
background-position: 0 0;
|
|
47
|
+
}
|
|
48
|
+
to {
|
|
49
|
+
background-position: 40px 0;
|
|
50
|
+
}
|
|
51
|
+
}/*# sourceMappingURL=progress.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["properties.scss","progress.css","progress.scss","parameters.scss"],"names":[],"mappings":"AAAA;EACE,uBAAA;EACA,yBAAA;EACA,kBAAA;EACA,sBAAA;EACA,gBAAA;EACA,kBAAA;EACA,kBAAA;EACA,+BAAA;EACA,qBAAA;EACA,uBAAA;EACA,+BAAA;EACA,4BAAA;EACA,mBAAA;ACCF;;ADEA;EACE,uBAAA;EACA,yBAAA;EACA,kBAAA;EACA,sBAAA;EACA,gBAAA;EACA,kBAAA;EACA,kBAAA;EACA,qBAAA;EACA,+BAAA;EACA,uBAAA;EACA,+BAAA;EACA,4BAAA;EACA,mBAAA;ACCF;;AC3BA;EACE,6BAAA;EACA,qBCJc;AFkChB;AC5BE;EACE,qBCPY;EDQZ,iPAAA;EAUA,0BAAA;EACA,uCAAA;ADqBJ;;ACjBA;EACE;IACE,wBAAA;EDoBF;EClBA;IACE,2BAAA;EDoBF;AACF","file":"progress.css"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
@use "properties";
|
|
2
|
+
@use "parameters" as *;
|
|
3
|
+
|
|
4
|
+
.progress-bar {
|
|
5
|
+
background: var(--background);
|
|
6
|
+
border-radius: $border-radius;
|
|
7
|
+
|
|
8
|
+
.progress {
|
|
9
|
+
border-radius: $border-radius;
|
|
10
|
+
background: linear-gradient(
|
|
11
|
+
45deg,
|
|
12
|
+
rgba(255, 255, 255, 0.25) 25%,
|
|
13
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
14
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
15
|
+
rgba(255, 255, 255, 0.25) 50%,
|
|
16
|
+
rgba(255, 255, 255, 0.25) 75%,
|
|
17
|
+
rgba(255, 255, 255, 0.15) 75%
|
|
18
|
+
),
|
|
19
|
+
var(--accent-color);
|
|
20
|
+
background-size: 40px 40px;
|
|
21
|
+
animation: stripes 2.5s linear infinite;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@keyframes stripes {
|
|
26
|
+
from {
|
|
27
|
+
background-position: 0 0;
|
|
28
|
+
}
|
|
29
|
+
to {
|
|
30
|
+
background-position: 40px 0;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--primary-text: #1E1F24;
|
|
3
|
+
--secondary-text: #62636C;
|
|
4
|
+
--divider: #D8D9E0;
|
|
5
|
+
--accent-text: #3D63DD;
|
|
6
|
+
--error: #D64545;
|
|
7
|
+
--warning: #C28A00;
|
|
8
|
+
--success: #2E8B57;
|
|
9
|
+
--secondary-background: #E7E8EC;
|
|
10
|
+
--background: #F9F9FB;
|
|
11
|
+
--accent-color: #3D63DD;
|
|
12
|
+
--accent-color-lighten: #87A5EF;
|
|
13
|
+
--accent-color-text: #D8D9E0;
|
|
14
|
+
--disabled: #D8D9E0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
[data-theme=dark] {
|
|
18
|
+
--primary-text: #EEEEF0;
|
|
19
|
+
--secondary-text: #B2B3BD;
|
|
20
|
+
--divider: #393A40;
|
|
21
|
+
--accent-text: #0E496D;
|
|
22
|
+
--error: #FF6B6B;
|
|
23
|
+
--warning: #F7B500;
|
|
24
|
+
--success: #5CC689;
|
|
25
|
+
--background: #111113;
|
|
26
|
+
--secondary-background: #19191B;
|
|
27
|
+
--accent-color: #1B7BB4;
|
|
28
|
+
--accent-color-lighten: #175982;
|
|
29
|
+
--accent-color-text: #B2B3BD;
|
|
30
|
+
--disabled: #303136;
|
|
31
|
+
}/*# sourceMappingURL=properties.css.map */
|