@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/gallery.scss
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
@use "properties";
|
|
2
|
+
@use "parameters" as *;
|
|
3
|
+
|
|
4
|
+
.masonry-container {
|
|
5
|
+
display: flex;
|
|
6
|
+
gap: $spacing;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
margin: 0 auto;
|
|
9
|
+
align-items: flex-start;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.masonry-column {
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
gap: $spacing;
|
|
16
|
+
flex: 1;
|
|
17
|
+
min-width: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.masonry-item {
|
|
21
|
+
background-color: var(--card-bg);
|
|
22
|
+
border-radius: 8px;
|
|
23
|
+
overflow: hidden;
|
|
24
|
+
box-shadow: $shadow;
|
|
25
|
+
transition:
|
|
26
|
+
transform 0.3s ease,
|
|
27
|
+
box-shadow 0.3s ease;
|
|
28
|
+
position: relative;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.masonry-item img {
|
|
32
|
+
width: 100%;
|
|
33
|
+
height: auto;
|
|
34
|
+
display: block;
|
|
35
|
+
object-fit: cover;
|
|
36
|
+
opacity: 0;
|
|
37
|
+
transition: opacity 0.5s ease-in;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.masonry-item img.loaded {
|
|
41
|
+
opacity: 1;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.masonry-item-info {
|
|
45
|
+
padding: 15px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.masonry-item-title {
|
|
49
|
+
margin: 0 0 5px;
|
|
50
|
+
font-size: 1rem;
|
|
51
|
+
font-weight: 600;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.masonry-item-desc {
|
|
55
|
+
margin: 0;
|
|
56
|
+
font-size: 0.9rem;
|
|
57
|
+
color: #666;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.loader {
|
|
61
|
+
text-align: center;
|
|
62
|
+
padding: 40px;
|
|
63
|
+
}
|
package/css/grid.css
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
.row {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: row;
|
|
4
|
+
gap: 1rem;
|
|
5
|
+
margin-bottom: 1rem;
|
|
6
|
+
}
|
|
7
|
+
.row.spacing-top {
|
|
8
|
+
padding-top: 0.5rem;
|
|
9
|
+
}
|
|
10
|
+
.row .column {
|
|
11
|
+
flex: 1;
|
|
12
|
+
padding: 1rem;
|
|
13
|
+
}
|
|
14
|
+
.row .column.grow-2 {
|
|
15
|
+
flex-grow: 2;
|
|
16
|
+
}
|
|
17
|
+
.row .column.grow-3 {
|
|
18
|
+
flex-grow: 3;
|
|
19
|
+
}
|
|
20
|
+
.row .column.grow-4 {
|
|
21
|
+
flex-grow: 4;
|
|
22
|
+
}
|
|
23
|
+
.row .column.grow-5 {
|
|
24
|
+
flex-grow: 5;
|
|
25
|
+
}
|
|
26
|
+
.row .column.grow-6 {
|
|
27
|
+
flex-grow: 6;
|
|
28
|
+
}
|
|
29
|
+
.row .column .column {
|
|
30
|
+
padding: 0;
|
|
31
|
+
}
|
|
32
|
+
.row .column .row {
|
|
33
|
+
margin-bottom: 0;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@media screen and (max-width: 768px) {
|
|
37
|
+
.row {
|
|
38
|
+
flex-wrap: wrap;
|
|
39
|
+
}
|
|
40
|
+
.row .column {
|
|
41
|
+
flex-basis: 100%;
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
}
|
|
44
|
+
}/*# sourceMappingURL=grid.css.map */
|
package/css/grid.css.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["grid.scss","parameters.scss","grid.css"],"names":[],"mappings":"AAEA;EACE,aAAA;EACA,mBAAA;EACA,SCLQ;EDMR,mBCNQ;ACKV;AFGE;EACE,mBAAA;AEDJ;AFIE;EACE,OAAA;EACA,aCdM;ACYV;AFKM;EACE,YAFS;AEDjB;AFEM;EACE,YAFS;AEEjB;AFDM;EACE,YAFS;AEKjB;AFJM;EACE,YAFS;AEQjB;AFPM;EACE,YAFS;AEWjB;AFLI;EACE,UAAA;AEON;AFJI;EACE,gBAAA;AEMN;;AFDA;EACE;IACE,eAAA;EEIF;EFHE;IACE,gBAAA;IACA,gBAAA;EEKJ;AACF","file":"grid.css"}
|
package/css/grid.scss
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
@use "parameters" as *;
|
|
2
|
+
|
|
3
|
+
.row {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: row;
|
|
6
|
+
gap: $spacing;
|
|
7
|
+
margin-bottom: $spacing;
|
|
8
|
+
|
|
9
|
+
&.spacing-top {
|
|
10
|
+
padding-top: calc($spacing / 2);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.column {
|
|
14
|
+
flex: 1;
|
|
15
|
+
padding: $spacing;
|
|
16
|
+
|
|
17
|
+
@for $i from 2 through 6 {
|
|
18
|
+
&.grow-#{$i} {
|
|
19
|
+
flex-grow: $i;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.column {
|
|
24
|
+
padding: 0;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.row {
|
|
28
|
+
margin-bottom: 0;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@media screen and (max-width:768px) {
|
|
34
|
+
.row {
|
|
35
|
+
flex-wrap: wrap;
|
|
36
|
+
.column {
|
|
37
|
+
flex-basis: 100%;
|
|
38
|
+
overflow: hidden;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
.controls-container {
|
|
2
|
+
display: flex;
|
|
3
|
+
gap: 2rem;
|
|
4
|
+
align-items: center;
|
|
5
|
+
flex-wrap: wrap;
|
|
6
|
+
margin-bottom: 1rem;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.control-group {
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
gap: 0.5rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.chord-display {
|
|
16
|
+
font-size: 1.5rem;
|
|
17
|
+
font-weight: bold;
|
|
18
|
+
color: var(--primary-color);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.fretboard-container {
|
|
22
|
+
overflow-x: auto;
|
|
23
|
+
padding: 1rem 0;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.fretboard {
|
|
27
|
+
display: flex;
|
|
28
|
+
flex-direction: column;
|
|
29
|
+
background-color: #5d4037;
|
|
30
|
+
/* Fretboard wood color */
|
|
31
|
+
padding: 20px;
|
|
32
|
+
border-radius: 4px;
|
|
33
|
+
position: relative;
|
|
34
|
+
min-width: 800px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.string {
|
|
38
|
+
display: flex;
|
|
39
|
+
position: relative;
|
|
40
|
+
height: 40px;
|
|
41
|
+
/* Spacing between strings */
|
|
42
|
+
align-items: center;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.string::before {
|
|
46
|
+
content: '';
|
|
47
|
+
position: absolute;
|
|
48
|
+
left: 0;
|
|
49
|
+
right: 0;
|
|
50
|
+
top: 50%;
|
|
51
|
+
height: 2px;
|
|
52
|
+
/* String thickness */
|
|
53
|
+
background-color: #c0c0c0;
|
|
54
|
+
/* String color */
|
|
55
|
+
z-index: 1;
|
|
56
|
+
transform: translateY(-50%);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/* Make lower strings thicker */
|
|
60
|
+
.string:nth-child(1)::before {
|
|
61
|
+
height: 4px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.string:nth-child(2)::before {
|
|
65
|
+
height: 3.5px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.string:nth-child(3)::before {
|
|
69
|
+
height: 3px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.string:nth-child(4)::before {
|
|
73
|
+
height: 2.5px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.string:nth-child(5)::before {
|
|
77
|
+
height: 2px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.string:nth-child(6)::before {
|
|
81
|
+
height: 1.5px;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.fret {
|
|
85
|
+
flex: 1;
|
|
86
|
+
border-right: 4px solid #aaa;
|
|
87
|
+
/* Fret wire */
|
|
88
|
+
height: 100%;
|
|
89
|
+
position: relative;
|
|
90
|
+
display: flex;
|
|
91
|
+
justify-content: center;
|
|
92
|
+
align-items: center;
|
|
93
|
+
cursor: pointer;
|
|
94
|
+
z-index: 2;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.fret.nut {
|
|
98
|
+
border-right: 8px solid #ddd;
|
|
99
|
+
/* Nut */
|
|
100
|
+
flex: 0 0 50px;
|
|
101
|
+
/* Nut width */
|
|
102
|
+
background-color: #3e2723;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.note-marker {
|
|
106
|
+
width: 24px;
|
|
107
|
+
height: 24px;
|
|
108
|
+
border-radius: 50%;
|
|
109
|
+
background-color: var(--primary-color);
|
|
110
|
+
color: white;
|
|
111
|
+
display: flex;
|
|
112
|
+
justify-content: center;
|
|
113
|
+
align-items: center;
|
|
114
|
+
font-size: 0.8rem;
|
|
115
|
+
font-weight: bold;
|
|
116
|
+
z-index: 3;
|
|
117
|
+
opacity: 0;
|
|
118
|
+
transition: opacity 0.2s;
|
|
119
|
+
pointer-events: none;
|
|
120
|
+
/* Let clicks pass through to fret */
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.fret.active .note-marker {
|
|
124
|
+
opacity: 1;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/* Fret markers (dots) */
|
|
128
|
+
.fretboard::after {
|
|
129
|
+
content: '';
|
|
130
|
+
position: absolute;
|
|
131
|
+
/* This is tricky with flexbox, might need a different approach for dots
|
|
132
|
+
or just put them on specific frets in JS or specific nth-child CSS
|
|
133
|
+
*/
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/* Simple single dots */
|
|
137
|
+
.string:nth-child(3) .fret:nth-child(4)::after,
|
|
138
|
+
/* 3rd fret */
|
|
139
|
+
.string:nth-child(3) .fret:nth-child(6)::after,
|
|
140
|
+
/* 5th fret */
|
|
141
|
+
.string:nth-child(3) .fret:nth-child(8)::after,
|
|
142
|
+
/* 7th fret */
|
|
143
|
+
.string:nth-child(3) .fret:nth-child(10)::after
|
|
144
|
+
|
|
145
|
+
/* 9th fret */
|
|
146
|
+
{
|
|
147
|
+
content: '';
|
|
148
|
+
position: absolute;
|
|
149
|
+
width: 12px;
|
|
150
|
+
height: 12px;
|
|
151
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
152
|
+
border-radius: 50%;
|
|
153
|
+
z-index: 0;
|
|
154
|
+
top: 100%;
|
|
155
|
+
/* Position below the 3rd string (between 3 and 4 visually) */
|
|
156
|
+
transform: translate(50%, -50%);
|
|
157
|
+
/* Center on the fret wire? No, center in fret */
|
|
158
|
+
left: 50%;
|
|
159
|
+
transform: translate(-50%, 20px);
|
|
160
|
+
/* Push down to between strings */
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/* Double dot at 12th fret */
|
|
164
|
+
.string:nth-child(2) .fret:nth-child(13)::after,
|
|
165
|
+
.string:nth-child(4) .fret:nth-child(13)::after {
|
|
166
|
+
content: '';
|
|
167
|
+
position: absolute;
|
|
168
|
+
width: 12px;
|
|
169
|
+
height: 12px;
|
|
170
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
171
|
+
border-radius: 50%;
|
|
172
|
+
z-index: 0;
|
|
173
|
+
left: 50%;
|
|
174
|
+
transform: translate(-50%, 20px);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
@media (max-width: 768px) {
|
|
178
|
+
.controls-container {
|
|
179
|
+
gap: 1rem;
|
|
180
|
+
flex-direction: column;
|
|
181
|
+
align-items: stretch;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.control-group {
|
|
185
|
+
width: 100%;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.button-group {
|
|
189
|
+
display: flex;
|
|
190
|
+
gap: 0.5rem;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.button-group button {
|
|
194
|
+
flex: 1;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.fretboard-container {
|
|
198
|
+
margin: 0;
|
|
199
|
+
padding: 0;
|
|
200
|
+
overflow: hidden;
|
|
201
|
+
/* Hide overflow as requested */
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
.fretboard {
|
|
206
|
+
min-width: 0;
|
|
207
|
+
/* Allow it to shrink to fit screen */
|
|
208
|
+
width: 100%;
|
|
209
|
+
padding: 10px 0;
|
|
210
|
+
/* Reduce padding */
|
|
211
|
+
box-sizing: border-box;
|
|
212
|
+
/* Ensure padding is included */
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.fret-numbers {
|
|
216
|
+
padding-left: 0;
|
|
217
|
+
padding-right: 0;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/* Fret Numbers Styles */
|
|
222
|
+
.fret-numbers {
|
|
223
|
+
display: flex;
|
|
224
|
+
height: 30px;
|
|
225
|
+
align-items: center;
|
|
226
|
+
margin-top: 5px;
|
|
227
|
+
padding-left: 20px;
|
|
228
|
+
/* Match fretboard padding */
|
|
229
|
+
padding-right: 20px;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.fret-number {
|
|
233
|
+
flex: 1;
|
|
234
|
+
display: flex;
|
|
235
|
+
justify-content: center;
|
|
236
|
+
align-items: center;
|
|
237
|
+
font-size: 1rem;
|
|
238
|
+
/* Increased size */
|
|
239
|
+
color: var(--primary-text);
|
|
240
|
+
/* Higher contrast */
|
|
241
|
+
font-weight: bold;
|
|
242
|
+
border-right: 4px solid transparent;
|
|
243
|
+
/* Match fret wire width to align perfectly */
|
|
244
|
+
box-sizing: border-box;
|
|
245
|
+
/* Ensure border is calculated in size if we switch that on */
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/* Ensure frets also use consistent box sizing if not already */
|
|
249
|
+
.fret {
|
|
250
|
+
box-sizing: border-box;
|
|
251
|
+
}
|
package/css/icons.css
ADDED
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Material Symbols Outlined 24pt";
|
|
3
|
+
src: url("../fonts/MaterialSymbolsOutlined.woff2") format("woff2");
|
|
4
|
+
}
|
|
5
|
+
.icon {
|
|
6
|
+
font-family: "Material Symbols Outlined 24pt", serif;
|
|
7
|
+
font-style: normal;
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-variant: normal;
|
|
10
|
+
text-transform: none;
|
|
11
|
+
line-height: 1;
|
|
12
|
+
font-size: 24px;
|
|
13
|
+
-webkit-font-smoothing: antialiased;
|
|
14
|
+
-moz-osx-font-smoothing: grayscale;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.icon-delete:before {
|
|
18
|
+
content: "\e872";
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.icon-search:before {
|
|
22
|
+
content: "\e8b6";
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.icon-splitscreen_vertical_add:before {
|
|
26
|
+
content: "\f4fc";
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.icon-splitscreen_add:before {
|
|
30
|
+
content: "\f4fd";
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.icon-push_pin:before {
|
|
34
|
+
content: "\f10d";
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.icon-block:before {
|
|
38
|
+
content: "\e033";
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.icon-check_circle:before {
|
|
42
|
+
content: "\e86c";
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.icon-stars:before {
|
|
46
|
+
content: "\e8d0";
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.icon-support:before {
|
|
50
|
+
content: "\ef73";
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.icon-refresh:before {
|
|
54
|
+
content: "\e5d5";
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.icon-sync:before {
|
|
58
|
+
content: "\e627";
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.icon-language:before {
|
|
62
|
+
content: "\e894";
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.icon-article:before {
|
|
66
|
+
content: "\ef42";
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.icon-list_alt:before {
|
|
70
|
+
content: "\e0ee";
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.icon-add_box:before {
|
|
74
|
+
content: "\e146";
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.icon-disabled_by_default:before {
|
|
78
|
+
content: "\f230";
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.icon-help_center:before {
|
|
82
|
+
content: "\f1c0";
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.icon-pages:before {
|
|
86
|
+
content: "\e7f9";
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.icon-add_photo_alternate:before {
|
|
90
|
+
content: "\e43e";
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.icon-calendar_today:before {
|
|
94
|
+
content: "\e935";
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.icon-assignment_turned_in:before {
|
|
98
|
+
content: "\e862";
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.icon-finance:before {
|
|
102
|
+
content: "\e6bf";
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.icon-save:before {
|
|
106
|
+
content: "\e161";
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.icon-folder:before {
|
|
110
|
+
content: "\e2c7";
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.icon-folder_off:before {
|
|
114
|
+
content: "\eb83";
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.icon-folder_open:before {
|
|
118
|
+
content: "\e2c8";
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.icon-mail:before {
|
|
122
|
+
content: "\e0be";
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.icon-attach_file:before {
|
|
126
|
+
content: "\e226";
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.icon-chat_bubble:before {
|
|
130
|
+
content: "\e0ca";
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.icon-cases:before {
|
|
134
|
+
content: "\e992";
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.icon-send:before {
|
|
138
|
+
content: "\e163";
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.icon-bookmark:before {
|
|
142
|
+
content: "\e866";
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.icon-label:before {
|
|
146
|
+
content: "\e892";
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.icon-filter_alt:before {
|
|
150
|
+
content: "\ef4f";
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.icon-filter_alt_off:before {
|
|
154
|
+
content: "\eb32";
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.icon-notifications_active:before {
|
|
158
|
+
content: "\e7f7";
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.icon-more_horiz:before {
|
|
162
|
+
content: "\e5d3";
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.icon-more_vert:before {
|
|
166
|
+
content: "\e5d4";
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.icon-navigate_before:before {
|
|
170
|
+
content: "\e408";
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.icon-navigate_next:before {
|
|
174
|
+
content: "\e409";
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.icon-keyboard_double_arrow_left:before {
|
|
178
|
+
content: "\eac3";
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.icon-keyboard_double_arrow_right:before {
|
|
182
|
+
content: "\eac9";
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.icon-first_page:before {
|
|
186
|
+
content: "\e5dc";
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.icon-last_page:before {
|
|
190
|
+
content: "\e5dd";
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.icon-expand_less:before {
|
|
194
|
+
content: "\e5ce";
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.icon-expand_more:before {
|
|
198
|
+
content: "\e5cf";
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.icon-zoom_in_map:before {
|
|
202
|
+
content: "\eb2d";
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.icon-zoom_out_map:before {
|
|
206
|
+
content: "\e56b";
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.icon-drag_pan:before {
|
|
210
|
+
content: "\f71e";
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.icon-format_list_bulleted:before {
|
|
214
|
+
content: "\e241";
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.icon-format_list_numbered:before {
|
|
218
|
+
content: "\e242";
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.icon-check:before {
|
|
222
|
+
content: "\e5ca";
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.icon-remove:before {
|
|
226
|
+
content: "\e15b";
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.icon-add:before {
|
|
230
|
+
content: "\e145";
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.icon-close:before {
|
|
234
|
+
content: "\e14c";
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.icon-format_bold:before {
|
|
238
|
+
content: "\e238";
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.icon-format_italic:before {
|
|
242
|
+
content: "\e23f";
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.icon-format_underlined:before {
|
|
246
|
+
content: "\e249";
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.icon-home:before {
|
|
250
|
+
content: "\e88a";
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.icon-favorite:before {
|
|
254
|
+
content: "\e87d";
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.icon-edit:before {
|
|
258
|
+
content: "\e150";
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.icon-layers:before {
|
|
262
|
+
content: "\e53b";
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.icon-cloud:before {
|
|
266
|
+
content: "\e2bd";
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.icon-print:before {
|
|
270
|
+
content: "\e555";
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.icon-share:before {
|
|
274
|
+
content: "\e80d";
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.icon-tune:before {
|
|
278
|
+
content: "\e429";
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.icon-power_settings_new:before {
|
|
282
|
+
content: "\e8ac";
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.icon-timeline:before {
|
|
286
|
+
content: "\e922";
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.icon-bar_chart:before {
|
|
290
|
+
content: "\e26b";
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.icon-bar_chart_4_bars:before {
|
|
294
|
+
content: "\f681";
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.icon-finance_mode:before {
|
|
298
|
+
content: "\ef92";
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.icon-database:before {
|
|
302
|
+
content: "\f20e";
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.icon-settings:before {
|
|
306
|
+
content: "\e8b8";
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.icon-person:before {
|
|
310
|
+
content: "\e7fd";
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.icon-menu_open:before {
|
|
314
|
+
content: "\e7ad";
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.icon-menu:before {
|
|
318
|
+
content: "\e7ac";
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.icon-light:before {
|
|
322
|
+
content: "\e81a";
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.icon-dark:before {
|
|
326
|
+
content: "\ef44";
|
|
327
|
+
}/*# sourceMappingURL=icons.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["icons.scss","icons.css"],"names":[],"mappings":"AACA;EACE,6CAAA;EACA,iEAAA;ACAF;ADIA;EACE,oDAAA;EACA,WAAA;EACA,kBAAA;EACA,mBAAA;EACA,oBAAA;EACA,oBAAA;EACA,cAAA;EACA,eAAA;EACA,mCAAA;EACA,kCAAA;ACFF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF;;ADMA;EACE,gBAAA;ACHF","file":"icons.css"}
|