ethosstyles 0.1.12 → 0.1.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ethosstyles/version.rb +1 -1
- data/lib/ethosstyles.rb +1 -1
- metadata +1 -33
- data/app/assets/compiled/lib/fontawesome/scss/fa-brands.css +0 -14
- data/app/assets/compiled/lib/fontawesome/scss/fa-brands.css.map +0 -7
- data/app/assets/compiled/lib/fontawesome/scss/fa-regular.css +0 -15
- data/app/assets/compiled/lib/fontawesome/scss/fa-regular.css.map +0 -7
- data/app/assets/compiled/lib/fontawesome/scss/fa-solid.css +0 -16
- data/app/assets/compiled/lib/fontawesome/scss/fa-solid.css.map +0 -7
- data/app/assets/compiled/lib/webfonts/fa-brands-400.eot +0 -0
- data/app/assets/compiled/lib/webfonts/fa-brands-400.svg +0 -1017
- data/app/assets/compiled/lib/webfonts/fa-brands-400.ttf +0 -0
- data/app/assets/compiled/lib/webfonts/fa-brands-400.woff +0 -0
- data/app/assets/compiled/lib/webfonts/fa-brands-400.woff2 +0 -0
- data/app/assets/compiled/lib/webfonts/fa-regular-400.eot +0 -0
- data/app/assets/compiled/lib/webfonts/fa-regular-400.svg +0 -366
- data/app/assets/compiled/lib/webfonts/fa-regular-400.ttf +0 -0
- data/app/assets/compiled/lib/webfonts/fa-regular-400.woff +0 -0
- data/app/assets/compiled/lib/webfonts/fa-regular-400.woff2 +0 -0
- data/app/assets/compiled/lib/webfonts/fa-solid-900.eot +0 -0
- data/app/assets/compiled/lib/webfonts/fa-solid-900.svg +0 -1644
- data/app/assets/compiled/lib/webfonts/fa-solid-900.ttf +0 -0
- data/app/assets/compiled/lib/webfonts/fa-solid-900.woff +0 -0
- data/app/assets/compiled/lib/webfonts/fa-solid-900.woff2 +0 -0
- data/app/assets/compiled/main.css +0 -1600
- data/app/assets/compiled/main.css.map +0 -7
- data/app/views/buttons.html +0 -105
- data/app/views/buttons.php +0 -105
- data/app/views/favicon.ico +0 -0
- data/app/views/icons.php +0 -153
- data/app/views/index.php +0 -48
- data/app/views/list-groups.php +0 -318
- data/app/views/modal_partial.php +0 -21
- data/app/views/modals.php +0 -20
- data/app/views/partial_icons.php +0 -16
data/app/views/list-groups.php
DELETED
@@ -1,318 +0,0 @@
|
|
1
|
-
<section class="rf-section">
|
2
|
-
<h2>Basic List Groups + List Items</h2>
|
3
|
-
|
4
|
-
<ul class="rf-list-group">
|
5
|
-
<li class="rf-list-item">
|
6
|
-
List Item
|
7
|
-
</li>
|
8
|
-
|
9
|
-
<li class="rf-list-item">
|
10
|
-
<h4 class="rf-list-item__title">
|
11
|
-
List Item with Title
|
12
|
-
</h4>
|
13
|
-
</li>
|
14
|
-
|
15
|
-
<li class="rf-list-item rf-list-item--danger">
|
16
|
-
<h4 class="rf-list-item__title">
|
17
|
-
List Item with Title and Status
|
18
|
-
</h4>
|
19
|
-
</li>
|
20
|
-
|
21
|
-
<li class="rf-list-item rf-list-item--success">
|
22
|
-
<h3 class="rf-list-item__title">
|
23
|
-
List Item with Title and Status and a <a href="#" class="rf-list-item__title__link">Link</a>
|
24
|
-
</h3>
|
25
|
-
</li>
|
26
|
-
|
27
|
-
<li class="rf-list-item rf-list-item--unstable">
|
28
|
-
<div class="rf-list-item__row">
|
29
|
-
<h3 class="rf-list-item__title">
|
30
|
-
List Item with Title and Status and a <a href="#" class="rf-list-item__title__link">Link</a> and a Row
|
31
|
-
</h3>
|
32
|
-
</div>
|
33
|
-
<div class="rf-list-item__row">
|
34
|
-
<div class="rf-list-item__info">
|
35
|
-
<div>This is info in a row</div>
|
36
|
-
<div class="rf-timestamp">2 days ago</div>
|
37
|
-
</div>
|
38
|
-
</div>
|
39
|
-
</li>
|
40
|
-
|
41
|
-
<li class="rf-list-item rf-list-item--error rf-list-item--has-trigger">
|
42
|
-
<a class="rf-list-item__row rf-list-item__row--trigger" aria-expanded="false" data-toggle="collapse" href="#id1">
|
43
|
-
<h3 class="rf-list-item__title">
|
44
|
-
List Item with Title and Status and is a Trigger
|
45
|
-
</h3>
|
46
|
-
</a>
|
47
|
-
<div class="collapse" id="id1">
|
48
|
-
<div class="rf-list-item__row">Well of hidden information</div>
|
49
|
-
</div>
|
50
|
-
</li>
|
51
|
-
|
52
|
-
<li class="rf-list-item rf-list-item--error rf-list-item--has-trigger">
|
53
|
-
<a class="rf-list-item__row rf-list-item__row--trigger" aria-expanded="false" data-toggle="collapse" href="#id2">
|
54
|
-
<h3 class="rf-list-item__title">
|
55
|
-
List Item with Title and Status and is a Trigger
|
56
|
-
</h3>
|
57
|
-
<div class="rf-list-item__info">
|
58
|
-
<div>This is some item info</div>
|
59
|
-
<div>Additional item info</div>
|
60
|
-
</div>
|
61
|
-
</a>
|
62
|
-
<div class="collapse" id="id2">
|
63
|
-
<div class="rf-list-item__row">Well of hidden information</div>
|
64
|
-
</div>
|
65
|
-
</li>
|
66
|
-
|
67
|
-
<li class="rf-list-item rf-list-item--ongoing">
|
68
|
-
<h3 class="rf-list-item__title">
|
69
|
-
List Item with Title and Status
|
70
|
-
</h3>
|
71
|
-
<div class="rf-list-item__info">
|
72
|
-
<div>This is some item info</div>
|
73
|
-
<div>Additional item info</div>
|
74
|
-
</div>
|
75
|
-
</li>
|
76
|
-
|
77
|
-
<li class="rf-list-item rf-list-item--error">
|
78
|
-
<div class="rf-list-item__row">
|
79
|
-
<div class="rf-list-item__info">
|
80
|
-
<div class="rf-col--4">Columns</div>
|
81
|
-
<div class="rf-col--4">Are</div>
|
82
|
-
<div class="rf-col--4">Here</div>
|
83
|
-
</div>
|
84
|
-
</div>
|
85
|
-
</li>
|
86
|
-
|
87
|
-
<li class="rf-list-item rf-list-item--unstable">
|
88
|
-
<div class="rf-col--4">Columns</div>
|
89
|
-
<div class="rf-col--4">Are</div>
|
90
|
-
<div class="rf-col--4">Here</div>
|
91
|
-
</li>
|
92
|
-
</ul>
|
93
|
-
</section>
|
94
|
-
|
95
|
-
<section class="rf-section">
|
96
|
-
<h2>Partial List Groups</h2>
|
97
|
-
|
98
|
-
<ul class="rf-list-group rf-list-group--partial">
|
99
|
-
<li class="rf-list-item">
|
100
|
-
<h4 class="rf-list-item__title">
|
101
|
-
List Item with Title
|
102
|
-
</h4>
|
103
|
-
</li>
|
104
|
-
|
105
|
-
<li class="rf-list-item rf-list-item--danger">
|
106
|
-
<h4 class="rf-list-item__title">
|
107
|
-
List Item with Title and Status
|
108
|
-
</h4>
|
109
|
-
</li>
|
110
|
-
|
111
|
-
<li class="rf-list-item rf-list-item--to-expand"
|
112
|
-
data-target="#partial"
|
113
|
-
data-toggle="collapse"
|
114
|
-
aria-expanded="false"
|
115
|
-
aria-controls="partial">
|
116
|
-
<span class="rf-btn rf-btn--secondary">Click to see all</span>
|
117
|
-
</li>
|
118
|
-
</ul>
|
119
|
-
|
120
|
-
<ul class="rf-list-group rf-list-group--partial collapse" id="partial">
|
121
|
-
<li class="rf-list-item">
|
122
|
-
<h4 class="rf-list-item__title">
|
123
|
-
List Item with Title
|
124
|
-
</h4>
|
125
|
-
</li>
|
126
|
-
|
127
|
-
<li class="rf-list-item rf-list-item--danger">
|
128
|
-
<h4 class="rf-list-item__title">
|
129
|
-
List Item with Title and Status
|
130
|
-
</h4>
|
131
|
-
</li>
|
132
|
-
</ul>
|
133
|
-
</section>
|
134
|
-
|
135
|
-
<section class="rf-section">
|
136
|
-
|
137
|
-
<h2>Borderless List Group</h2>
|
138
|
-
<br/>
|
139
|
-
<h3>Borderless</h3>
|
140
|
-
|
141
|
-
<ul class="rf-list-group rf-list-group--borderless">
|
142
|
-
<li class="rf-list-item">
|
143
|
-
List Item
|
144
|
-
</li>
|
145
|
-
<li class="rf-list-item">
|
146
|
-
List Item
|
147
|
-
</li>
|
148
|
-
</ul>
|
149
|
-
|
150
|
-
<br/><br/>
|
151
|
-
|
152
|
-
<h3>Borderless Partial</h3>
|
153
|
-
|
154
|
-
<ul class="rf-list-group rf-list-group--partial rf-list-group--borderless">
|
155
|
-
<li class="rf-list-item">
|
156
|
-
<h4 class="rf-list-item__title">
|
157
|
-
List Item with Title
|
158
|
-
</h4>
|
159
|
-
</li>
|
160
|
-
|
161
|
-
<li class="rf-list-item rf-list-item--danger">
|
162
|
-
<h4 class="rf-list-item__title">
|
163
|
-
List Item with Title and Status
|
164
|
-
</h4>
|
165
|
-
</li>
|
166
|
-
|
167
|
-
<li class="rf-list-item rf-list-item--to-expand"
|
168
|
-
data-target="#borderlesspartial"
|
169
|
-
data-toggle="collapse"
|
170
|
-
aria-expanded="false"
|
171
|
-
aria-controls="borderlesspartial">
|
172
|
-
<span class="rf-btn rf-btn--secondary">Click to see all</span>
|
173
|
-
</li>
|
174
|
-
</ul>
|
175
|
-
|
176
|
-
<ul class="rf-list-group rf-list-group--partial rf-list-group--borderless collapse" id="borderlesspartial">
|
177
|
-
<li class="rf-list-item">
|
178
|
-
<h4 class="rf-list-item__title">
|
179
|
-
List Item with Title
|
180
|
-
</h4>
|
181
|
-
</li>
|
182
|
-
|
183
|
-
<li class="rf-list-item rf-list-item--danger">
|
184
|
-
<h4 class="rf-list-item__title">
|
185
|
-
List Item with Title and Status
|
186
|
-
</h4>
|
187
|
-
</li>
|
188
|
-
</ul>
|
189
|
-
</section>
|
190
|
-
|
191
|
-
<section class="rf-section">
|
192
|
-
|
193
|
-
<h2>Table List Group</h2>
|
194
|
-
|
195
|
-
<ul class="rf-list-group rf-list-group--table">
|
196
|
-
<li class="rf-list-item rf-list-item--tr rf-list-item--tr--header">
|
197
|
-
<div class="rf-list-item__th rf-col--4">header 1</div>
|
198
|
-
<div class="rf-list-item__th rf-col--4">header 2</div>
|
199
|
-
<div class="rf-list-item__th rf-col--4">header 3</div>
|
200
|
-
</li>
|
201
|
-
<li class="rf-list-item rf-list-item--tr">
|
202
|
-
<div class="rf-list-item__td">col 1</div>
|
203
|
-
<div class="rf-list-item__td">col 2</div>
|
204
|
-
<div class="rf-list-item__td">col 3</div>
|
205
|
-
</li>
|
206
|
-
<li class="rf-list-item rf-list-item--tr">
|
207
|
-
<div class="rf-list-item__td">col 1</div>
|
208
|
-
<div class="rf-list-item__td">col 2</div>
|
209
|
-
<div class="rf-list-item__td">col 3</div>
|
210
|
-
</li>
|
211
|
-
</ul>
|
212
|
-
</section>
|
213
|
-
|
214
|
-
<hr/>
|
215
|
-
|
216
|
-
<section class="rf-section">
|
217
|
-
|
218
|
-
<h2>List Items with Timestamps</h2>
|
219
|
-
<p>Notes:</p>
|
220
|
-
<ul>
|
221
|
-
<li>Timestamp element must be within a <code>rf-list-item__row</code></li>
|
222
|
-
</ul>
|
223
|
-
|
224
|
-
<ul class="rf-list-group">
|
225
|
-
<li class="rf-list-item rf-list-item--error rf-list-item--has-trigger rf-list-item--has-timestamp">
|
226
|
-
<a class="rf-list-item__row rf-list-item__row--trigger" aria-expanded="false" data-toggle="collapse" href="#id3">
|
227
|
-
<h3 class="rf-list-item__title rf-col--4">
|
228
|
-
List Item with Title and Status and is a Trigger and Also Has a Timestamp
|
229
|
-
</h3>
|
230
|
-
<div class="rf-list-item__info">
|
231
|
-
<div>This is some item info</div>
|
232
|
-
<div>Additional item info</div>
|
233
|
-
</div>
|
234
|
-
<div class="rf-timestamp">2 days ago</div>
|
235
|
-
</a>
|
236
|
-
<div class="collapse" id="id3">
|
237
|
-
<div class="rf-list-item__row">Well of hidden information</div>
|
238
|
-
</div>
|
239
|
-
</li>
|
240
|
-
<li class="rf-list-item rf-list-item--error rf-list-item--has-trigger rf-list-item--has-timestamp">
|
241
|
-
<a class="rf-list-item__row rf-list-item__row--trigger" aria-expanded="false" data-toggle="collapse" href="#id4">
|
242
|
-
<h3 class="rf-list-item__title rf-col--4">
|
243
|
-
Short Title
|
244
|
-
</h3>
|
245
|
-
<div class="rf-list-item__info">
|
246
|
-
<div>This is some item info</div>
|
247
|
-
<div>Additional item info</div>
|
248
|
-
</div>
|
249
|
-
<div class="rf-timestamp">2 days ago</div>
|
250
|
-
</a>
|
251
|
-
<div class="collapse" id="id4">
|
252
|
-
<div class="rf-list-item__row">Well of hidden information</div>
|
253
|
-
</div>
|
254
|
-
</li>
|
255
|
-
<li class="rf-list-item rf-list-item--success rf-list-item--has-timestamp">
|
256
|
-
<div class="rf-list-item__row">
|
257
|
-
<h3 class="rf-list-item__title">
|
258
|
-
List Item with Title and Status and is a Trigger and Also Has a Timestamp and Even a <a href="#" class="rf-list-item__title__link">Link</a>
|
259
|
-
</h3>
|
260
|
-
<div class="rf-timestamp">2 days ago</div>
|
261
|
-
</div>
|
262
|
-
</li>
|
263
|
-
<li class="rf-list-item rf-list-item--success rf-list-item--has-timestamp">
|
264
|
-
<div class="rf-list-item__row">
|
265
|
-
<h3 class="rf-list-item__title">
|
266
|
-
List Item with Title and Status and a Timestamp
|
267
|
-
</h3>
|
268
|
-
<div class="rf-list-item__info">
|
269
|
-
<div>This is some item info</div>
|
270
|
-
<div>Additional item info</div>
|
271
|
-
</div>
|
272
|
-
<div class="rf-timestamp">2 days ago</div>
|
273
|
-
</div>
|
274
|
-
</li>
|
275
|
-
<li class="rf-list-item rf-list-item--success rf-list-item--has-timestamp rf-list-item--condensed">
|
276
|
-
<div class="rf-list-item__row">
|
277
|
-
<h3 class="rf-list-item__title">
|
278
|
-
List Item with Title and Status and a Timestamp that is Condensed
|
279
|
-
</h3>
|
280
|
-
<div class="rf-list-item__info">
|
281
|
-
<div>This is some item info</div>
|
282
|
-
<div>Additional item info</div>
|
283
|
-
</div>
|
284
|
-
<div class="rf-timestamp">2 days ago</div>
|
285
|
-
</div>
|
286
|
-
</li>
|
287
|
-
</ul>
|
288
|
-
</section>
|
289
|
-
|
290
|
-
|
291
|
-
<section class="rf-section">
|
292
|
-
|
293
|
-
<h2>List Item Accordions</h2>
|
294
|
-
|
295
|
-
<ul class="rf-list-group">
|
296
|
-
<li class="rf-list-item rf-list-item--error rf-list-item--has-trigger">
|
297
|
-
<a class="rf-list-item__row rf-list-item__row--trigger" aria-expanded="false" data-toggle="collapse" href="#id5">
|
298
|
-
<h3 class="rf-list-item__title">
|
299
|
-
List Item with Title and Status and is a Trigger
|
300
|
-
</h3>
|
301
|
-
</a>
|
302
|
-
<div class="collapse" id="id5">
|
303
|
-
<div class="rf-list-item__row">Well of hidden information</div>
|
304
|
-
</div>
|
305
|
-
</li>
|
306
|
-
|
307
|
-
<li class="rf-list-item rf-list-item--error rf-list-item--has-trigger rf-list-item--condensed">
|
308
|
-
<a class="rf-list-item__row rf-list-item__row--trigger" aria-expanded="false" data-toggle="collapse" href="#id6">
|
309
|
-
<h3 class="rf-list-item__title">
|
310
|
-
List Item with Title and Status and is a Trigger and is Condensed
|
311
|
-
</h3>
|
312
|
-
</a>
|
313
|
-
<div class="collapse" id="id6">
|
314
|
-
<div class="rf-list-item__row">Well of hidden information</div>
|
315
|
-
</div>
|
316
|
-
</li>
|
317
|
-
</ul>
|
318
|
-
</section>
|
data/app/views/modal_partial.php
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
<div class="modal-dialog">
|
2
|
-
<div class="modal-content rf-modal rf-modal--<?php echo $modal_type; ?>" role="document">
|
3
|
-
<div class="modal-header rf-modal__header">
|
4
|
-
<span class="rf-icon rf-icon--xlarge"></span>
|
5
|
-
<h2 class="rf-modal__title">This is a <?php echo $modal_type; ?> modal.</h2>
|
6
|
-
</div>
|
7
|
-
<div class="modal-body rf-modal__body">
|
8
|
-
<ul>
|
9
|
-
<li>This is a list item.</li>
|
10
|
-
<li>This is a second list item.</li>
|
11
|
-
<li>
|
12
|
-
This is a third list item. It is a long item. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque metus odio, pellentesque non odio ut, aliquam rhoncus quam. Mauris vulputate aliquet massa rutrum bibendum. Etiam consectetur ex erat, in sollicitudin sapien convallis at. Ut quis ligula sed massa consectetur lacinia vel vitae libero.
|
13
|
-
</li>
|
14
|
-
</ul>
|
15
|
-
</div>
|
16
|
-
<div class="modal-footer rf-modal__footer">
|
17
|
-
<button class="rf-btn rf-btn--secondary">Cancel</button>
|
18
|
-
<button class="rf-btn rf-btn--primary">Continue</button>
|
19
|
-
</div>
|
20
|
-
</div>
|
21
|
-
</div>
|
data/app/views/modals.php
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
<?php
|
2
|
-
$modal_type = "";
|
3
|
-
include 'modal_partial.php';
|
4
|
-
?>
|
5
|
-
|
6
|
-
<?php
|
7
|
-
$modal_type = "warning";
|
8
|
-
include 'modal_partial.php';
|
9
|
-
?>
|
10
|
-
|
11
|
-
<?php
|
12
|
-
$modal_type = "error";
|
13
|
-
include 'modal_partial.php';
|
14
|
-
?>
|
15
|
-
|
16
|
-
<?php
|
17
|
-
$modal_type = "info";
|
18
|
-
include 'modal_partial.php';
|
19
|
-
?>
|
20
|
-
<br/>
|
data/app/views/partial_icons.php
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
<div class="rf-col rf-col--6 rf-col--grid">
|
2
|
-
<h4><?php echo $icon_class ?></h4>
|
3
|
-
<p>
|
4
|
-
<span class="rf-icon <?php echo $icon_class ?> rf-icon--xlarge"></span>
|
5
|
-
<span class="rf-icon <?php echo $icon_class ?> rf-icon--large"></span>
|
6
|
-
<span class="rf-icon <?php echo $icon_class ?>"></span>
|
7
|
-
<span class="rf-icon <?php echo $icon_class ?> rf-icon--small"></span>
|
8
|
-
<span class="rf-icon <?php echo $icon_class ?> rf-icon--xsmall"></span>
|
9
|
-
</p>
|
10
|
-
|
11
|
-
<pre><span class="rf-icon <?php echo $icon_class ?> rf-icon--xlarge"></span>
|
12
|
-
<span class="rf-icon <?php echo $icon_class ?> rf-icon--large"></span>
|
13
|
-
<span class="rf-icon <?php echo $icon_class ?>"></span>
|
14
|
-
<span class="rf-icon <?php echo $icon_class ?> rf-icon--small"></span>
|
15
|
-
<span class="rf-icon <?php echo $icon_class ?> rf-icon--xsmall"></span>
|
16
|
-
</div>
|