magic_stylez 0.0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/Gemfile +14 -0
- data/MIT-LICENSE +20 -0
- data/README.md +33 -0
- data/Rakefile +32 -0
- data/lib/magic_stylez/engine.rb +10 -0
- data/lib/magic_stylez/version.rb +3 -0
- data/lib/magic_stylez.rb +53 -0
- data/lib/tasks/magic_stylez_tasks.rake +4 -0
- data/magic_stylez.gemspec +38 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/images/.keep +0 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/javascripts/views/app/start.jst.eco +71 -0
- data/test/dummy/app/assets/javascripts/views/effects/reflections.jst.eco +70 -0
- data/test/dummy/app/assets/javascripts/views/effects/shadows.jst.eco +1528 -0
- data/test/dummy/app/assets/javascripts/views/elements/arrow_infos.jst.eco +46 -0
- data/test/dummy/app/assets/javascripts/views/layout/corset.jst.eco +27 -0
- data/test/dummy/app/assets/javascripts/views/layout/fullpage_table.jst.eco +76 -0
- data/test/dummy/app/assets/javascripts/views/layout/section.jst.eco +109 -0
- data/test/dummy/app/assets/javascripts/views/layout/slide_boxes.jst.eco +33 -0
- data/test/dummy/app/assets/stylesheets/application.css.scss +180 -0
- data/test/dummy/app/controllers/application_controller.rb +6 -0
- data/test/dummy/app/controllers/concerns/.keep +0 -0
- data/test/dummy/app/controllers/front_controller.rb +7 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/mailers/.keep +0 -0
- data/test/dummy/app/models/.keep +0 -0
- data/test/dummy/app/models/concerns/.keep +0 -0
- data/test/dummy/app/views/front/_aside.html.erb +36 -0
- data/test/dummy/app/views/front/start.html.erb +77 -0
- data/test/dummy/app/views/layouts/application.html.erb +24 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/config/application.rb +32 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +49 -0
- data/test/dummy/config/environments/production.rb +88 -0
- data/test/dummy/config/environments/test.rb +39 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +4 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +61 -0
- data/test/dummy/config/secrets.yml +20 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/lib/assets/.keep +0 -0
- data/test/dummy/log/.keep +0 -0
- data/test/dummy/public/404.html +67 -0
- data/test/dummy/public/422.html +67 -0
- data/test/dummy/public/500.html +66 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/public/xindex.html +135 -0
- data/test/magic_stylez_test.rb +7 -0
- data/test/test_helper.rb +21 -0
- data/vendor/assets/filter/magic/filter.svg +10 -0
- data/vendor/assets/filter/magic/noise.svg +70 -0
- data/vendor/assets/fonts/magic/magicons-regular-webfont.eot +0 -0
- data/vendor/assets/fonts/magic/magicons-regular-webfont.svg +461 -0
- data/vendor/assets/fonts/magic/magicons-regular-webfont.ttf +0 -0
- data/vendor/assets/fonts/magic/magicons-regular-webfont.woff +0 -0
- data/vendor/assets/fonts/magic/orderlifticons-webfont.eot +0 -0
- data/vendor/assets/fonts/magic/orderlifticons-webfont.svg +172 -0
- data/vendor/assets/fonts/magic/orderlifticons-webfont.ttf +0 -0
- data/vendor/assets/fonts/magic/orderlifticons-webfont.woff +0 -0
- data/vendor/assets/images/magic/arrows/arrow-round1-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow-round1-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow-round2-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow-round2-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow1-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow1-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow1.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow2-1.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow2-2.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow2-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow2-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow3-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow3-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow4-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow4-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow5-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow5-b.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow6-a.png +0 -0
- data/vendor/assets/images/magic/arrows/arrow6-b.png +0 -0
- data/vendor/assets/images/magic/bgs/hdr_landsberger.jpg +0 -0
- data/vendor/assets/images/magic/bgs/rain-flower.jpg +0 -0
- data/vendor/assets/images/magic/bgs/seucide.jpg +0 -0
- data/vendor/assets/javascripts/magic/render_eco.js.coffee +9 -0
- data/vendor/assets/javascripts/magic-stylez.js.coffee +49 -0
- data/vendor/assets/stylesheets/magic/_animation.scss +3 -0
- data/vendor/assets/stylesheets/magic/_forms.scss +42 -0
- data/vendor/assets/stylesheets/magic/_text.scss +41 -0
- data/vendor/assets/stylesheets/magic/content/_banner.scss +77 -0
- data/vendor/assets/stylesheets/magic/corporate/_colors.scss +244 -0
- data/vendor/assets/stylesheets/magic/corporate/_fonts.scss +152 -0
- data/vendor/assets/stylesheets/magic/corporate/_typo.scss +57 -0
- data/vendor/assets/stylesheets/magic/corporate/_variables.scss +636 -0
- data/vendor/assets/stylesheets/magic/effects/_reflections.scss +52 -0
- data/vendor/assets/stylesheets/magic/effects/_shadows.scss +255 -0
- data/vendor/assets/stylesheets/magic/icons/magicons.scss +706 -0
- data/vendor/assets/stylesheets/magic/icons/orderlifticons.scss +258 -0
- data/vendor/assets/stylesheets/magic/layout/_corset.scss +60 -0
- data/vendor/assets/stylesheets/magic/layout/_fullpage_table.scss +176 -0
- data/vendor/assets/stylesheets/magic/layout/_section.scss +126 -0
- data/vendor/assets/stylesheets/magic/layout/_tables.scss +513 -0
- data/vendor/assets/stylesheets/magic/lib/_cross_browser.scss +51 -0
- data/vendor/assets/stylesheets/magic/lib/_media_querries.scss +59 -0
- data/vendor/assets/stylesheets/magic/lib/_twbs.scss +55 -0
- data/vendor/assets/stylesheets/magic/lists/_nav.scss +207 -0
- data/vendor/assets/stylesheets/magic-stylez.scss +140 -0
- metadata +397 -0
@@ -0,0 +1,706 @@
|
|
1
|
+
//** Load fonts from this directory.
|
2
|
+
$magicons-font-path: "magic/" !default;
|
3
|
+
//** File name for all font files.
|
4
|
+
$magicons-font-name: "magicons-regular-webfont" !default;
|
5
|
+
//** Element ID within SVG icon file.
|
6
|
+
$magicons-font-svg-id: "magiconsregular" !default;
|
7
|
+
|
8
|
+
$magicons-class-name: "magicons" !default;
|
9
|
+
|
10
|
+
|
11
|
+
@font-face {
|
12
|
+
font-family: 'magiconsregular';
|
13
|
+
src: url(if($magic-asset-helper, twbs-font-path('#{$magicons-font-path}#{$magicons-font-name}.eot'), '#{$magicons-font-path}#{$magicons-font-name}.eot'));
|
14
|
+
}
|
15
|
+
|
16
|
+
@font-face {
|
17
|
+
font-family: 'magiconsregular';
|
18
|
+
src: url(if($magic-asset-helper, twbs-font-path('#{$magicons-font-path}#{$magicons-font-name}.woff'), '#{$magicons-font-path}#{$magicons-font-name}.woff')) format('woff'),
|
19
|
+
url(if($magic-asset-helper, twbs-font-path('#{$magicons-font-path}#{$magicons-font-name}.ttf'), '#{$magicons-font-path}#{$magicons-font-name}.ttf')) format('truetype'),
|
20
|
+
url(if($magic-asset-helper, twbs-font-path('#{$magicons-font-path}#{$magicons-font-name}.svg##{$magicons-font-svg-id}'), '#{$magicons-font-path}#{$magicons-font-name}.svg##{$magicons-font-svg-id}')) format('svg');
|
21
|
+
font-weight: normal;
|
22
|
+
font-style: normal;
|
23
|
+
|
24
|
+
}
|
25
|
+
|
26
|
+
// [class^="icon-"],
|
27
|
+
// [class*=" icon-"] {
|
28
|
+
// font-family: magiconsregular;
|
29
|
+
// font-weight: normal;
|
30
|
+
// font-style: normal;
|
31
|
+
// display: inline-block;
|
32
|
+
// position: relative;
|
33
|
+
// text-decoration: inherit;
|
34
|
+
// vertical-align: top;
|
35
|
+
// line-height: .9em;
|
36
|
+
// width: 1.5em;
|
37
|
+
// height: .9em;
|
38
|
+
// min-height: .9em;
|
39
|
+
// }
|
40
|
+
|
41
|
+
|
42
|
+
// [class^="icon-"]:before,
|
43
|
+
// [class*=" icon-"]:before {
|
44
|
+
// font-family: magiconsregular;
|
45
|
+
// font-weight: normal;
|
46
|
+
// font-style: normal;
|
47
|
+
// display: inline-block;
|
48
|
+
// text-decoration: inherit;
|
49
|
+
// vertical-align: top;
|
50
|
+
// line-height: inherit;
|
51
|
+
// }
|
52
|
+
|
53
|
+
.#{$magicons-class-name}_font { font-family: magiconsregular; font-weight: normal; font-style: normal; }
|
54
|
+
|
55
|
+
span.caret { font-family: magiconsregular; font-weight: normal; font-style: normal; }
|
56
|
+
|
57
|
+
span.ui-icon.ui-icon-circle-triangle-w:before { font-family: magiconsregular; font-weight: normal; font-style: normal; }
|
58
|
+
|
59
|
+
[class^="#{$magicons-class-name}-"]:before,
|
60
|
+
[class*=" #{$magicons-class-name}-"]:before {
|
61
|
+
font-family: magiconsregular;
|
62
|
+
font-weight: normal;
|
63
|
+
font-style: normal;
|
64
|
+
display: block;
|
65
|
+
position: relative;
|
66
|
+
// top: 0; right: 0; bottom: 0; left: 0;
|
67
|
+
text-decoration: inherit;
|
68
|
+
vertical-align: middle;
|
69
|
+
line-height: .9em;
|
70
|
+
color: inherit;
|
71
|
+
|
72
|
+
// make icons thinner in webkit (white icons on dark background)
|
73
|
+
text-shadow: 0 0 0 rgba(0,0,0,.01);
|
74
|
+
-webkit-font-smoothing: antialiased;
|
75
|
+
text-rendering: optimizelegibility;
|
76
|
+
|
77
|
+
outline: none;
|
78
|
+
border: none;
|
79
|
+
}
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
[class^="#{$magicons-class-name}-"],
|
85
|
+
[class*=" #{$magicons-class-name}-"] {
|
86
|
+
display: inline-block;
|
87
|
+
text-decoration: inherit;
|
88
|
+
}
|
89
|
+
|
90
|
+
/* makes the font 33% larger relative to the icon container */
|
91
|
+
.#{$magicons-class-name}-large:before {
|
92
|
+
vertical-align: middle;
|
93
|
+
font-size: 4/3em;
|
94
|
+
}
|
95
|
+
|
96
|
+
.btn, .nav-tabs {
|
97
|
+
[class^="#{$magicons-class-name}-"],
|
98
|
+
[class*=" #{$magicons-class-name}-"] {
|
99
|
+
/* keeps button heights with and without icons the same */
|
100
|
+
// font-size: 1.2em;
|
101
|
+
// line-height: .9em;
|
102
|
+
// vertical-align: middle;
|
103
|
+
// display: inline;
|
104
|
+
|
105
|
+
}
|
106
|
+
}
|
107
|
+
|
108
|
+
li {
|
109
|
+
[class^="#{$magicons-class-name}-"],
|
110
|
+
[class*=" #{$magicons-class-name}-"] {
|
111
|
+
display: inline-block;
|
112
|
+
width: 1.25em;
|
113
|
+
text-align: center;
|
114
|
+
}
|
115
|
+
.#{$magicons-class-name}-large:before,
|
116
|
+
.#{$magicons-class-name}-large:before {
|
117
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
118
|
+
width: 1.5*1.25em;
|
119
|
+
}
|
120
|
+
}
|
121
|
+
|
122
|
+
ul.icons {
|
123
|
+
list-style-type: none;
|
124
|
+
margin-left: 2em;
|
125
|
+
text-indent: -.8em;
|
126
|
+
|
127
|
+
li {
|
128
|
+
[class^="#{$magicons-class-name}-"],
|
129
|
+
[class*=" #{$magicons-class-name}-"] {
|
130
|
+
width: .8em;
|
131
|
+
}
|
132
|
+
.#{$magicons-class-name}-large:before,
|
133
|
+
.#{$magicons-class-name}-large:before {
|
134
|
+
/* 1.5 increased font size for icon-large * 1.25 width */
|
135
|
+
vertical-align: initial;
|
136
|
+
// width: 1.5*1.25em;
|
137
|
+
}
|
138
|
+
}
|
139
|
+
}
|
140
|
+
|
141
|
+
.#{$magicons-class-name}-close-round:before { content: "\f001"; }
|
142
|
+
.#{$magicons-class-name}-ok-round:before { content: "\f002"; }
|
143
|
+
.#{$magicons-class-name}-minus-round:before { content: "\f003"; }
|
144
|
+
.#{$magicons-class-name}-plus-round:before { content: "\f004"; }
|
145
|
+
|
146
|
+
.#{$magicons-class-name}-ban-circle:before { content: "\f005"; }
|
147
|
+
.#{$magicons-class-name}-attention-round:before { content: "\f006"; }
|
148
|
+
.#{$magicons-class-name}-info-round:before { content: "\f007"; }
|
149
|
+
.#{$magicons-class-name}-question-round:before { content: "\f008"; }
|
150
|
+
|
151
|
+
.#{$magicons-class-name}-arrow-up:before { content: "\f00c"; }
|
152
|
+
.#{$magicons-class-name}-arrow-right:before { content: "\f00b"; }
|
153
|
+
.#{$magicons-class-name}-arrow-down:before { content: "\f009"; }
|
154
|
+
.#{$magicons-class-name}-arrow-left:before { content: "\f00a"; }
|
155
|
+
|
156
|
+
.#{$magicons-class-name}-fat-arrow-up:before { content: "\f012"; }
|
157
|
+
.#{$magicons-class-name}-fat-arrow-right:before { content: "\f011"; }
|
158
|
+
.#{$magicons-class-name}-fat-arrow-down:before { content: "\f00d"; }
|
159
|
+
.#{$magicons-class-name}-fat-arrow-left:before { content: "\f00e"; }
|
160
|
+
|
161
|
+
.#{$magicons-class-name}-chevron-round-up:before { content: "\f016"; }
|
162
|
+
.#{$magicons-class-name}-chevron-round-right:before { content: "\f015"; }
|
163
|
+
.#{$magicons-class-name}-chevron-round-down:before { content: "\f013"; }
|
164
|
+
.#{$magicons-class-name}-chevron-round-left:before { content: "\f014"; }
|
165
|
+
|
166
|
+
.#{$magicons-class-name}-caret-up:before { content: "\f01a"; }
|
167
|
+
.#{$magicons-class-name}-caret-right:before { content: "\f019"; }
|
168
|
+
.#{$magicons-class-name}-caret-down:before { content: "\f017"; }
|
169
|
+
.#{$magicons-class-name}-caret-left:before { content: "\f018"; }
|
170
|
+
|
171
|
+
.#{$magicons-class-name}-hand-up:before { content: "\f01e"; }
|
172
|
+
.#{$magicons-class-name}-hand-right:before { content: "\f01d"; }
|
173
|
+
.#{$magicons-class-name}-hand-down:before { content: "\f01b"; }
|
174
|
+
.#{$magicons-class-name}-hand-left:before { content: "\f01c"; }
|
175
|
+
|
176
|
+
.#{$magicons-class-name}-hand-fuck:before { content: "\f021"; }
|
177
|
+
.#{$magicons-class-name}-hand-rock-back:before { content: "\f022"; }
|
178
|
+
.#{$magicons-class-name}-hand-rock:before { content: "\f023"; }
|
179
|
+
|
180
|
+
.#{$magicons-class-name}-thumb-up:before { content: "\f026"; }
|
181
|
+
.#{$magicons-class-name}-thumb-right:before { content: "\f027"; }
|
182
|
+
.#{$magicons-class-name}-thumb-down:before { content: "\f025"; }
|
183
|
+
.#{$magicons-class-name}-thumb-left:before { content: "\f024"; }
|
184
|
+
|
185
|
+
.#{$magicons-class-name}-handflat-left:before { content: "\f028"; }
|
186
|
+
.#{$magicons-class-name}-handflat-both:before { content: "\f02a"; }
|
187
|
+
.#{$magicons-class-name}-handflat-right:before { content: "\f029"; }
|
188
|
+
|
189
|
+
.#{$magicons-class-name}-heart-round:before { content: "\f02b"; }
|
190
|
+
.#{$magicons-class-name}-heart-empty:before { content: "\f02c"; }
|
191
|
+
|
192
|
+
.#{$magicons-class-name}-comment:before { content: "\f02d"; }
|
193
|
+
.#{$magicons-class-name}-comment-round:before { content: "\f02d"; }
|
194
|
+
.#{$magicons-class-name}-comment-empty:before { content: "\f02e"; }
|
195
|
+
.#{$magicons-class-name}-comments-round:before { content: "\f031"; }
|
196
|
+
.#{$magicons-class-name}-comments-empty:before { content: "\f032"; }
|
197
|
+
|
198
|
+
.#{$magicons-class-name}-bookmark:before { content: "\f033"; }
|
199
|
+
.#{$magicons-class-name}-bookmark-empty:before { content: "\f034"; }
|
200
|
+
|
201
|
+
.#{$magicons-class-name}-envelope:before { content: "\f035"; }
|
202
|
+
.#{$magicons-class-name}-envelope-alt:before { content: "\f226"; }
|
203
|
+
.#{$magicons-class-name}-envelope-open:before { content: "\f036"; }
|
204
|
+
.#{$magicons-class-name}-envelope-open-alt:before { content: "\f038"; }
|
205
|
+
.#{$magicons-class-name}-envelope-filled:before { content: "\f03a"; }
|
206
|
+
.#{$magicons-class-name}-envelope-filled-alt:before { content: "\f03c"; }
|
207
|
+
.#{$magicons-class-name}-envelope-inlay-open:before { content: "\f037"; }
|
208
|
+
.#{$magicons-class-name}-envelope-inlay-open-alt:before { content: "\f039"; }
|
209
|
+
.#{$magicons-class-name}-envelope-inlay-filled:before { content: "\f03b"; }
|
210
|
+
.#{$magicons-class-name}-envelope-inlay-filled-alt:before { content: "\f03d"; }
|
211
|
+
|
212
|
+
.#{$magicons-class-name}-tag:before { content: "\f03e"; }
|
213
|
+
.#{$magicons-class-name}-tags:before { content: "\f041"; }
|
214
|
+
|
215
|
+
.#{$magicons-class-name}-star-round:before { content: "\f042"; }
|
216
|
+
.#{$magicons-class-name}-star-empty:before { content: "\f043"; }
|
217
|
+
.#{$magicons-class-name}-star-half-round:before { content: "\f044"; }
|
218
|
+
.#{$magicons-class-name}-star-half-empty:before { content: "\f045"; }
|
219
|
+
|
220
|
+
.#{$magicons-class-name}-user-male-round:before { content: "\f048"; }
|
221
|
+
.#{$magicons-class-name}-user-female-round:before { content: "\f049"; }
|
222
|
+
.#{$magicons-class-name}-user-group-round:before { content: "\f04b"; }
|
223
|
+
.#{$magicons-class-name}-user-group-alt:before { content: "\f04a"; }
|
224
|
+
.#{$magicons-class-name}-user-group-big:before { content: "\f04c"; }
|
225
|
+
|
226
|
+
.#{$magicons-class-name}-search-round:before { content: "\f04d"; }
|
227
|
+
.#{$magicons-class-name}-zoom-in:before { content: "\f04e"; }
|
228
|
+
.#{$magicons-class-name}-zoom-out:before { content: "\f051"; }
|
229
|
+
|
230
|
+
.#{$magicons-class-name}-lock-round:before { content: "\f052"; }
|
231
|
+
.#{$magicons-class-name}-unlock-round:before { content: "\f053"; }
|
232
|
+
|
233
|
+
.#{$magicons-class-name}-wrench-round:before { content: "\f054"; }
|
234
|
+
.#{$magicons-class-name}-cog-round:before { content: "\f056"; }
|
235
|
+
.#{$magicons-class-name}-cog-alt:before { content: "\f055"; }
|
236
|
+
.#{$magicons-class-name}-cogs:before { content: "\f057"; }
|
237
|
+
|
238
|
+
.#{$magicons-class-name}-trash-round:before { content: "\f058"; }
|
239
|
+
|
240
|
+
.#{$magicons-class-name}-key:before { content: "\f059"; }
|
241
|
+
.#{$magicons-class-name}-key-alt:before { content: "\f05a"; }
|
242
|
+
|
243
|
+
.#{$magicons-class-name}-pushpin-round:before { content: "\f05b"; }
|
244
|
+
|
245
|
+
.#{$magicons-class-name}-map-marker-round:before { content: "\f05c"; }
|
246
|
+
|
247
|
+
.#{$magicons-class-name}-time-round:before { content: "\f05d"; }
|
248
|
+
.#{$magicons-class-name}-time-alt:before { content: "\f05e"; }
|
249
|
+
|
250
|
+
.#{$magicons-class-name}-move:before { content: "\f061"; }
|
251
|
+
.#{$magicons-class-name}-resize-horizontal:before { content: "\f062"; }
|
252
|
+
.#{$magicons-class-name}-resize-vertical:before { content: "\f063"; }
|
253
|
+
|
254
|
+
.#{$magicons-class-name}-retweet:before { content: "\f064"; }
|
255
|
+
.#{$magicons-class-name}-reload:before { content: "\f065"; }
|
256
|
+
.#{$magicons-class-name}-random:before { content: "\f066"; }
|
257
|
+
.#{$magicons-class-name}-refresh:before { content: "\f067"; }
|
258
|
+
|
259
|
+
.#{$magicons-class-name}-adjust:before { content: "\f068"; }
|
260
|
+
.#{$magicons-class-name}-asterisk:before { content: "\f069"; }
|
261
|
+
.#{$magicons-class-name}-screenshot:before { content: "\f06a"; }
|
262
|
+
.#{$magicons-class-name}-target-round:before { content: "\f06b"; }
|
263
|
+
|
264
|
+
.#{$magicons-class-name}-volume-one:before { content: "\f06c"; }
|
265
|
+
.#{$magicons-class-name}-volume-two:before { content: "\f06d"; }
|
266
|
+
.#{$magicons-class-name}-volume-three:before { content: "\f06e"; }
|
267
|
+
|
268
|
+
.#{$magicons-class-name}-sort-round:before { content: "\f071"; }
|
269
|
+
.#{$magicons-class-name}-sort-round-down:before { content: "\f072"; }
|
270
|
+
.#{$magicons-class-name}-sort-round-up:before { content: "\f073"; }
|
271
|
+
|
272
|
+
.#{$magicons-class-name}-signin:before { content: "\f074"; }
|
273
|
+
.#{$magicons-class-name}-signout:before { content: "\f075"; }
|
274
|
+
.#{$magicons-class-name}-sitemap:before { content: "\f076"; }
|
275
|
+
.#{$magicons-class-name}-signal:before { content: "\f077"; }
|
276
|
+
|
277
|
+
.#{$magicons-class-name}-download:before { content: "\f078"; }
|
278
|
+
.#{$magicons-class-name}-upload:before { content: "\f079"; }
|
279
|
+
|
280
|
+
.#{$magicons-class-name}-facebook:before { content: "\f07a"; }
|
281
|
+
.#{$magicons-class-name}-twitter:before { content: "\f07b"; }
|
282
|
+
.#{$magicons-class-name}-github:before { content: "\f07c"; }
|
283
|
+
.#{$magicons-class-name}-github-alt:before { content: "\f07d"; }
|
284
|
+
.#{$magicons-class-name}-pinterest:before { content: "\f07e"; }
|
285
|
+
.#{$magicons-class-name}-linkedin:before { content: "\f081"; }
|
286
|
+
.#{$magicons-class-name}-google-plus:before { content: "\f082"; }
|
287
|
+
.#{$magicons-class-name}-flickr:before { content: "\f083"; }
|
288
|
+
.#{$magicons-class-name}-picasa:before { content: "\f084"; }
|
289
|
+
|
290
|
+
.#{$magicons-class-name}-rss:before { content: "\f085"; }
|
291
|
+
|
292
|
+
.#{$magicons-class-name}-firefox:before { content: "\f086"; }
|
293
|
+
.#{$magicons-class-name}-ie:before { content: "\f087"; }
|
294
|
+
.#{$magicons-class-name}-opera:before { content: "\f088"; }
|
295
|
+
.#{$magicons-class-name}-chrome:before { content: "\f089"; }
|
296
|
+
.#{$magicons-class-name}-safari:before { content: "\f08a"; }
|
297
|
+
|
298
|
+
.#{$magicons-class-name}-phone:before { content: "\f08b"; }
|
299
|
+
.#{$magicons-class-name}-phone-pickup:before { content: "\f08c"; }
|
300
|
+
.#{$magicons-class-name}-phone-hangup:before { content: "\f08d"; }
|
301
|
+
|
302
|
+
.#{$magicons-class-name}-pencil-round:before { content: "\f08e"; }
|
303
|
+
.#{$magicons-class-name}-pencil-alt:before { content: "\f091"; }
|
304
|
+
.#{$magicons-class-name}-ballpen:before { content: "\f092"; }
|
305
|
+
|
306
|
+
.#{$magicons-class-name}-briefcase:before { content: "\f093"; }
|
307
|
+
.#{$magicons-class-name}-briefcase-alt:before { content: "\f094"; }
|
308
|
+
|
309
|
+
.#{$magicons-class-name}-inbox-round:before { content: "\f095"; }
|
310
|
+
|
311
|
+
.#{$magicons-class-name}-dashboard:before { content: "\f096"; }
|
312
|
+
|
313
|
+
.#{$magicons-class-name}-folder-close:before { content: "\f098"; }
|
314
|
+
.#{$magicons-class-name}-folder-open:before { content: "\f097"; }
|
315
|
+
.#{$magicons-class-name}-folder-alt:before { content: "\f099"; }
|
316
|
+
|
317
|
+
.#{$magicons-class-name}-book:before { content: "\f09a"; }
|
318
|
+
.#{$magicons-class-name}-book-marked:before { content: "\f09b"; }
|
319
|
+
.#{$magicons-class-name}-book-marked-alt:before { content: "\f103"; }
|
320
|
+
.#{$magicons-class-name}-address-book:before { content: "\f09c"; }
|
321
|
+
.#{$magicons-class-name}-address-book-marked:before { content: "\f09d"; }
|
322
|
+
.#{$magicons-class-name}-address-book-marked-alt:before { content: "\f104"; }
|
323
|
+
|
324
|
+
.#{$magicons-class-name}-book-open-round:before { content: "\f116"; }
|
325
|
+
.#{$magicons-class-name}-book-open-alt:before { content: "\f118"; }
|
326
|
+
.#{$magicons-class-name}-book-open-filled:before { content: "\f117"; }
|
327
|
+
|
328
|
+
.#{$magicons-class-name}-tasks:before { content: "\f09e"; }
|
329
|
+
|
330
|
+
.#{$magicons-class-name}-reorder:before { content: "\f101"; }
|
331
|
+
|
332
|
+
.#{$magicons-class-name}-bar-chart-round:before { content: "\f102"; }
|
333
|
+
|
334
|
+
.#{$magicons-class-name}-clipboard-tasks:before { content: "\f10b"; }
|
335
|
+
.#{$magicons-class-name}-clipboard-check:before { content: "\f10c"; }
|
336
|
+
.#{$magicons-class-name}-clipboard-tasks-edge:before { content: "\f105"; }
|
337
|
+
.#{$magicons-class-name}-clipboard-check-edge:before { content: "\f106"; }
|
338
|
+
|
339
|
+
.#{$magicons-class-name}-pile-list-marked:before { content: "\f10d"; }
|
340
|
+
.#{$magicons-class-name}-pile-check-marked-edge:before { content: "\f107"; }
|
341
|
+
|
342
|
+
.#{$magicons-class-name}-ringbinder-month:before { content: "\f10e"; }
|
343
|
+
.#{$magicons-class-name}-ringbinder-day:before { content: "\f111"; }
|
344
|
+
.#{$magicons-class-name}-ringbinder-list:before { content: "\f112"; }
|
345
|
+
.#{$magicons-class-name}-ringbinder-month-edge:before { content: "\f108"; }
|
346
|
+
.#{$magicons-class-name}-ringbinder-day-edge:before { content: "\f109"; }
|
347
|
+
.#{$magicons-class-name}-ringbinder-list-edge:before { content: "\f10a"; }
|
348
|
+
|
349
|
+
.#{$magicons-class-name}-picture-round:before { content: "\f113"; }
|
350
|
+
.#{$magicons-class-name}-picture-alt:before { content: "\f114"; }
|
351
|
+
.#{$magicons-class-name}-pictures:before { content: "\f115"; }
|
352
|
+
|
353
|
+
.#{$magicons-class-name}-external-link:before { content: "\f119"; }
|
354
|
+
.#{$magicons-class-name}-share:before { content: "\f11a"; }
|
355
|
+
.#{$magicons-class-name}-edit:before { content: "\f11c"; }
|
356
|
+
.#{$magicons-class-name}-check:before { content: "\f11b"; }
|
357
|
+
.#{$magicons-class-name}-check-empty:before { content: "\f11d"; }
|
358
|
+
|
359
|
+
.#{$magicons-class-name}-credit-card:before { content: "\f11e"; }
|
360
|
+
|
361
|
+
.#{$magicons-class-name}-qrcode:before { content: "\f121"; }
|
362
|
+
|
363
|
+
.#{$magicons-class-name}-shopping-cart:before { content: "\f123"; }
|
364
|
+
.#{$magicons-class-name}-shopping-cart-alt:before { content: "\f122"; }
|
365
|
+
.#{$magicons-class-name}-shopping-cart-in:before { content: "\f125"; }
|
366
|
+
.#{$magicons-class-name}-shopping-cart-in-alt:before { content: "\f124"; }
|
367
|
+
|
368
|
+
.#{$magicons-class-name}-money:before { content: "\f126"; }
|
369
|
+
.#{$magicons-class-name}-money-euro-round:before { content: "\f127"; }
|
370
|
+
.#{$magicons-class-name}-money-dollar:before { content: "\f128"; }
|
371
|
+
|
372
|
+
.#{$magicons-class-name}-barcode:before { content: "\f12a"; }
|
373
|
+
.#{$magicons-class-name}-barcode-alt:before { content: "\f129"; }
|
374
|
+
|
375
|
+
.#{$magicons-class-name}-globe-round:before { content: "\f12b"; }
|
376
|
+
.#{$magicons-class-name}-globe-alt:before { content: "\f12c"; }
|
377
|
+
|
378
|
+
.#{$magicons-class-name}-home:before { content: "\f12d"; }
|
379
|
+
|
380
|
+
.#{$magicons-class-name}-truck:before { content: "\f12e"; }
|
381
|
+
.#{$magicons-class-name}-plane:before { content: "\f131"; }
|
382
|
+
.#{$magicons-class-name}-road:before { content: "\f132"; }
|
383
|
+
|
384
|
+
.#{$magicons-class-name}-compass-round:before { content: "\f133"; }
|
385
|
+
|
386
|
+
.#{$magicons-class-name}-file:before { content: "\f134"; }
|
387
|
+
.#{$magicons-class-name}-files:before { content: "\f138"; }
|
388
|
+
.#{$magicons-class-name}-file-text:before { content: "\f135"; }
|
389
|
+
.#{$magicons-class-name}-file-alt:before { content: "\f137"; }
|
390
|
+
.#{$magicons-class-name}-file-edge:before { content: "\f139"; }
|
391
|
+
.#{$magicons-class-name}-file-black:before { content: "\f136"; }
|
392
|
+
|
393
|
+
.#{$magicons-class-name}-cut:before { content: "\f13a"; }
|
394
|
+
.#{$magicons-class-name}-paste:before { content: "\f13b"; }
|
395
|
+
.#{$magicons-class-name}-save:before { content: "\f13c"; }
|
396
|
+
|
397
|
+
.#{$magicons-class-name}-paper-clip:before { content: "\f13d"; }
|
398
|
+
|
399
|
+
.#{$magicons-class-name}-link:before { content: "\f141"; }
|
400
|
+
.#{$magicons-class-name}-link-alt:before { content: "\f13e"; }
|
401
|
+
|
402
|
+
.#{$magicons-class-name}-undo:before { content: "\f142"; }
|
403
|
+
.#{$magicons-class-name}-repeat:before { content: "\f143"; }
|
404
|
+
.#{$magicons-class-name}-undo-alt:before { content: "\f15e"; }
|
405
|
+
.#{$magicons-class-name}-repeat-alt:before { content: "\f161"; }
|
406
|
+
|
407
|
+
.#{$magicons-class-name}-text-height:before { content: "\f144"; }
|
408
|
+
.#{$magicons-class-name}-text-width:before { content: "\f145"; }
|
409
|
+
|
410
|
+
.#{$magicons-class-name}-align-left:before { content: "\f146"; }
|
411
|
+
.#{$magicons-class-name}-align-center:before { content: "\f147"; }
|
412
|
+
.#{$magicons-class-name}-align-right:before { content: "\f148"; }
|
413
|
+
.#{$magicons-class-name}-align-justify:before { content: "\f149"; }
|
414
|
+
|
415
|
+
.#{$magicons-class-name}-indent-left:before { content: "\f14a"; }
|
416
|
+
.#{$magicons-class-name}-indent-right:before { content: "\f14b"; }
|
417
|
+
|
418
|
+
.#{$magicons-class-name}-font:before { content: "\f14c"; }
|
419
|
+
.#{$magicons-class-name}-bold:before { content: "\f14d"; }
|
420
|
+
.#{$magicons-class-name}-italic:before { content: "\f14e"; }
|
421
|
+
.#{$magicons-class-name}-strikethrough:before { content: "\f151"; }
|
422
|
+
.#{$magicons-class-name}-underline:before { content: "\f152"; }
|
423
|
+
|
424
|
+
.#{$magicons-class-name}-columns:before { content: "\f153"; }
|
425
|
+
.#{$magicons-class-name}-table:before { content: "\f154"; }
|
426
|
+
.#{$magicons-class-name}-th-large:before { content: "\f155"; }
|
427
|
+
.#{$magicons-class-name}-th:before { content: "\f156"; }
|
428
|
+
|
429
|
+
.#{$magicons-class-name}-th-list:before { content: "\f157"; }
|
430
|
+
.#{$magicons-class-name}-list-round:before { content: "\f158"; }
|
431
|
+
.#{$magicons-class-name}-list-ol:before { content: "\f159"; }
|
432
|
+
.#{$magicons-class-name}-list-ul:before { content: "\f15a"; }
|
433
|
+
.#{$magicons-class-name}-list-alt:before { content: "\f15b"; }
|
434
|
+
|
435
|
+
.#{$magicons-class-name}-staple:before { content: "\f15c"; }
|
436
|
+
.#{$magicons-class-name}-staple-alt:before { content: "\f15d"; }
|
437
|
+
|
438
|
+
.#{$magicons-class-name}-music:before { content: "\f162"; }
|
439
|
+
|
440
|
+
.#{$magicons-class-name}-power-round:before { content: "\f163"; }
|
441
|
+
|
442
|
+
.#{$magicons-class-name}-facetime-video:before { content: "\f164"; }
|
443
|
+
.#{$magicons-class-name}-film:before { content: "\f165"; }
|
444
|
+
|
445
|
+
.#{$magicons-class-name}-bullhorn:before { content: "\f166"; }
|
446
|
+
|
447
|
+
.#{$magicons-class-name}-camera-round:before { content: "\f167"; }
|
448
|
+
.#{$magicons-class-name}-camera-retro:before { content: "\f168"; }
|
449
|
+
|
450
|
+
.#{$magicons-class-name}-print-round:before { content: "\f169"; }
|
451
|
+
.#{$magicons-class-name}-print-alt:before { content: "\f16a"; }
|
452
|
+
|
453
|
+
.#{$magicons-class-name}-hdd:before { content: "\f16b"; }
|
454
|
+
|
455
|
+
.#{$magicons-class-name}-headphones:before { content: "\f16c"; }
|
456
|
+
|
457
|
+
.#{$magicons-class-name}-play:before { content: "\f16e"; }
|
458
|
+
.#{$magicons-class-name}-play-circle:before { content: "\f16d"; }
|
459
|
+
|
460
|
+
.#{$magicons-class-name}-pause:before { content: "\f171"; }
|
461
|
+
.#{$magicons-class-name}-stop:before { content: "\f172"; }
|
462
|
+
|
463
|
+
.#{$magicons-class-name}-backward:before { content: "\f173"; }
|
464
|
+
.#{$magicons-class-name}-forward:before { content: "\f174"; }
|
465
|
+
|
466
|
+
.#{$magicons-class-name}-fast-backward:before { content: "\f175"; }
|
467
|
+
.#{$magicons-class-name}-fast-forward:before { content: "\f176"; }
|
468
|
+
|
469
|
+
.#{$magicons-class-name}-step-backward:before { content: "\f177"; }
|
470
|
+
.#{$magicons-class-name}-step-forward:before { content: "\f178"; }
|
471
|
+
|
472
|
+
.#{$magicons-class-name}-eject:before { content: "\f179"; }
|
473
|
+
|
474
|
+
.#{$magicons-class-name}-fullscreen:before { content: "\f17a"; }
|
475
|
+
.#{$magicons-class-name}-resize-full:before { content: "\f17b"; }
|
476
|
+
.#{$magicons-class-name}-resize-small:before { content: "\f17c"; }
|
477
|
+
|
478
|
+
.#{$magicons-class-name}-trophy:before { content: "\f17d"; }
|
479
|
+
|
480
|
+
.#{$magicons-class-name}-umbrella-round:before { content: "\f17e"; }
|
481
|
+
|
482
|
+
.#{$magicons-class-name}-gift:before { content: "\f181"; }
|
483
|
+
|
484
|
+
.#{$magicons-class-name}-flag:before { content: "\f182"; }
|
485
|
+
.#{$magicons-class-name}-flag-alt:before { content: "\f183"; }
|
486
|
+
|
487
|
+
.#{$magicons-class-name}-certificate:before { content: "\f184"; }
|
488
|
+
.#{$magicons-class-name}-glass:before { content: "\f185"; }
|
489
|
+
.#{$magicons-class-name}-tint:before { content: "\f186"; }
|
490
|
+
.#{$magicons-class-name}-tints:before { content: "\f187"; }
|
491
|
+
.#{$magicons-class-name}-leaf:before { content: "\f188"; }
|
492
|
+
.#{$magicons-class-name}-legal:before { content: "\f189"; }
|
493
|
+
.#{$magicons-class-name}-cloud:before { content: "\f18a"; }
|
494
|
+
.#{$magicons-class-name}-beaker:before { content: "\f18b"; }
|
495
|
+
.#{$magicons-class-name}-lemon:before { content: "\f18c"; }
|
496
|
+
|
497
|
+
.#{$magicons-class-name}-magic:before { content: "\f18d"; }
|
498
|
+
.#{$magicons-class-name}-magic-alt:before { content: "\f18e"; }
|
499
|
+
|
500
|
+
.#{$magicons-class-name}-bolt:before { content: "\f191"; }
|
501
|
+
.#{$magicons-class-name}-bolt-alt:before { content: "\f192"; }
|
502
|
+
|
503
|
+
.#{$magicons-class-name}-magnet:before { content: "\f193"; }
|
504
|
+
.#{$magicons-class-name}-thermometer:before { content: "\f194"; }
|
505
|
+
.#{$magicons-class-name}-bell:before { content: "\f195"; }
|
506
|
+
.#{$magicons-class-name}-filter:before { content: "\f196"; }
|
507
|
+
.#{$magicons-class-name}-hammer:before { content: "\f197"; }
|
508
|
+
.#{$magicons-class-name}-plug-round:before { content: "\f198"; }
|
509
|
+
.#{$magicons-class-name}-shirt:before { content: "\f199"; }
|
510
|
+
|
511
|
+
.#{$magicons-class-name}-steering-wheel:before { content: "\f19a"; }
|
512
|
+
|
513
|
+
.#{$magicons-class-name}-triangle:before { content: "\f19b"; }
|
514
|
+
.#{$magicons-class-name}-hands-up:before { content: "\f19c"; }
|
515
|
+
.#{$magicons-class-name}-clock:before { content: "\f19d"; }
|
516
|
+
.#{$magicons-class-name}-chart:before { content: "\f19e"; }
|
517
|
+
|
518
|
+
.#{$magicons-class-name}-chart-open:before { content: "\f201"; }
|
519
|
+
|
520
|
+
.#{$magicons-class-name}-vitro:before { content: "\f204"; }
|
521
|
+
.#{$magicons-class-name}-vitro-bubble:before { content: "\f203"; }
|
522
|
+
.#{$magicons-class-name}-vitro-bubbles:before { content: "\f202"; }
|
523
|
+
|
524
|
+
.#{$magicons-class-name}-moon-round:before { content: "\f205"; }
|
525
|
+
.#{$magicons-class-name}-moon-empty:before { content: "\f206"; }
|
526
|
+
.#{$magicons-class-name}-moon-full:before { content: "\f207"; }
|
527
|
+
|
528
|
+
.#{$magicons-class-name}-sun-round:before { content: "\f208"; }
|
529
|
+
.#{$magicons-class-name}-sun-alt:before { content: "\f209"; }
|
530
|
+
|
531
|
+
.#{$magicons-class-name}-micro-round:before { content: "\f20a"; }
|
532
|
+
.#{$magicons-class-name}-equalizer-round:before { content: "\f20b"; }
|
533
|
+
|
534
|
+
.#{$magicons-class-name}-knots:before { content: "\f20c"; }
|
535
|
+
|
536
|
+
.#{$magicons-class-name}-crop:before { content: "\f20d"; }
|
537
|
+
|
538
|
+
.#{$magicons-class-name}-lectern:before { content: "\f20e"; }
|
539
|
+
|
540
|
+
.#{$magicons-class-name}-html:before { content: "\f211"; }
|
541
|
+
|
542
|
+
.#{$magicons-class-name}-graph:before { content: "\f212"; }
|
543
|
+
.#{$magicons-class-name}-graph-alt:before { content: "\f213"; }
|
544
|
+
|
545
|
+
.#{$magicons-class-name}-transmit:before { content: "\f214"; }
|
546
|
+
|
547
|
+
.#{$magicons-class-name}-graduation-hat:before { content: "\f215"; }
|
548
|
+
|
549
|
+
|
550
|
+
.#{$magicons-class-name}-star-alt-round:before { content: "\f216"; }
|
551
|
+
.#{$magicons-class-name}-cog-more:before { content: "\f217"; }
|
552
|
+
|
553
|
+
.#{$magicons-class-name}-close-sign-round:before { content: "\f218"; }
|
554
|
+
.#{$magicons-class-name}-ok-sign-round:before { content: "\f219"; }
|
555
|
+
.#{$magicons-class-name}-plus-sign-round:before { content: "\f21a"; }
|
556
|
+
.#{$magicons-class-name}-minus-sign-round:before { content: "\f21b"; }
|
557
|
+
.#{$magicons-class-name}-attention-sign-round:before { content: "\f21c"; }
|
558
|
+
.#{$magicons-class-name}-question-sign-round:before { content: "\f21d"; }
|
559
|
+
.#{$magicons-class-name}-info-sign-round:before { content: "\f21e"; }
|
560
|
+
|
561
|
+
.#{$magicons-class-name}-caret-up-sign:before { content: "\f224"; }
|
562
|
+
.#{$magicons-class-name}-caret-right-sign:before { content: "\f223"; }
|
563
|
+
.#{$magicons-class-name}-caret-down-sign:before { content: "\f221"; }
|
564
|
+
.#{$magicons-class-name}-caret-left-sign:before { content: "\f222"; }
|
565
|
+
|
566
|
+
.#{$magicons-class-name}-edit-sign:before { content: "\f225"; }
|
567
|
+
|
568
|
+
.#{$magicons-class-name}-user-minus:before { content: "\f227"; }
|
569
|
+
.#{$magicons-class-name}-user-plus:before { content: "\f228"; }
|
570
|
+
.#{$magicons-class-name}-user-unknown:before { content: "\f229"; }
|
571
|
+
.#{$magicons-class-name}-user-ok:before { content: "\f22a"; }
|
572
|
+
|
573
|
+
.#{$magicons-class-name}-hand-high5:before { content: "\f22b"; }
|
574
|
+
.#{$magicons-class-name}-hand-high5-back:before { content: "\f22c"; }
|
575
|
+
.#{$magicons-class-name}-hand-shake:before { content: "\f22d"; }
|
576
|
+
.#{$magicons-class-name}-hand-card:before { content: "\f22e"; }
|
577
|
+
|
578
|
+
|
579
|
+
|
580
|
+
// # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
581
|
+
// # New 2013.04.17
|
582
|
+
// # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
583
|
+
|
584
|
+
.#{$magicons-class-name}-compass:before { content: "\f231"; } // changed ! .. -round ..
|
585
|
+
.#{$magicons-class-name}-globe:before { content: "\f232"; } // changed ! .. -round ..
|
586
|
+
.#{$magicons-class-name}-inbox-empty:before { content: "\f233"; } // changed ! .. -round ..
|
587
|
+
.#{$magicons-class-name}-inbox:before { content: "\f234"; }
|
588
|
+
.#{$magicons-class-name}-task-list:before { content: "\f235"; }
|
589
|
+
.#{$magicons-class-name}-user:before { content: "\f236"; }
|
590
|
+
.#{$magicons-class-name}-mail-empty:before { content: "\f237"; }
|
591
|
+
.#{$magicons-class-name}-mail:before { content: "\f238"; }
|
592
|
+
.#{$magicons-class-name}-cog:before { content: "\f239"; } // changed ! .. -round ..
|
593
|
+
.#{$magicons-class-name}-chevron-cut-up:before { content: "\f23a"; }
|
594
|
+
.#{$magicons-class-name}-chevron-cut-right:before { content: "\f23b"; }
|
595
|
+
.#{$magicons-class-name}-chevron-cut-down:before { content: "\f23c"; }
|
596
|
+
.#{$magicons-class-name}-chevron-cut-left:before { content: "\f23d"; }
|
597
|
+
.#{$magicons-class-name}-chevron-up:before { content: "\f23e"; } // changed ! .. -round ..
|
598
|
+
|
599
|
+
.#{$magicons-class-name}-chevron-right:before { content: "\f241"; } // changed ! .. -round ..
|
600
|
+
.#{$magicons-class-name}-chevron-down:before { content: "\f242"; } // changed ! .. -round ..
|
601
|
+
.#{$magicons-class-name}-chevron-left:before { content: "\f243"; } // changed ! .. -round ..
|
602
|
+
.#{$magicons-class-name}-lock:before { content: "\f244"; } // changed ! .. -round ..
|
603
|
+
.#{$magicons-class-name}-unlock:before { content: "\f245"; } // changed ! .. -round ..
|
604
|
+
.#{$magicons-class-name}-search:before { content: "\f246"; } // changed ! .. -round ..
|
605
|
+
.#{$magicons-class-name}-visible:before { content: "\f247"; }
|
606
|
+
.#{$magicons-class-name}-unvisible:before { content: "\f248"; }
|
607
|
+
.#{$magicons-class-name}-pencil:before { content: "\f249"; } // changed ! .. -round ..
|
608
|
+
.#{$magicons-class-name}-trash:before { content: "\f24a"; } // changed ! .. -round ..
|
609
|
+
.#{$magicons-class-name}-sort-down:before { content: "\f24b"; } // changed ! .. -round ..
|
610
|
+
.#{$magicons-class-name}-sort-up:before { content: "\f24c"; } // changed ! .. -round ..
|
611
|
+
.#{$magicons-class-name}-sort:before { content: "\f24d"; } // changed ! .. -round ..
|
612
|
+
.#{$magicons-class-name}-plus-sign:before { content: "\f24e"; } // changed ! .. -round ..
|
613
|
+
|
614
|
+
.#{$magicons-class-name}-minus-sign:before { content: "\f251"; } // changed ! .. -round ..
|
615
|
+
.#{$magicons-class-name}-ok-sign:before { content: "\f252"; } // changed ! .. -round ..
|
616
|
+
.#{$magicons-class-name}-close-sign:before { content: "\f253"; } // changed ! .. -round ..
|
617
|
+
.#{$magicons-class-name}-question-sign:before { content: "\f254"; } // changed ! .. -round ..
|
618
|
+
.#{$magicons-class-name}-info-sign:before { content: "\f255"; } // changed ! .. -round ..
|
619
|
+
.#{$magicons-class-name}-attention-sign:before { content: "\f256"; } // changed ! .. -round ..
|
620
|
+
.#{$magicons-class-name}-plus:before { content: "\f257"; } // changed ! .. -round ..
|
621
|
+
.#{$magicons-class-name}-minus:before { content: "\f258"; } // changed ! .. -round ..
|
622
|
+
.#{$magicons-class-name}-ok:before { content: "\f259"; } // changed ! .. -round ..
|
623
|
+
.#{$magicons-class-name}-close:before { content: "\f25a"; } // changed ! .. -round ..
|
624
|
+
.#{$magicons-class-name}-question:before { content: "\f25b"; } // changed ! .. -round ..
|
625
|
+
.#{$magicons-class-name}-info:before { content: "\f25c"; } // changed ! .. -round ..
|
626
|
+
.#{$magicons-class-name}-attention:before { content: "\f25d"; } // changed ! .. -round ..
|
627
|
+
|
628
|
+
|
629
|
+
.#{$magicons-class-name}-work:before { content: "\f25e"; }
|
630
|
+
.#{$magicons-class-name}-private:before { content: "\f261"; } // changed ! .. -round ..
|
631
|
+
|
632
|
+
|
633
|
+
.#{$magicons-class-name}-picture:before { content: "\f262"; } // changed ! .. -round ..
|
634
|
+
.#{$magicons-class-name}-pushpin:before { content: "\f263"; } // changed ! .. -round ..
|
635
|
+
.#{$magicons-class-name}-heart:before { content: "\f264"; } // changed ! .. -round ..
|
636
|
+
.#{$magicons-class-name}-map-marker:before { content: "\f265"; } // changed ! .. -round ..
|
637
|
+
.#{$magicons-class-name}-user-group:before { content: "\f266"; } // changed ! .. -round ..
|
638
|
+
.#{$magicons-class-name}-time:before { content: "\f267"; } // changed ! .. -round ..
|
639
|
+
.#{$magicons-class-name}-star-alt:before { content: "\f268"; } // changed ! .. -round ..
|
640
|
+
.#{$magicons-class-name}-book-open:before { content: "\f269"; } // changed ! .. -round ..
|
641
|
+
.#{$magicons-class-name}-calendar:before { content: "\f26a"; }
|
642
|
+
.#{$magicons-class-name}-calendar-invert:before { content: "\f26b"; }
|
643
|
+
.#{$magicons-class-name}-target:before { content: "\f26c"; } // changed ! .. -round ..
|
644
|
+
.#{$magicons-class-name}-umbrella:before { content: "\f26d"; } // changed ! .. -round ..
|
645
|
+
.#{$magicons-class-name}-equalizer:before { content: "\f26e"; } // changed ! .. -round ..
|
646
|
+
|
647
|
+
.#{$magicons-class-name}-list:before { content: "\f271"; } // changed ! .. -round ..
|
648
|
+
.#{$magicons-class-name}-star:before { content: "\f272"; } // changed ! .. -round ..
|
649
|
+
.#{$magicons-class-name}-star-half:before { content: "\f273"; } // changed ! .. -round ..
|
650
|
+
.#{$magicons-class-name}-money-euro:before { content: "\f274"; } // changed ! .. -round ..
|
651
|
+
.#{$magicons-class-name}-tag-alt:before { content: "\f275"; }
|
652
|
+
.#{$magicons-class-name}-print:before { content: "\f276"; } // changed ! .. -round ..
|
653
|
+
.#{$magicons-class-name}-message:before { content: "\f277"; }
|
654
|
+
.#{$magicons-class-name}-comment:before { content: "\f278"; } // changed ! .. -round ..
|
655
|
+
.#{$magicons-class-name}-comments:before { content: "\f279"; } // changed ! .. -round ..
|
656
|
+
.#{$magicons-class-name}-camera:before { content: "\f27a"; } // changed ! .. -round ..
|
657
|
+
.#{$magicons-class-name}-description:before { content: "\f27b"; }
|
658
|
+
.#{$magicons-class-name}-bar-chart:before { content: "\f27c"; } // changed ! .. -round ..
|
659
|
+
.#{$magicons-class-name}-wrench:before { content: "\f27d"; } // changed ! .. -round ..
|
660
|
+
.#{$magicons-class-name}-user-male:before { content: "\f27e"; } // changed ! .. -round ..
|
661
|
+
|
662
|
+
.#{$magicons-class-name}-user-female:before { content: "\f281"; } // changed ! .. -round ..
|
663
|
+
.#{$magicons-class-name}-user-male-alt:before { content: "\f282"; }
|
664
|
+
.#{$magicons-class-name}-user-female-alt:before { content: "\f283"; }
|
665
|
+
.#{$magicons-class-name}-company:before { content: "\f284"; }
|
666
|
+
.#{$magicons-class-name}-sun:before { content: "\f285"; } // changed ! .. -round ..
|
667
|
+
.#{$magicons-class-name}-moon:before { content: "\f286"; } // changed ! .. -round ..
|
668
|
+
.#{$magicons-class-name}-inside:before { content: "\f287"; }
|
669
|
+
.#{$magicons-class-name}-outside:before { content: "\f288"; }
|
670
|
+
.#{$magicons-class-name}-wlan:before { content: "\f289"; }
|
671
|
+
.#{$magicons-class-name}-beamer:before { content: "\f28a"; }
|
672
|
+
.#{$magicons-class-name}-micro:before { content: "\f28b"; } // changed ! .. -round ..
|
673
|
+
.#{$magicons-class-name}-plug:before { content: "\f28c"; } // changed ! .. -round ..
|
674
|
+
.#{$magicons-class-name}-internet:before { content: "\f28d"; }
|
675
|
+
.#{$magicons-class-name}-power:before { content: "\f28e"; } // changed ! .. -round ..
|
676
|
+
|
677
|
+
.#{$magicons-class-name}-wheelchair:before { content: "\f291"; }
|
678
|
+
.#{$magicons-class-name}-smoking-sign:before { content: "\f292"; }
|
679
|
+
.#{$magicons-class-name}-smoking:before { content: "\f293"; }
|
680
|
+
.#{$magicons-class-name}-no-smoking:before { content: "\f294"; }
|
681
|
+
|
682
|
+
.#{$magicons-class-name}-parking-sign:before { content: "\f295"; }
|
683
|
+
.#{$magicons-class-name}-parking-meter:before { content: "\f296"; }
|
684
|
+
.#{$magicons-class-name}-elevator:before { content: "\f297"; }
|
685
|
+
.#{$magicons-class-name}-toilette:before { content: "\f298"; }
|
686
|
+
.#{$magicons-class-name}-coffee:before { content: "\f299"; }
|
687
|
+
.#{$magicons-class-name}-water:before { content: "\f29a"; }
|
688
|
+
.#{$magicons-class-name}-pizza:before { content: "\f29b"; }
|
689
|
+
.#{$magicons-class-name}-burger:before { content: "\f29c"; }
|
690
|
+
.#{$magicons-class-name}-softdrink:before { content: "\f29d"; }
|
691
|
+
.#{$magicons-class-name}-fastfood:before { content: "\f29e"; }
|
692
|
+
|
693
|
+
.#{$magicons-class-name}-catering:before { content: "\f301"; }
|
694
|
+
.#{$magicons-class-name}-wine:before { content: "\f302"; }
|
695
|
+
.#{$magicons-class-name}-plates:before { content: "\f303"; }
|
696
|
+
.#{$magicons-class-name}-kitchen:before { content: "\f304"; }
|
697
|
+
.#{$magicons-class-name}-layout-round-table:before { content: "\f305"; }
|
698
|
+
.#{$magicons-class-name}-layout-classroom:before { content: "\f306"; }
|
699
|
+
.#{$magicons-class-name}-layout-banquet:before { content: "\f307"; }
|
700
|
+
.#{$magicons-class-name}-layout-theater:before { content: "\f308"; }
|
701
|
+
.#{$magicons-class-name}-layout-u-table:before { content: "\f309"; }
|
702
|
+
.#{$magicons-class-name}-layout-workspace:before { content: "\f30a"; }
|
703
|
+
|
704
|
+
|
705
|
+
|
706
|
+
|