moovui 0.0.1
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.
- checksums.yaml +15 -0
- data/.gitignore +2 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +17 -0
- data/LICENSE.txt +22 -0
- data/README.md +1 -0
- data/Rakefile +1 -0
- data/bourbon/_bourbon-deprecated-upcoming.scss +13 -0
- data/bourbon/_bourbon.scss +59 -0
- data/bourbon/addons/_button.scss +273 -0
- data/bourbon/addons/_clearfix.scss +29 -0
- data/bourbon/addons/_font-family.scss +5 -0
- data/bourbon/addons/_hide-text.scss +5 -0
- data/bourbon/addons/_html5-input-types.scss +56 -0
- data/bourbon/addons/_position.scss +42 -0
- data/bourbon/addons/_prefixer.scss +49 -0
- data/bourbon/addons/_retina-image.scss +32 -0
- data/bourbon/addons/_size.scss +44 -0
- data/bourbon/addons/_timing-functions.scss +32 -0
- data/bourbon/addons/_triangle.scss +45 -0
- data/bourbon/css3/_animation.scss +52 -0
- data/bourbon/css3/_appearance.scss +3 -0
- data/bourbon/css3/_backface-visibility.scss +6 -0
- data/bourbon/css3/_background-image.scss +48 -0
- data/bourbon/css3/_background.scss +103 -0
- data/bourbon/css3/_border-image.scss +55 -0
- data/bourbon/css3/_border-radius.scss +22 -0
- data/bourbon/css3/_box-sizing.scss +4 -0
- data/bourbon/css3/_columns.scss +47 -0
- data/bourbon/css3/_flex-box.scss +52 -0
- data/bourbon/css3/_font-face.scss +23 -0
- data/bourbon/css3/_hidpi-media-query.scss +10 -0
- data/bourbon/css3/_image-rendering.scss +13 -0
- data/bourbon/css3/_inline-block.scss +8 -0
- data/bourbon/css3/_keyframes.scss +43 -0
- data/bourbon/css3/_linear-gradient.scss +41 -0
- data/bourbon/css3/_perspective.scss +8 -0
- data/bourbon/css3/_placeholder.scss +29 -0
- data/bourbon/css3/_radial-gradient.scss +44 -0
- data/bourbon/css3/_transform.scss +15 -0
- data/bourbon/css3/_transition.scss +34 -0
- data/bourbon/css3/_user-select.scss +3 -0
- data/bourbon/functions/_compact.scss +11 -0
- data/bourbon/functions/_flex-grid.scss +39 -0
- data/bourbon/functions/_grid-width.scss +13 -0
- data/bourbon/functions/_linear-gradient.scss +13 -0
- data/bourbon/functions/_modular-scale.scss +40 -0
- data/bourbon/functions/_px-to-em.scss +8 -0
- data/bourbon/functions/_radial-gradient.scss +23 -0
- data/bourbon/functions/_tint-shade.scss +9 -0
- data/bourbon/functions/_transition-property-name.scss +22 -0
- data/bourbon/helpers/_deprecated-webkit-gradient.scss +39 -0
- data/bourbon/helpers/_gradient-positions-parser.scss +13 -0
- data/bourbon/helpers/_linear-positions-parser.scss +61 -0
- data/bourbon/helpers/_radial-arg-parser.scss +69 -0
- data/bourbon/helpers/_radial-positions-parser.scss +18 -0
- data/bourbon/helpers/_render-gradients.scss +26 -0
- data/bourbon/helpers/_shape-size-stripper.scss +10 -0
- data/chosen.jquery.js +1166 -0
- data/custom.modernizr.js +4 -0
- data/fonts/TSTARPRO-BoldWeb.eot +0 -0
- data/fonts/TSTARPRO-BoldWeb.woff +0 -0
- data/fonts/entypo.eot +0 -0
- data/fonts/entypo.svg +235 -0
- data/fonts/entypo.ttf +0 -0
- data/fonts/entypo.woff +0 -0
- data/foundation.alerts.js +52 -0
- data/foundation.dropdown.js +177 -0
- data/foundation.js +440 -0
- data/foundation.reveal.js +330 -0
- data/foundation.section.js +400 -0
- data/foundation.tooltips.custom.js +222 -0
- data/globals/_base.scss +41 -0
- data/globals/_entypo.scss +711 -0
- data/globals/_footer.scss +29 -0
- data/globals/_header.scss +64 -0
- data/globals/_mixins.scss +69 -0
- data/globals/_normalize.scss +405 -0
- data/globals/_vars.scss +67 -0
- data/index.html +1254 -0
- data/lib/moovui/version.rb +3 -0
- data/lib/moovui.rb +4 -0
- data/modules/_accordion.scss +51 -0
- data/modules/_btn.scss +130 -0
- data/modules/_btnbar.scss +56 -0
- data/modules/_code.scss +55 -0
- data/modules/_copy.scss +99 -0
- data/modules/_definition.scss +34 -0
- data/modules/_docs.scss +127 -0
- data/modules/_dropdown.scss +32 -0
- data/modules/_flex.scss +300 -0
- data/modules/_grid.scss +72 -0
- data/modules/_input.scss +59 -0
- data/modules/_label.scss +6 -0
- data/modules/_list.scss +57 -0
- data/modules/_media.scss +17 -0
- data/modules/_modal.scss +71 -0
- data/modules/_notice.scss +111 -0
- data/modules/_pane.scss +25 -0
- data/modules/_resp.scss +71 -0
- data/modules/_select.scss +94 -0
- data/modules/_sidebar.scss +117 -0
- data/modules/_syntax-highlighter.scss +100 -0
- data/modules/_table.scss +63 -0
- data/modules/_tooltip.scss +59 -0
- data/moovui.gemspec +21 -0
- data/moovui.scss +43 -0
- data/shBrushBash.js +59 -0
- data/shBrushJScript.js +52 -0
- data/shBrushNull.js +35 -0
- data/shBrushSass.js +90 -0
- data/shBrushTritium.js +46 -0
- data/shBrushXml.js +69 -0
- data/shCore.custom.js +2399 -0
- data/shInit.js +14 -0
- metadata +187 -0
|
@@ -0,0 +1,711 @@
|
|
|
1
|
+
// WARNING: do not edit this file with an older TextMate version, it won't properly handle these Unicode characters
|
|
2
|
+
|
|
3
|
+
@if $moovui-init {
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: "Entypo";
|
|
6
|
+
src: url("fonts/entypo.eot");
|
|
7
|
+
src: url("fonts/entypo.eot?#iefix") format("embedded-opentype"),
|
|
8
|
+
url("fonts/entypo.woff") format("woff"),
|
|
9
|
+
url("fonts/entypo.ttf") format("truetype"),
|
|
10
|
+
url("fonts/entypo.svg#entypo") format("svg");
|
|
11
|
+
font-weight: normal;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@mixin entypo-icon($icon: null) {
|
|
17
|
+
-webkit-font-smoothing: antialiased;
|
|
18
|
+
display: inline-block;
|
|
19
|
+
font-family: "Entypo";
|
|
20
|
+
font-size: 15px;
|
|
21
|
+
font-style: normal;
|
|
22
|
+
font-weight: normal;
|
|
23
|
+
vertical-align: bottom; // use bottom so negative margin-bottom can be used
|
|
24
|
+
@if $icon {
|
|
25
|
+
content: $icon;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
[class*="#{$moovui-prefix}icon-"] {
|
|
30
|
+
&:before {
|
|
31
|
+
@include entypo-icon;
|
|
32
|
+
}
|
|
33
|
+
&:not(:empty):before {
|
|
34
|
+
margin-right: 5px;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
$icon-plus: "➕"; // \2795
|
|
39
|
+
$icon-minus: "➖"; // \2796
|
|
40
|
+
$icon-info: "ℹ"; // \2139
|
|
41
|
+
$icon-left-thin: "←"; // \2190
|
|
42
|
+
$icon-up-thin: "↑"; // \2191
|
|
43
|
+
$icon-right-thin: "→"; // \2192
|
|
44
|
+
$icon-down-thin: "↓"; // \2193
|
|
45
|
+
$icon-level-up: "↰"; // \21b0
|
|
46
|
+
$icon-level-down: "↳"; // \21b3
|
|
47
|
+
$icon-switch: "⇆"; // \21c6
|
|
48
|
+
$icon-infinity: "∞"; // \221e
|
|
49
|
+
$icon-squared-plus: "⊞"; // \229e
|
|
50
|
+
$icon-squared-minus: "⊟"; // \229f
|
|
51
|
+
$icon-home: "⌂"; // \2302
|
|
52
|
+
$icon-keyboard: "⌨"; // \2328
|
|
53
|
+
$icon-erase: "⌫"; // \232b
|
|
54
|
+
$icon-pause: "‖"; // \2016
|
|
55
|
+
$icon-ff: "⏩"; // \23e9
|
|
56
|
+
$icon-fb: "⏪"; // \23ea
|
|
57
|
+
$icon-to-end: "⏭"; // \23ed
|
|
58
|
+
$icon-to-start: "⏮"; // \23ee
|
|
59
|
+
$icon-hourglass: "⏳"; // \23f3
|
|
60
|
+
$icon-stop: "■"; // \25a0
|
|
61
|
+
$icon-triangle-up: "▴"; // \25b4
|
|
62
|
+
$icon-play: "▶"; // \25b6
|
|
63
|
+
$icon-triangle-right: "▸"; // \25b8
|
|
64
|
+
$icon-triangle-down: "▾"; // \25be
|
|
65
|
+
$icon-triangle-left: "◂"; // \25c2
|
|
66
|
+
$icon-adjust: "◑"; // \25d1
|
|
67
|
+
$icon-cloud: "☁"; // \2601
|
|
68
|
+
$icon-star: "★"; // \2605
|
|
69
|
+
$icon-star-empty: "☆"; // \2606
|
|
70
|
+
$icon-cup: "☕"; // \2615
|
|
71
|
+
$icon-list: "☰"; // \2630
|
|
72
|
+
$icon-moon: "☽"; // \263d
|
|
73
|
+
$icon-heart-empty: "♡"; // \2661
|
|
74
|
+
$icon-heart: "♥"; // \2665
|
|
75
|
+
$icon-note: "♪"; // \266a
|
|
76
|
+
$icon-beamed-note: "♫"; // \266b
|
|
77
|
+
$icon-layout: "⚏"; // \268f
|
|
78
|
+
$icon-flag: "⚑"; // \2691
|
|
79
|
+
$icon-tools: "⚒"; // \2692
|
|
80
|
+
$icon-cog: "⚙"; // \2699
|
|
81
|
+
$icon-warning: "⚠"; // \26a0
|
|
82
|
+
$icon-flash: "⚡"; // \26a1
|
|
83
|
+
$icon-record: "●"; // \25cf
|
|
84
|
+
$icon-thunder-cloud: ""; // \e711
|
|
85
|
+
$icon-voicemail: "✇"; // \2707
|
|
86
|
+
$icon-airplane: "✈"; // \2708
|
|
87
|
+
$icon-mail: "✉"; // \2709
|
|
88
|
+
$icon-pencil: "✎"; // \270e
|
|
89
|
+
$icon-feather: "✒"; // \2712
|
|
90
|
+
$icon-check: "✓"; // \2713
|
|
91
|
+
$icon-cross: "❌"; // \274c
|
|
92
|
+
$icon-circled-cross: "✖"; // \2716
|
|
93
|
+
$icon-squared-cross: "❎"; // \274e
|
|
94
|
+
$icon-help: "❓"; // \2753
|
|
95
|
+
$icon-quote: "❞"; // \275e
|
|
96
|
+
$icon-circled-plus: "⊕"; // \2295
|
|
97
|
+
$icon-circled-minus: "⊖"; // \2296
|
|
98
|
+
$icon-right: "➡"; // \27a1
|
|
99
|
+
$icon-direction: "➢"; // \27a2
|
|
100
|
+
$icon-forward: "➦"; // \27a6
|
|
101
|
+
$icon-ccw: "⟲"; // \27f2
|
|
102
|
+
$icon-cw: "⟳"; // \27f3
|
|
103
|
+
$icon-left: "⬅"; // \2b05
|
|
104
|
+
$icon-up: "⬆"; // \2b06
|
|
105
|
+
$icon-down: "⬇"; // \2b07
|
|
106
|
+
$icon-add-to-list: ""; // \e003
|
|
107
|
+
$icon-numbered-list: ""; // \e005
|
|
108
|
+
$icon-left-bold: ""; // \e4ad
|
|
109
|
+
$icon-right-bold: ""; // \e4ae
|
|
110
|
+
$icon-up-bold: ""; // \e4af
|
|
111
|
+
$icon-down-bold: ""; // \e4b0
|
|
112
|
+
$icon-add-user: ""; // \e700
|
|
113
|
+
$icon-circled-help: ""; // \e704
|
|
114
|
+
$icon-circled-info: ""; // \e705
|
|
115
|
+
$icon-eye: ""; // \e70a
|
|
116
|
+
$icon-tag: ""; // \e70c
|
|
117
|
+
$icon-upload-cloud: ""; // \e8b3
|
|
118
|
+
$icon-reply: ""; // \e712
|
|
119
|
+
$icon-reply-all: ""; // \e713
|
|
120
|
+
$icon-code: ""; // \e714
|
|
121
|
+
$icon-export: ""; // \e715
|
|
122
|
+
$icon-print: ""; // \e716
|
|
123
|
+
$icon-retweet: ""; // \e717
|
|
124
|
+
$icon-comment: ""; // \e718
|
|
125
|
+
$icon-chat: ""; // \e720
|
|
126
|
+
$icon-vcard: ""; // \e722
|
|
127
|
+
$icon-address: ""; // \e723
|
|
128
|
+
$icon-location: ""; // \e724
|
|
129
|
+
$icon-map: ""; // \e727
|
|
130
|
+
$icon-compass: ""; // \e728
|
|
131
|
+
$icon-trash: ""; // \e729
|
|
132
|
+
$icon-doc: ""; // \e730
|
|
133
|
+
$icon-text-doc-inverted: ""; // \e731
|
|
134
|
+
$icon-docs: ""; // \e736
|
|
135
|
+
$icon-landscape-doc: ""; // \e737
|
|
136
|
+
$icon-archive: ""; // \e800
|
|
137
|
+
$icon-rss: ""; // \e73a
|
|
138
|
+
$icon-share: ""; // \e73c
|
|
139
|
+
$icon-cart: ""; // \e73d
|
|
140
|
+
$icon-shareable: ""; // \e73e
|
|
141
|
+
$icon-login: ""; // \e740
|
|
142
|
+
$icon-logout: ""; // \e741
|
|
143
|
+
$icon-volume: "⏷"; // \23f7
|
|
144
|
+
$icon-resize-full: ""; // \e744
|
|
145
|
+
$icon-resize-small: ""; // \e746
|
|
146
|
+
$icon-popup: ""; // \e74c
|
|
147
|
+
$icon-publish: ""; // \e74d
|
|
148
|
+
$icon-browser: ""; // \e86d
|
|
149
|
+
$icon-arrow-combo: ""; // \e74f
|
|
150
|
+
$icon-pie-chart: "◴"; // \25f4
|
|
151
|
+
$icon-language: "🎔"; // \1f394
|
|
152
|
+
$icon-air: "💨"; // \1f4a8
|
|
153
|
+
$icon-database: "📸"; // \1f4f8
|
|
154
|
+
$icon-drive: "📽"; // \1f4fd
|
|
155
|
+
$icon-bucket: "📾"; // \1f4fe
|
|
156
|
+
$icon-thermometer: "📿"; // \1f4ff
|
|
157
|
+
$icon-circled-down: ""; // \e758
|
|
158
|
+
$icon-circled-left: ""; // \e759
|
|
159
|
+
$icon-circled-right: ""; // \e75a
|
|
160
|
+
$icon-circled-up: ""; // \e75b
|
|
161
|
+
$icon-chevron-down: ""; // \e75c
|
|
162
|
+
$icon-chevron-left: ""; // \e75d
|
|
163
|
+
$icon-chevron-right: ""; // \e75e
|
|
164
|
+
$icon-chevron-up: ""; // \e75f
|
|
165
|
+
$icon-chevron-small-down: ""; // \e760
|
|
166
|
+
$icon-chevron-small-left: ""; // \e761
|
|
167
|
+
$icon-chevron-small-right: ""; // \e762
|
|
168
|
+
$icon-chevron-small-up: ""; // \e763
|
|
169
|
+
$icon-chevron-thin-down: ""; // \e764
|
|
170
|
+
$icon-chevron-thin-left: ""; // \e765
|
|
171
|
+
$icon-chevron-thin-right: ""; // \e766
|
|
172
|
+
$icon-chevron-thin-up: ""; // \e767
|
|
173
|
+
$icon-progress-0: ""; // \e768
|
|
174
|
+
$icon-progress-1: ""; // \e769
|
|
175
|
+
$icon-progress-2: ""; // \e76a
|
|
176
|
+
$icon-progress-3: ""; // \e76b
|
|
177
|
+
$icon-back-in-time: ""; // \e771
|
|
178
|
+
$icon-network: ""; // \e776
|
|
179
|
+
$icon-inbox: ""; // \e777
|
|
180
|
+
$icon-install: ""; // \e778
|
|
181
|
+
$icon-lifebuoy: ""; // \e788
|
|
182
|
+
$icon-mouse: ""; // \e789
|
|
183
|
+
$icon-dot: "⏴"; // \23f4
|
|
184
|
+
$icon-two-dots: "⏵"; // \23f5
|
|
185
|
+
$icon-three-dots: "⏶"; // \23f6
|
|
186
|
+
$icon-suitcase: "🛆"; // \1f6c6
|
|
187
|
+
$icon-flow-cascade: "🕨"; // \1f568
|
|
188
|
+
$icon-flow-branch: "🕩"; // \1f569
|
|
189
|
+
$icon-flow-tree: "🕪"; // \1f56a
|
|
190
|
+
$icon-flow-line: "🕫"; // \1f56b
|
|
191
|
+
$icon-flow-parallel: "🕬"; // \1f56c
|
|
192
|
+
$icon-brush: ""; // \e79a
|
|
193
|
+
$icon-paper-plane: "🔿"; // \1f53f
|
|
194
|
+
$icon-magnet: ""; // \e7a1
|
|
195
|
+
$icon-gauge: "🛇"; // \1f6c7
|
|
196
|
+
$icon-traffic-cone: "🛈"; // \1f6c8
|
|
197
|
+
$icon-picture: "🌄"; // \1f304
|
|
198
|
+
$icon-globe: "🌎"; // \1f30e
|
|
199
|
+
$icon-leaf: "🍂"; // \1f342
|
|
200
|
+
$icon-graduation-cap: "🎓"; // \1f393
|
|
201
|
+
$icon-mic: "🎤"; // \1f3a4
|
|
202
|
+
$icon-palette: "🎨"; // \1f3a8
|
|
203
|
+
$icon-ticket: "🎫"; // \1f3ab
|
|
204
|
+
$icon-video: "🎬"; // \1f3ac
|
|
205
|
+
$icon-hair-cross: "🎯"; // \1f3af
|
|
206
|
+
$icon-music: "🎵"; // \1f3b5
|
|
207
|
+
$icon-trophy: "🏆"; // \1f3c6
|
|
208
|
+
$icon-thumbs-up: "👍"; // \1f44d
|
|
209
|
+
$icon-thumbs-down: "👎"; // \1f44e
|
|
210
|
+
$icon-bag: "👜"; // \1f45c
|
|
211
|
+
$icon-user: "👤"; // \1f464
|
|
212
|
+
$icon-users: "👥"; // \1f465
|
|
213
|
+
$icon-light-bulb: "💡"; // \1f4a1
|
|
214
|
+
$icon-new: "💥"; // \1f4a5
|
|
215
|
+
$icon-water: "💦"; // \1f4a6
|
|
216
|
+
$icon-droplet: "💧"; // \1f4a7
|
|
217
|
+
$icon-credit-card: "💳"; // \1f4b3
|
|
218
|
+
$icon-monitor: "💻"; // \1f4bb
|
|
219
|
+
$icon-briefcase: "💼"; // \1f4bc
|
|
220
|
+
$icon-save: "💾"; // \1f4be
|
|
221
|
+
$icon-cd: "💿"; // \1f4bf
|
|
222
|
+
$icon-folder: "📁"; // \1f4c1
|
|
223
|
+
$icon-text-doc: "📄"; // \1f4c4
|
|
224
|
+
$icon-calendar: "📅"; // \1f4c5
|
|
225
|
+
$icon-line-graph: "📈"; // \1f4c8
|
|
226
|
+
$icon-bar-graph: "📊"; // \1f4ca
|
|
227
|
+
$icon-clipboard: "📋"; // \1f4cb
|
|
228
|
+
$icon-attach: "📎"; // \1f4ce
|
|
229
|
+
$icon-bookmarks: "📑"; // \1f4d1
|
|
230
|
+
$icon-book: "📕"; // \1f4d5
|
|
231
|
+
$icon-open-book: "📖"; // \1f4d6
|
|
232
|
+
$icon-phone: "📞"; // \1f4de
|
|
233
|
+
$icon-megaphone: "📣"; // \1f4e3
|
|
234
|
+
$icon-upload: "📤"; // \1f4e4
|
|
235
|
+
$icon-download: "📥"; // \1f4e5
|
|
236
|
+
$icon-box: "📦"; // \1f4e6
|
|
237
|
+
$icon-newspaper: "📰"; // \1f4f0
|
|
238
|
+
$icon-mobile: "📱"; // \1f4f1
|
|
239
|
+
$icon-signal: "📶"; // \1f4f6
|
|
240
|
+
$icon-camera: "📷"; // \1f4f7
|
|
241
|
+
$icon-shuffle: "🔀"; // \1f500
|
|
242
|
+
$icon-loop: "🔁"; // \1f501
|
|
243
|
+
$icon-cycle: "🔄"; // \1f504
|
|
244
|
+
$icon-light-down: "🔅"; // \1f505
|
|
245
|
+
$icon-light-up: "🔆"; // \1f506
|
|
246
|
+
$icon-mute: "🔇"; // \1f507
|
|
247
|
+
$icon-sound: "🔊"; // \1f50a
|
|
248
|
+
$icon-battery: "🔋"; // \1f50b
|
|
249
|
+
$icon-search: "🔍"; // \1f50d
|
|
250
|
+
$icon-key: "🔑"; // \1f511
|
|
251
|
+
$icon-lock: "🔒"; // \1f512
|
|
252
|
+
$icon-lock-open: "🔓"; // \1f513
|
|
253
|
+
$icon-bell: "🔔"; // \1f514
|
|
254
|
+
$icon-bookmark: "🔖"; // \1f516
|
|
255
|
+
$icon-link: "🔗"; // \1f517
|
|
256
|
+
$icon-back: "🔙"; // \1f519
|
|
257
|
+
$icon-flashlight: "🔦"; // \1f526
|
|
258
|
+
$icon-area-graph: "🔾"; // \1f53e
|
|
259
|
+
$icon-clock: "🕔"; // \1f554
|
|
260
|
+
$icon-rocket: "🚀"; // \1f680
|
|
261
|
+
$icon-block: "🚫"; // \1f6ab
|
|
262
|
+
|
|
263
|
+
@mixin icon-plus { @include entypo-icon("➕"); }
|
|
264
|
+
@mixin icon-minus { @include entypo-icon("➖"); }
|
|
265
|
+
@mixin icon-info { @include entypo-icon("ℹ"); }
|
|
266
|
+
@mixin icon-left-thin { @include entypo-icon("←"); }
|
|
267
|
+
@mixin icon-up-thin { @include entypo-icon("↑"); }
|
|
268
|
+
@mixin icon-right-thin { @include entypo-icon("→"); }
|
|
269
|
+
@mixin icon-down-thin { @include entypo-icon("↓"); }
|
|
270
|
+
@mixin icon-level-up { @include entypo-icon("↰"); }
|
|
271
|
+
@mixin icon-level-down { @include entypo-icon("↳"); }
|
|
272
|
+
@mixin icon-switch { @include entypo-icon("⇆"); }
|
|
273
|
+
@mixin icon-infinity { @include entypo-icon("∞"); }
|
|
274
|
+
@mixin icon-squared-plus { @include entypo-icon("⊞"); }
|
|
275
|
+
@mixin icon-squared-minus { @include entypo-icon("⊟"); }
|
|
276
|
+
@mixin icon-home { @include entypo-icon("⌂"); }
|
|
277
|
+
@mixin icon-keyboard { @include entypo-icon("⌨"); }
|
|
278
|
+
@mixin icon-erase { @include entypo-icon("⌫"); }
|
|
279
|
+
@mixin icon-pause { @include entypo-icon("‖"); }
|
|
280
|
+
@mixin icon-ff { @include entypo-icon("⏩"); }
|
|
281
|
+
@mixin icon-fb { @include entypo-icon("⏪"); }
|
|
282
|
+
@mixin icon-to-end { @include entypo-icon("⏭"); }
|
|
283
|
+
@mixin icon-to-start { @include entypo-icon("⏮"); }
|
|
284
|
+
@mixin icon-hourglass { @include entypo-icon("⏳"); }
|
|
285
|
+
@mixin icon-stop { @include entypo-icon("■"); }
|
|
286
|
+
@mixin icon-triangle-up { @include entypo-icon("▴"); }
|
|
287
|
+
@mixin icon-play { @include entypo-icon("▶"); }
|
|
288
|
+
@mixin icon-triangle-right { @include entypo-icon("▸"); }
|
|
289
|
+
@mixin icon-triangle-down { @include entypo-icon("▾"); }
|
|
290
|
+
@mixin icon-triangle-left { @include entypo-icon("◂"); }
|
|
291
|
+
@mixin icon-adjust { @include entypo-icon("◑"); }
|
|
292
|
+
@mixin icon-cloud { @include entypo-icon("☁"); }
|
|
293
|
+
@mixin icon-star { @include entypo-icon("★"); }
|
|
294
|
+
@mixin icon-star-empty { @include entypo-icon("☆"); }
|
|
295
|
+
@mixin icon-cup { @include entypo-icon("☕"); }
|
|
296
|
+
@mixin icon-list { @include entypo-icon("☰"); }
|
|
297
|
+
@mixin icon-moon { @include entypo-icon("☽"); }
|
|
298
|
+
@mixin icon-heart-empty { @include entypo-icon("♡"); }
|
|
299
|
+
@mixin icon-heart { @include entypo-icon("♥"); }
|
|
300
|
+
@mixin icon-note { @include entypo-icon("♪"); }
|
|
301
|
+
@mixin icon-beamed-note { @include entypo-icon("♫"); }
|
|
302
|
+
@mixin icon-layout { @include entypo-icon("⚏"); }
|
|
303
|
+
@mixin icon-flag { @include entypo-icon("⚑"); }
|
|
304
|
+
@mixin icon-tools { @include entypo-icon("⚒"); }
|
|
305
|
+
@mixin icon-cog { @include entypo-icon("⚙"); }
|
|
306
|
+
@mixin icon-warning { @include entypo-icon("⚠"); }
|
|
307
|
+
@mixin icon-flash { @include entypo-icon("⚡"); }
|
|
308
|
+
@mixin icon-record { @include entypo-icon("●"); }
|
|
309
|
+
@mixin icon-thunder-cloud { @include entypo-icon(""); }
|
|
310
|
+
@mixin icon-voicemail { @include entypo-icon("✇"); }
|
|
311
|
+
@mixin icon-airplane { @include entypo-icon("✈"); }
|
|
312
|
+
@mixin icon-mail { @include entypo-icon("✉"); }
|
|
313
|
+
@mixin icon-pencil { @include entypo-icon("✎"); }
|
|
314
|
+
@mixin icon-feather { @include entypo-icon("✒"); }
|
|
315
|
+
@mixin icon-check { @include entypo-icon("✓"); }
|
|
316
|
+
@mixin icon-cross { @include entypo-icon("❌"); }
|
|
317
|
+
@mixin icon-circled-cross { @include entypo-icon("✖"); }
|
|
318
|
+
@mixin icon-squared-cross { @include entypo-icon("❎"); }
|
|
319
|
+
@mixin icon-help { @include entypo-icon("❓"); }
|
|
320
|
+
@mixin icon-quote { @include entypo-icon("❞"); }
|
|
321
|
+
@mixin icon-circled-plus { @include entypo-icon("⊕"); }
|
|
322
|
+
@mixin icon-circled-minus { @include entypo-icon("⊖"); }
|
|
323
|
+
@mixin icon-right { @include entypo-icon("➡"); }
|
|
324
|
+
@mixin icon-direction { @include entypo-icon("➢"); }
|
|
325
|
+
@mixin icon-forward { @include entypo-icon("➦"); }
|
|
326
|
+
@mixin icon-ccw { @include entypo-icon("⟲"); }
|
|
327
|
+
@mixin icon-cw { @include entypo-icon("⟳"); }
|
|
328
|
+
@mixin icon-left { @include entypo-icon("⬅"); }
|
|
329
|
+
@mixin icon-up { @include entypo-icon("⬆"); }
|
|
330
|
+
@mixin icon-down { @include entypo-icon("⬇"); }
|
|
331
|
+
@mixin icon-add-to-list { @include entypo-icon(""); }
|
|
332
|
+
@mixin icon-numbered-list { @include entypo-icon(""); }
|
|
333
|
+
@mixin icon-left-bold { @include entypo-icon(""); }
|
|
334
|
+
@mixin icon-right-bold { @include entypo-icon(""); }
|
|
335
|
+
@mixin icon-up-bold { @include entypo-icon(""); }
|
|
336
|
+
@mixin icon-down-bold { @include entypo-icon(""); }
|
|
337
|
+
@mixin icon-add-user { @include entypo-icon(""); }
|
|
338
|
+
@mixin icon-circled-help { @include entypo-icon(""); }
|
|
339
|
+
@mixin icon-circled-info { @include entypo-icon(""); }
|
|
340
|
+
@mixin icon-eye { @include entypo-icon(""); }
|
|
341
|
+
@mixin icon-tag { @include entypo-icon(""); }
|
|
342
|
+
@mixin icon-upload-cloud { @include entypo-icon(""); }
|
|
343
|
+
@mixin icon-reply { @include entypo-icon(""); }
|
|
344
|
+
@mixin icon-reply-all { @include entypo-icon(""); }
|
|
345
|
+
@mixin icon-code { @include entypo-icon(""); }
|
|
346
|
+
@mixin icon-export { @include entypo-icon(""); }
|
|
347
|
+
@mixin icon-print { @include entypo-icon(""); }
|
|
348
|
+
@mixin icon-retweet { @include entypo-icon(""); }
|
|
349
|
+
@mixin icon-comment { @include entypo-icon(""); }
|
|
350
|
+
@mixin icon-chat { @include entypo-icon(""); }
|
|
351
|
+
@mixin icon-vcard { @include entypo-icon(""); }
|
|
352
|
+
@mixin icon-address { @include entypo-icon(""); }
|
|
353
|
+
@mixin icon-location { @include entypo-icon(""); }
|
|
354
|
+
@mixin icon-map { @include entypo-icon(""); }
|
|
355
|
+
@mixin icon-compass { @include entypo-icon(""); }
|
|
356
|
+
@mixin icon-trash { @include entypo-icon(""); }
|
|
357
|
+
@mixin icon-doc { @include entypo-icon(""); }
|
|
358
|
+
@mixin icon-text-doc-inverted { @include entypo-icon(""); }
|
|
359
|
+
@mixin icon-docs { @include entypo-icon(""); }
|
|
360
|
+
@mixin icon-landscape-doc { @include entypo-icon(""); }
|
|
361
|
+
@mixin icon-archive { @include entypo-icon(""); }
|
|
362
|
+
@mixin icon-rss { @include entypo-icon(""); }
|
|
363
|
+
@mixin icon-share { @include entypo-icon(""); }
|
|
364
|
+
@mixin icon-cart { @include entypo-icon(""); }
|
|
365
|
+
@mixin icon-shareable { @include entypo-icon(""); }
|
|
366
|
+
@mixin icon-login { @include entypo-icon(""); }
|
|
367
|
+
@mixin icon-logout { @include entypo-icon(""); }
|
|
368
|
+
@mixin icon-volume { @include entypo-icon("⏷"); }
|
|
369
|
+
@mixin icon-resize-full { @include entypo-icon(""); }
|
|
370
|
+
@mixin icon-resize-small { @include entypo-icon(""); }
|
|
371
|
+
@mixin icon-popup { @include entypo-icon(""); }
|
|
372
|
+
@mixin icon-publish { @include entypo-icon(""); }
|
|
373
|
+
@mixin icon-browser { @include entypo-icon(""); }
|
|
374
|
+
@mixin icon-arrow-combo { @include entypo-icon(""); }
|
|
375
|
+
@mixin icon-pie-chart { @include entypo-icon("◴"); }
|
|
376
|
+
@mixin icon-language { @include entypo-icon("🎔"); }
|
|
377
|
+
@mixin icon-air { @include entypo-icon("💨"); }
|
|
378
|
+
@mixin icon-database { @include entypo-icon("📸"); }
|
|
379
|
+
@mixin icon-drive { @include entypo-icon("📽"); }
|
|
380
|
+
@mixin icon-bucket { @include entypo-icon("📾"); }
|
|
381
|
+
@mixin icon-thermometer { @include entypo-icon("📿"); }
|
|
382
|
+
@mixin icon-circled-down { @include entypo-icon(""); }
|
|
383
|
+
@mixin icon-circled-left { @include entypo-icon(""); }
|
|
384
|
+
@mixin icon-circled-right { @include entypo-icon(""); }
|
|
385
|
+
@mixin icon-circled-up { @include entypo-icon(""); }
|
|
386
|
+
@mixin icon-chevron-down { @include entypo-icon(""); }
|
|
387
|
+
@mixin icon-chevron-left { @include entypo-icon(""); }
|
|
388
|
+
@mixin icon-chevron-right { @include entypo-icon(""); }
|
|
389
|
+
@mixin icon-chevron-up { @include entypo-icon(""); }
|
|
390
|
+
@mixin icon-chevron-small-down { @include entypo-icon(""); }
|
|
391
|
+
@mixin icon-chevron-small-left { @include entypo-icon(""); }
|
|
392
|
+
@mixin icon-chevron-small-right { @include entypo-icon(""); }
|
|
393
|
+
@mixin icon-chevron-small-up { @include entypo-icon(""); }
|
|
394
|
+
@mixin icon-chevron-thin-down { @include entypo-icon(""); }
|
|
395
|
+
@mixin icon-chevron-thin-left { @include entypo-icon(""); }
|
|
396
|
+
@mixin icon-chevron-thin-right { @include entypo-icon(""); }
|
|
397
|
+
@mixin icon-chevron-thin-up { @include entypo-icon(""); }
|
|
398
|
+
@mixin icon-progress-0 { @include entypo-icon(""); }
|
|
399
|
+
@mixin icon-progress-1 { @include entypo-icon(""); }
|
|
400
|
+
@mixin icon-progress-2 { @include entypo-icon(""); }
|
|
401
|
+
@mixin icon-progress-3 { @include entypo-icon(""); }
|
|
402
|
+
@mixin icon-back-in-time { @include entypo-icon(""); }
|
|
403
|
+
@mixin icon-network { @include entypo-icon(""); }
|
|
404
|
+
@mixin icon-inbox { @include entypo-icon(""); }
|
|
405
|
+
@mixin icon-install { @include entypo-icon(""); }
|
|
406
|
+
@mixin icon-lifebuoy { @include entypo-icon(""); }
|
|
407
|
+
@mixin icon-mouse { @include entypo-icon(""); }
|
|
408
|
+
@mixin icon-dot { @include entypo-icon("⏴"); }
|
|
409
|
+
@mixin icon-two-dots { @include entypo-icon("⏵"); }
|
|
410
|
+
@mixin icon-three-dots { @include entypo-icon("⏶"); }
|
|
411
|
+
@mixin icon-suitcase { @include entypo-icon("🛆"); }
|
|
412
|
+
@mixin icon-flow-cascade { @include entypo-icon("🕨"); }
|
|
413
|
+
@mixin icon-flow-branch { @include entypo-icon("🕩"); }
|
|
414
|
+
@mixin icon-flow-tree { @include entypo-icon("🕪"); }
|
|
415
|
+
@mixin icon-flow-line { @include entypo-icon("🕫"); }
|
|
416
|
+
@mixin icon-flow-parallel { @include entypo-icon("🕬"); }
|
|
417
|
+
@mixin icon-brush { @include entypo-icon(""); }
|
|
418
|
+
@mixin icon-paper-plane { @include entypo-icon("🔿"); }
|
|
419
|
+
@mixin icon-magnet { @include entypo-icon(""); }
|
|
420
|
+
@mixin icon-gauge { @include entypo-icon("🛇"); }
|
|
421
|
+
@mixin icon-traffic-cone { @include entypo-icon("🛈"); }
|
|
422
|
+
@mixin icon-picture { @include entypo-icon("🌄"); }
|
|
423
|
+
@mixin icon-globe { @include entypo-icon("🌎"); }
|
|
424
|
+
@mixin icon-leaf { @include entypo-icon("🍂"); }
|
|
425
|
+
@mixin icon-graduation-cap { @include entypo-icon("🎓"); }
|
|
426
|
+
@mixin icon-mic { @include entypo-icon("🎤"); }
|
|
427
|
+
@mixin icon-palette { @include entypo-icon("🎨"); }
|
|
428
|
+
@mixin icon-ticket { @include entypo-icon("🎫"); }
|
|
429
|
+
@mixin icon-video { @include entypo-icon("🎬"); }
|
|
430
|
+
@mixin icon-hair-cross { @include entypo-icon("🎯"); }
|
|
431
|
+
@mixin icon-music { @include entypo-icon("🎵"); }
|
|
432
|
+
@mixin icon-trophy { @include entypo-icon("🏆"); }
|
|
433
|
+
@mixin icon-thumbs-up { @include entypo-icon("👍"); }
|
|
434
|
+
@mixin icon-thumbs-down { @include entypo-icon("👎"); }
|
|
435
|
+
@mixin icon-bag { @include entypo-icon("👜"); }
|
|
436
|
+
@mixin icon-user { @include entypo-icon("👤"); }
|
|
437
|
+
@mixin icon-users { @include entypo-icon("👥"); }
|
|
438
|
+
@mixin icon-light-bulb { @include entypo-icon("💡"); }
|
|
439
|
+
@mixin icon-new { @include entypo-icon("💥"); }
|
|
440
|
+
@mixin icon-water { @include entypo-icon("💦"); }
|
|
441
|
+
@mixin icon-droplet { @include entypo-icon("💧"); }
|
|
442
|
+
@mixin icon-credit-card { @include entypo-icon("💳"); }
|
|
443
|
+
@mixin icon-monitor { @include entypo-icon("💻"); }
|
|
444
|
+
@mixin icon-briefcase { @include entypo-icon("💼"); }
|
|
445
|
+
@mixin icon-save { @include entypo-icon("💾"); }
|
|
446
|
+
@mixin icon-cd { @include entypo-icon("💿"); }
|
|
447
|
+
@mixin icon-folder { @include entypo-icon("📁"); }
|
|
448
|
+
@mixin icon-text-doc { @include entypo-icon("📄"); }
|
|
449
|
+
@mixin icon-calendar { @include entypo-icon("📅"); }
|
|
450
|
+
@mixin icon-line-graph { @include entypo-icon("📈"); }
|
|
451
|
+
@mixin icon-bar-graph { @include entypo-icon("📊"); }
|
|
452
|
+
@mixin icon-clipboard { @include entypo-icon("📋"); }
|
|
453
|
+
@mixin icon-attach { @include entypo-icon("📎"); }
|
|
454
|
+
@mixin icon-bookmarks { @include entypo-icon("📑"); }
|
|
455
|
+
@mixin icon-book { @include entypo-icon("📕"); }
|
|
456
|
+
@mixin icon-open-book { @include entypo-icon("📖"); }
|
|
457
|
+
@mixin icon-phone { @include entypo-icon("📞"); }
|
|
458
|
+
@mixin icon-megaphone { @include entypo-icon("📣"); }
|
|
459
|
+
@mixin icon-upload { @include entypo-icon("📤"); }
|
|
460
|
+
@mixin icon-download { @include entypo-icon("📥"); }
|
|
461
|
+
@mixin icon-box { @include entypo-icon("📦"); }
|
|
462
|
+
@mixin icon-newspaper { @include entypo-icon("📰"); }
|
|
463
|
+
@mixin icon-mobile { @include entypo-icon("📱"); }
|
|
464
|
+
@mixin icon-signal { @include entypo-icon("📶"); }
|
|
465
|
+
@mixin icon-camera { @include entypo-icon("📷"); }
|
|
466
|
+
@mixin icon-shuffle { @include entypo-icon("🔀"); }
|
|
467
|
+
@mixin icon-loop { @include entypo-icon("🔁"); }
|
|
468
|
+
@mixin icon-cycle { @include entypo-icon("🔄"); }
|
|
469
|
+
@mixin icon-light-down { @include entypo-icon("🔅"); }
|
|
470
|
+
@mixin icon-light-up { @include entypo-icon("🔆"); }
|
|
471
|
+
@mixin icon-mute { @include entypo-icon("🔇"); }
|
|
472
|
+
@mixin icon-sound { @include entypo-icon("🔊"); }
|
|
473
|
+
@mixin icon-battery { @include entypo-icon("🔋"); }
|
|
474
|
+
@mixin icon-search { @include entypo-icon("🔍"); }
|
|
475
|
+
@mixin icon-key { @include entypo-icon("🔑"); }
|
|
476
|
+
@mixin icon-lock { @include entypo-icon("🔒"); }
|
|
477
|
+
@mixin icon-lock-open { @include entypo-icon("🔓"); }
|
|
478
|
+
@mixin icon-bell { @include entypo-icon("🔔"); }
|
|
479
|
+
@mixin icon-bookmark { @include entypo-icon("🔖"); }
|
|
480
|
+
@mixin icon-link { @include entypo-icon("🔗"); }
|
|
481
|
+
@mixin icon-back { @include entypo-icon("🔙"); }
|
|
482
|
+
@mixin icon-flashlight { @include entypo-icon("🔦"); }
|
|
483
|
+
@mixin icon-area-graph { @include entypo-icon("🔾"); }
|
|
484
|
+
@mixin icon-clock { @include entypo-icon("🕔"); }
|
|
485
|
+
@mixin icon-rocket { @include entypo-icon("🚀"); }
|
|
486
|
+
@mixin icon-block { @include entypo-icon("🚫"); }
|
|
487
|
+
|
|
488
|
+
.#{$moovui-prefix}icon-plus:before { content: "➕" }
|
|
489
|
+
.#{$moovui-prefix}icon-minus:before { content: "➖" }
|
|
490
|
+
.#{$moovui-prefix}icon-info:before { content: "ℹ" }
|
|
491
|
+
.#{$moovui-prefix}icon-left-thin:before { content: "←" }
|
|
492
|
+
.#{$moovui-prefix}icon-up-thin:before { content: "↑" }
|
|
493
|
+
.#{$moovui-prefix}icon-right-thin:before { content: "→" }
|
|
494
|
+
.#{$moovui-prefix}icon-down-thin:before { content: "↓" }
|
|
495
|
+
.#{$moovui-prefix}icon-level-up:before { content: "↰" }
|
|
496
|
+
.#{$moovui-prefix}icon-level-down:before { content: "↳" }
|
|
497
|
+
.#{$moovui-prefix}icon-switch:before { content: "⇆" }
|
|
498
|
+
.#{$moovui-prefix}icon-infinity:before { content: "∞" }
|
|
499
|
+
.#{$moovui-prefix}icon-squared-plus:before { content: "⊞" }
|
|
500
|
+
.#{$moovui-prefix}icon-squared-minus:before { content: "⊟" }
|
|
501
|
+
.#{$moovui-prefix}icon-home:before { content: "⌂" }
|
|
502
|
+
.#{$moovui-prefix}icon-keyboard:before { content: "⌨" }
|
|
503
|
+
.#{$moovui-prefix}icon-erase:before { content: "⌫" }
|
|
504
|
+
.#{$moovui-prefix}icon-pause:before { content: "‖" }
|
|
505
|
+
.#{$moovui-prefix}icon-ff:before { content: "⏩" }
|
|
506
|
+
.#{$moovui-prefix}icon-fb:before { content: "⏪" }
|
|
507
|
+
.#{$moovui-prefix}icon-to-end:before { content: "⏭" }
|
|
508
|
+
.#{$moovui-prefix}icon-to-start:before { content: "⏮" }
|
|
509
|
+
.#{$moovui-prefix}icon-hourglass:before { content: "⏳" }
|
|
510
|
+
.#{$moovui-prefix}icon-stop:before { content: "■" }
|
|
511
|
+
.#{$moovui-prefix}icon-triangle-up:before { content: "▴" }
|
|
512
|
+
.#{$moovui-prefix}icon-play:before { content: "▶" }
|
|
513
|
+
.#{$moovui-prefix}icon-triangle-right:before { content: "▸" }
|
|
514
|
+
.#{$moovui-prefix}icon-triangle-down:before { content: "▾" }
|
|
515
|
+
.#{$moovui-prefix}icon-triangle-left:before { content: "◂" }
|
|
516
|
+
.#{$moovui-prefix}icon-adjust:before { content: "◑" }
|
|
517
|
+
.#{$moovui-prefix}icon-cloud:before { content: "☁" }
|
|
518
|
+
.#{$moovui-prefix}icon-star:before { content: "★" }
|
|
519
|
+
.#{$moovui-prefix}icon-star-empty:before { content: "☆" }
|
|
520
|
+
.#{$moovui-prefix}icon-cup:before { content: "☕" }
|
|
521
|
+
.#{$moovui-prefix}icon-list:before { content: "☰" }
|
|
522
|
+
.#{$moovui-prefix}icon-moon:before { content: "☽" }
|
|
523
|
+
.#{$moovui-prefix}icon-heart-empty:before { content: "♡" }
|
|
524
|
+
.#{$moovui-prefix}icon-heart:before { content: "♥" }
|
|
525
|
+
.#{$moovui-prefix}icon-note:before { content: "♪" }
|
|
526
|
+
.#{$moovui-prefix}icon-beamed-note:before { content: "♫" }
|
|
527
|
+
.#{$moovui-prefix}icon-layout:before { content: "⚏" }
|
|
528
|
+
.#{$moovui-prefix}icon-flag:before { content: "⚑" }
|
|
529
|
+
.#{$moovui-prefix}icon-tools:before { content: "⚒" }
|
|
530
|
+
.#{$moovui-prefix}icon-cog:before { content: "⚙" }
|
|
531
|
+
.#{$moovui-prefix}icon-warning:before { content: "⚠" }
|
|
532
|
+
.#{$moovui-prefix}icon-flash:before { content: "⚡" }
|
|
533
|
+
.#{$moovui-prefix}icon-record:before { content: "●" }
|
|
534
|
+
.#{$moovui-prefix}icon-thunder-cloud:before { content: "" }
|
|
535
|
+
.#{$moovui-prefix}icon-voicemail:before { content: "✇" }
|
|
536
|
+
.#{$moovui-prefix}icon-airplane:before { content: "✈" }
|
|
537
|
+
.#{$moovui-prefix}icon-mail:before { content: "✉" }
|
|
538
|
+
.#{$moovui-prefix}icon-pencil:before { content: "✎" }
|
|
539
|
+
.#{$moovui-prefix}icon-feather:before { content: "✒" }
|
|
540
|
+
.#{$moovui-prefix}icon-check:before { content: "✓" }
|
|
541
|
+
.#{$moovui-prefix}icon-cross:before { content: "❌" }
|
|
542
|
+
.#{$moovui-prefix}icon-circled-cross:before { content: "✖" }
|
|
543
|
+
.#{$moovui-prefix}icon-squared-cross:before { content: "❎" }
|
|
544
|
+
.#{$moovui-prefix}icon-help:before { content: "❓" }
|
|
545
|
+
.#{$moovui-prefix}icon-quote:before { content: "❞" }
|
|
546
|
+
.#{$moovui-prefix}icon-circled-plus:before { content: "⊕" }
|
|
547
|
+
.#{$moovui-prefix}icon-circled-minus:before { content: "⊖" }
|
|
548
|
+
.#{$moovui-prefix}icon-right:before { content: "➡" }
|
|
549
|
+
.#{$moovui-prefix}icon-direction:before { content: "➢" }
|
|
550
|
+
.#{$moovui-prefix}icon-forward:before { content: "➦" }
|
|
551
|
+
.#{$moovui-prefix}icon-ccw:before { content: "⟲" }
|
|
552
|
+
.#{$moovui-prefix}icon-cw:before { content: "⟳" }
|
|
553
|
+
.#{$moovui-prefix}icon-left:before { content: "⬅" }
|
|
554
|
+
.#{$moovui-prefix}icon-up:before { content: "⬆" }
|
|
555
|
+
.#{$moovui-prefix}icon-down:before { content: "⬇" }
|
|
556
|
+
.#{$moovui-prefix}icon-add-to-list:before { content: "" }
|
|
557
|
+
.#{$moovui-prefix}icon-numbered-list:before { content: "" }
|
|
558
|
+
.#{$moovui-prefix}icon-left-bold:before { content: "" }
|
|
559
|
+
.#{$moovui-prefix}icon-right-bold:before { content: "" }
|
|
560
|
+
.#{$moovui-prefix}icon-up-bold:before { content: "" }
|
|
561
|
+
.#{$moovui-prefix}icon-down-bold:before { content: "" }
|
|
562
|
+
.#{$moovui-prefix}icon-add-user:before { content: "" }
|
|
563
|
+
.#{$moovui-prefix}icon-circled-help:before { content: "" }
|
|
564
|
+
.#{$moovui-prefix}icon-circled-info:before { content: "" }
|
|
565
|
+
.#{$moovui-prefix}icon-eye:before { content: "" }
|
|
566
|
+
.#{$moovui-prefix}icon-tag:before { content: "" }
|
|
567
|
+
.#{$moovui-prefix}icon-upload-cloud:before { content: "" }
|
|
568
|
+
.#{$moovui-prefix}icon-reply:before { content: "" }
|
|
569
|
+
.#{$moovui-prefix}icon-reply-all:before { content: "" }
|
|
570
|
+
.#{$moovui-prefix}icon-code:before { content: "" }
|
|
571
|
+
.#{$moovui-prefix}icon-export:before { content: "" }
|
|
572
|
+
.#{$moovui-prefix}icon-print:before { content: "" }
|
|
573
|
+
.#{$moovui-prefix}icon-retweet:before { content: "" }
|
|
574
|
+
.#{$moovui-prefix}icon-comment:before { content: "" }
|
|
575
|
+
.#{$moovui-prefix}icon-chat:before { content: "" }
|
|
576
|
+
.#{$moovui-prefix}icon-vcard:before { content: "" }
|
|
577
|
+
.#{$moovui-prefix}icon-address:before { content: "" }
|
|
578
|
+
.#{$moovui-prefix}icon-location:before { content: "" }
|
|
579
|
+
.#{$moovui-prefix}icon-map:before { content: "" }
|
|
580
|
+
.#{$moovui-prefix}icon-compass:before { content: "" }
|
|
581
|
+
.#{$moovui-prefix}icon-trash:before { content: "" }
|
|
582
|
+
.#{$moovui-prefix}icon-doc:before { content: "" }
|
|
583
|
+
.#{$moovui-prefix}icon-text-doc-inverted:before { content: "" }
|
|
584
|
+
.#{$moovui-prefix}icon-docs:before { content: "" }
|
|
585
|
+
.#{$moovui-prefix}icon-landscape-doc:before { content: "" }
|
|
586
|
+
.#{$moovui-prefix}icon-archive:before { content: "" }
|
|
587
|
+
.#{$moovui-prefix}icon-rss:before { content: "" }
|
|
588
|
+
.#{$moovui-prefix}icon-share:before { content: "" }
|
|
589
|
+
.#{$moovui-prefix}icon-cart:before { content: "" }
|
|
590
|
+
.#{$moovui-prefix}icon-shareable:before { content: "" }
|
|
591
|
+
.#{$moovui-prefix}icon-login:before { content: "" }
|
|
592
|
+
.#{$moovui-prefix}icon-logout:before { content: "" }
|
|
593
|
+
.#{$moovui-prefix}icon-volume:before { content: "⏷" }
|
|
594
|
+
.#{$moovui-prefix}icon-resize-full:before { content: "" }
|
|
595
|
+
.#{$moovui-prefix}icon-resize-small:before { content: "" }
|
|
596
|
+
.#{$moovui-prefix}icon-popup:before { content: "" }
|
|
597
|
+
.#{$moovui-prefix}icon-publish:before { content: "" }
|
|
598
|
+
.#{$moovui-prefix}icon-browser:before { content: "" }
|
|
599
|
+
.#{$moovui-prefix}icon-arrow-combo:before { content: "" }
|
|
600
|
+
.#{$moovui-prefix}icon-pie-chart:before { content: "◴" }
|
|
601
|
+
.#{$moovui-prefix}icon-language:before { content: "🎔" }
|
|
602
|
+
.#{$moovui-prefix}icon-air:before { content: "💨" }
|
|
603
|
+
.#{$moovui-prefix}icon-database:before { content: "📸" }
|
|
604
|
+
.#{$moovui-prefix}icon-drive:before { content: "📽" }
|
|
605
|
+
.#{$moovui-prefix}icon-bucket:before { content: "📾" }
|
|
606
|
+
.#{$moovui-prefix}icon-thermometer:before { content: "📿" }
|
|
607
|
+
.#{$moovui-prefix}icon-circled-down:before { content: "" }
|
|
608
|
+
.#{$moovui-prefix}icon-circled-left:before { content: "" }
|
|
609
|
+
.#{$moovui-prefix}icon-circled-right:before { content: "" }
|
|
610
|
+
.#{$moovui-prefix}icon-circled-up:before { content: "" }
|
|
611
|
+
.#{$moovui-prefix}icon-chevron-down:before { content: "" }
|
|
612
|
+
.#{$moovui-prefix}icon-chevron-left:before { content: "" }
|
|
613
|
+
.#{$moovui-prefix}icon-chevron-right:before { content: "" }
|
|
614
|
+
.#{$moovui-prefix}icon-chevron-up:before { content: "" }
|
|
615
|
+
.#{$moovui-prefix}icon-chevron-small-down:before { content: "" }
|
|
616
|
+
.#{$moovui-prefix}icon-chevron-small-left:before { content: "" }
|
|
617
|
+
.#{$moovui-prefix}icon-chevron-small-right:before { content: "" }
|
|
618
|
+
.#{$moovui-prefix}icon-chevron-small-up:before { content: "" }
|
|
619
|
+
.#{$moovui-prefix}icon-chevron-thin-down:before { content: "" }
|
|
620
|
+
.#{$moovui-prefix}icon-chevron-thin-left:before { content: "" }
|
|
621
|
+
.#{$moovui-prefix}icon-chevron-thin-right:before { content: "" }
|
|
622
|
+
.#{$moovui-prefix}icon-chevron-thin-up:before { content: "" }
|
|
623
|
+
.#{$moovui-prefix}icon-progress-0:before { content: "" }
|
|
624
|
+
.#{$moovui-prefix}icon-progress-1:before { content: "" }
|
|
625
|
+
.#{$moovui-prefix}icon-progress-2:before { content: "" }
|
|
626
|
+
.#{$moovui-prefix}icon-progress-3:before { content: "" }
|
|
627
|
+
.#{$moovui-prefix}icon-back-in-time:before { content: "" }
|
|
628
|
+
.#{$moovui-prefix}icon-network:before { content: "" }
|
|
629
|
+
.#{$moovui-prefix}icon-inbox:before { content: "" }
|
|
630
|
+
.#{$moovui-prefix}icon-install:before { content: "" }
|
|
631
|
+
.#{$moovui-prefix}icon-lifebuoy:before { content: "" }
|
|
632
|
+
.#{$moovui-prefix}icon-mouse:before { content: "" }
|
|
633
|
+
.#{$moovui-prefix}icon-dot:before { content: "⏴" }
|
|
634
|
+
.#{$moovui-prefix}icon-two-dots:before { content: "⏵" }
|
|
635
|
+
.#{$moovui-prefix}icon-three-dots:before { content: "⏶" }
|
|
636
|
+
.#{$moovui-prefix}icon-suitcase:before { content: "🛆" }
|
|
637
|
+
.#{$moovui-prefix}icon-flow-cascade:before { content: "🕨" }
|
|
638
|
+
.#{$moovui-prefix}icon-flow-branch:before { content: "🕩" }
|
|
639
|
+
.#{$moovui-prefix}icon-flow-tree:before { content: "🕪" }
|
|
640
|
+
.#{$moovui-prefix}icon-flow-line:before { content: "🕫" }
|
|
641
|
+
.#{$moovui-prefix}icon-flow-parallel:before { content: "🕬" }
|
|
642
|
+
.#{$moovui-prefix}icon-brush:before { content: "" }
|
|
643
|
+
.#{$moovui-prefix}icon-paper-plane:before { content: "🔿" }
|
|
644
|
+
.#{$moovui-prefix}icon-magnet:before { content: "" }
|
|
645
|
+
.#{$moovui-prefix}icon-gauge:before { content: "🛇" }
|
|
646
|
+
.#{$moovui-prefix}icon-traffic-cone:before { content: "🛈" }
|
|
647
|
+
.#{$moovui-prefix}icon-picture:before { content: "🌄" }
|
|
648
|
+
.#{$moovui-prefix}icon-globe:before { content: "🌎" }
|
|
649
|
+
.#{$moovui-prefix}icon-leaf:before { content: "🍂" }
|
|
650
|
+
.#{$moovui-prefix}icon-graduation-cap:before { content: "🎓" }
|
|
651
|
+
.#{$moovui-prefix}icon-mic:before { content: "🎤" }
|
|
652
|
+
.#{$moovui-prefix}icon-palette:before { content: "🎨" }
|
|
653
|
+
.#{$moovui-prefix}icon-ticket:before { content: "🎫" }
|
|
654
|
+
.#{$moovui-prefix}icon-video:before { content: "🎬" }
|
|
655
|
+
.#{$moovui-prefix}icon-hair-cross:before { content: "🎯" }
|
|
656
|
+
.#{$moovui-prefix}icon-music:before { content: "🎵" }
|
|
657
|
+
.#{$moovui-prefix}icon-trophy:before { content: "🏆" }
|
|
658
|
+
.#{$moovui-prefix}icon-thumbs-up:before { content: "👍" }
|
|
659
|
+
.#{$moovui-prefix}icon-thumbs-down:before { content: "👎" }
|
|
660
|
+
.#{$moovui-prefix}icon-bag:before { content: "👜" }
|
|
661
|
+
.#{$moovui-prefix}icon-user:before { content: "👤" }
|
|
662
|
+
.#{$moovui-prefix}icon-users:before { content: "👥" }
|
|
663
|
+
.#{$moovui-prefix}icon-light-bulb:before { content: "💡" }
|
|
664
|
+
.#{$moovui-prefix}icon-new:before { content: "💥" }
|
|
665
|
+
.#{$moovui-prefix}icon-water:before { content: "💦" }
|
|
666
|
+
.#{$moovui-prefix}icon-droplet:before { content: "💧" }
|
|
667
|
+
.#{$moovui-prefix}icon-credit-card:before { content: "💳" }
|
|
668
|
+
.#{$moovui-prefix}icon-monitor:before { content: "💻" }
|
|
669
|
+
.#{$moovui-prefix}icon-briefcase:before { content: "💼" }
|
|
670
|
+
.#{$moovui-prefix}icon-save:before { content: "💾" }
|
|
671
|
+
.#{$moovui-prefix}icon-cd:before { content: "💿" }
|
|
672
|
+
.#{$moovui-prefix}icon-folder:before { content: "📁" }
|
|
673
|
+
.#{$moovui-prefix}icon-text-doc:before { content: "📄" }
|
|
674
|
+
.#{$moovui-prefix}icon-calendar:before { content: "📅" }
|
|
675
|
+
.#{$moovui-prefix}icon-line-graph:before { content: "📈" }
|
|
676
|
+
.#{$moovui-prefix}icon-bar-graph:before { content: "📊" }
|
|
677
|
+
.#{$moovui-prefix}icon-clipboard:before { content: "📋" }
|
|
678
|
+
.#{$moovui-prefix}icon-attach:before { content: "📎" }
|
|
679
|
+
.#{$moovui-prefix}icon-bookmarks:before { content: "📑" }
|
|
680
|
+
.#{$moovui-prefix}icon-book:before { content: "📕" }
|
|
681
|
+
.#{$moovui-prefix}icon-open-book:before { content: "📖" }
|
|
682
|
+
.#{$moovui-prefix}icon-phone:before { content: "📞" }
|
|
683
|
+
.#{$moovui-prefix}icon-megaphone:before { content: "📣" }
|
|
684
|
+
.#{$moovui-prefix}icon-upload:before { content: "📤" }
|
|
685
|
+
.#{$moovui-prefix}icon-download:before { content: "📥" }
|
|
686
|
+
.#{$moovui-prefix}icon-box:before { content: "📦" }
|
|
687
|
+
.#{$moovui-prefix}icon-newspaper:before { content: "📰" }
|
|
688
|
+
.#{$moovui-prefix}icon-mobile:before { content: "📱" }
|
|
689
|
+
.#{$moovui-prefix}icon-signal:before { content: "📶" }
|
|
690
|
+
.#{$moovui-prefix}icon-camera:before { content: "📷" }
|
|
691
|
+
.#{$moovui-prefix}icon-shuffle:before { content: "🔀" }
|
|
692
|
+
.#{$moovui-prefix}icon-loop:before { content: "🔁" }
|
|
693
|
+
.#{$moovui-prefix}icon-cycle:before { content: "🔄" }
|
|
694
|
+
.#{$moovui-prefix}icon-light-down:before { content: "🔅" }
|
|
695
|
+
.#{$moovui-prefix}icon-light-up:before { content: "🔆" }
|
|
696
|
+
.#{$moovui-prefix}icon-mute:before { content: "🔇" }
|
|
697
|
+
.#{$moovui-prefix}icon-sound:before { content: "🔊" }
|
|
698
|
+
.#{$moovui-prefix}icon-battery:before { content: "🔋" }
|
|
699
|
+
.#{$moovui-prefix}icon-search:before { content: "🔍" }
|
|
700
|
+
.#{$moovui-prefix}icon-key:before { content: "🔑" }
|
|
701
|
+
.#{$moovui-prefix}icon-lock:before { content: "🔒" }
|
|
702
|
+
.#{$moovui-prefix}icon-lock-open:before { content: "🔓" }
|
|
703
|
+
.#{$moovui-prefix}icon-bell:before { content: "🔔" }
|
|
704
|
+
.#{$moovui-prefix}icon-bookmark:before { content: "🔖" }
|
|
705
|
+
.#{$moovui-prefix}icon-link:before { content: "🔗" }
|
|
706
|
+
.#{$moovui-prefix}icon-back:before { content: "🔙" }
|
|
707
|
+
.#{$moovui-prefix}icon-flashlight:before { content: "🔦" }
|
|
708
|
+
.#{$moovui-prefix}icon-area-graph:before { content: "🔾" }
|
|
709
|
+
.#{$moovui-prefix}icon-clock:before { content: "🕔" }
|
|
710
|
+
.#{$moovui-prefix}icon-rocket:before { content: "🚀" }
|
|
711
|
+
.#{$moovui-prefix}icon-block:before { content: "🚫" }
|