furatto 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/furatto/version.rb +1 -1
- data/vendor/assets/stylesheets/furatto/_settings.scss +757 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2374b12f3786063f4e7e1bd9164e404dbe1e9e55
|
4
|
+
data.tar.gz: 945e5e3079c4358508808a573bc4b2ff1322f7db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e49edda7bb09c3305863132b9c3b3b1179a9c482ddb3558ae4ba2c65c6e3a31a60ad29604a3cab1c7384076cf2e04e698dacc1a4a39992d47923d395fa00d96
|
7
|
+
data.tar.gz: 8d32af22a94501843740d116b3fe007c05602f8753d90b00bdd26597fba48d85ba24d9f11ab1cb868bbc292f09824af231aa2fa379629c6b49e6850796f4086d
|
data/lib/furatto/version.rb
CHANGED
@@ -0,0 +1,757 @@
|
|
1
|
+
/*==========Base==========*/
|
2
|
+
|
3
|
+
/*@variables*/
|
4
|
+
|
5
|
+
/*$body-background-color: #FFF !default;*/
|
6
|
+
/*$base-font-color: #333 !default;*/
|
7
|
+
/*$base-link-color: #0088cc !default;*/
|
8
|
+
/*$base-font-weight: normal !default;*/
|
9
|
+
/*$base-font-size: px-to-rems(16) !default;*/
|
10
|
+
/*$base-font-family: 'Open Sans', 'Helvetica Neue' !default;*/
|
11
|
+
/*$base-line-height: 1 !default;*/
|
12
|
+
|
13
|
+
/*Text variations*/
|
14
|
+
/*$muted-text-color: #666666 !default;*/
|
15
|
+
/*$error-text-color: #c0392b !default;*/
|
16
|
+
/*$success-text-color: #27ae60 !default;*/
|
17
|
+
|
18
|
+
/*==========Buttons==========*/
|
19
|
+
|
20
|
+
/*@variables*/
|
21
|
+
|
22
|
+
/*@import "functions";*/
|
23
|
+
|
24
|
+
/*Padding sizes for buttons*/
|
25
|
+
/*$button-default: px-to-rems(4) px-to-rems(13) !default;*/
|
26
|
+
/*$button-mini: 0 px-to-rems(6) !default;*/
|
27
|
+
/*$button-small: px-to-rems(2) px-to-rems(11) !default;*/
|
28
|
+
/*$button-large: px-to-rems(12) px-to-rems(21) !default;*/
|
29
|
+
/*$button-xlarge: px-to-rems(22) px-to-rems(34) !default;*/
|
30
|
+
/*$button-xxlarge: px-to-rems(22.72) px-to-rems(22) px-to-rems(57) !default;*/
|
31
|
+
|
32
|
+
/*Buttons style*/
|
33
|
+
/*$button-display: inline-block !default;*/
|
34
|
+
/*$button-border-width: 1px !default;*/
|
35
|
+
/*$button-border-style: solid !default;*/
|
36
|
+
/*$button-default-background-color: #2E323E !default;*/
|
37
|
+
|
38
|
+
/*Buttons general styles*/
|
39
|
+
/*$button-font-family: $base-font-family !default;*/
|
40
|
+
/*$button-font-color: #FFF !default;*/
|
41
|
+
/*$button-font-weight: 300 !default;*/
|
42
|
+
/*$button-font-default: px-to-rems(14) !default;*/
|
43
|
+
/*$button-font-mini: px-to-rems(11) !default;*/
|
44
|
+
/*$button-font-small: px-to-rems(12) !default;*/
|
45
|
+
/*$button-font-large: px-to-rems(16) !default;*/
|
46
|
+
/*$button-font-xlarge: px-to-rems(22) !default;*/
|
47
|
+
/*$button-font-xxlarge: px-to-rems(22) !default;*/
|
48
|
+
/*$button-vertical-separation: px-to-rems(5) !default;*/
|
49
|
+
|
50
|
+
/*Buttons variations*/
|
51
|
+
/*$button-radius: px-to-rems(3) !default;*/
|
52
|
+
/*$button-alpha-border: 1px solid #FFF !default;*/
|
53
|
+
/*$button-alpha-color: #FFF !default;*/
|
54
|
+
/*$button-3d-border-width: px-to-rems(3) !default;*/
|
55
|
+
/*$button-pill-radius: px-to-rems(1000) !default;*/
|
56
|
+
/*$button-disabled-opacity: 0.65 !default;*/
|
57
|
+
|
58
|
+
/*Icons*/
|
59
|
+
/*$button-icon-separation: 5px !default;*/
|
60
|
+
|
61
|
+
/*Background variations*/
|
62
|
+
/*$button-primary-background: #3498db !default;*/
|
63
|
+
/*$button-success-background: #2ecc71 !default;*/
|
64
|
+
/*$button-danger-background: #e74c3c !default;*/
|
65
|
+
/*$button-warning-background: #e67e22 !default;*/
|
66
|
+
|
67
|
+
/*Media queries*/
|
68
|
+
/*$button-block-media-query-width: px-to-rems(480) !default;*/
|
69
|
+
|
70
|
+
/*==========Button groups==========*/
|
71
|
+
|
72
|
+
/*@variables*/
|
73
|
+
|
74
|
+
/*$sm-device-width: 480px !default;*/
|
75
|
+
|
76
|
+
/*Media queries*/
|
77
|
+
//$button-group-small-media-query: "#{$media-display} and (max-width: #{$sm-device-width})" !default;*/
|
78
|
+
|
79
|
+
/*Variations*/
|
80
|
+
/*$button-radius: px-to-rems(3) !default;*/
|
81
|
+
/*$button-pill-radius: px-to-rems(1000) !default;*/
|
82
|
+
|
83
|
+
/*==========Alerts==========*/
|
84
|
+
|
85
|
+
/*@variables*/
|
86
|
+
|
87
|
+
/*General settings*/
|
88
|
+
/*$alert-padding: px-to-rems(9) px-to-rems(40) px-to-rems(9) px-to-rems(16) !default;*/
|
89
|
+
/*$alert-margin-bottom: px-to-rems(20) !default;*/
|
90
|
+
/*$alert-font-size: px-to-rems(13) !default;*/
|
91
|
+
/*$alert-font-weight: normal !default;*/
|
92
|
+
/*$alert-default-background: #e67e22 !default;*/
|
93
|
+
|
94
|
+
/*Close settings*/
|
95
|
+
/*$alert-close-font-size: px-to-rems(16) !default;*/
|
96
|
+
/*$alert-close-opacity: 0.3 !default;*/
|
97
|
+
/*$alert-close-hover-opacity: 0.5 !default;*/
|
98
|
+
/*$alert-close-padding: px-to-rems(5) !default;*/
|
99
|
+
/*$alert-close-color: #333 !default;*/
|
100
|
+
|
101
|
+
/*Variations*/
|
102
|
+
/*$alert-radius: px-to-rems(3) !default;*/
|
103
|
+
/*$alert-round: px-to-rems(1000) !default;*/
|
104
|
+
|
105
|
+
/*Alert styles*/
|
106
|
+
/*$alert-border-width: px-to-rems(1) !default;*/
|
107
|
+
/*$alert-border-style: solid !default;*/
|
108
|
+
|
109
|
+
/*Background variations*/
|
110
|
+
/*$alert-primary-background: #3498db !default;*/
|
111
|
+
/*$alert-success-background: #2ecc71 !default;*/
|
112
|
+
/*$alert-danger-background: #e74c3c !default;*/
|
113
|
+
|
114
|
+
/*==========Experimental - Use of edge and modern cases that may work or not on certain browsers==========*/
|
115
|
+
|
116
|
+
/*@variables*/
|
117
|
+
|
118
|
+
/*$input-addon-margin-bottom: 1rem !default;*/
|
119
|
+
/*$addon-border-width: 1px !default;*/
|
120
|
+
/*$addon-border-style: solid !default;*/
|
121
|
+
/*$addon-border-color: rgba(147, 128, 108, 0.25) !default;*/
|
122
|
+
/*$addon-padding: 0.5rem !default;*/
|
123
|
+
/*$addon-background-color: rgba(147, 148, 108, 0.1) !default;*/
|
124
|
+
/*$addon-font-color: #666 !default;*/
|
125
|
+
/*$addon-font-weight: 400 !default;*/
|
126
|
+
/*$addon-font-size: 14px !default;*/
|
127
|
+
/*$include-addon-radius: false !default;*/
|
128
|
+
/*$addon-radius: 2px !default;*/
|
129
|
+
|
130
|
+
/*Addon color variations*/
|
131
|
+
/*$addon-warning-bg-color: rgba(211, 84, 0, 0.6);*/
|
132
|
+
/*$addon-danger-bg-color: rgba(231, 76, 60, 0.6);*/
|
133
|
+
/*$addon-primary-bg-color: rgba(52, 152, 219, 0.6);*/
|
134
|
+
|
135
|
+
/*=========Forms==========*/
|
136
|
+
|
137
|
+
/*@variables*/
|
138
|
+
|
139
|
+
/*Form Label*/
|
140
|
+
/*$form-label-display: block !default;*/
|
141
|
+
/*$form-label-cursor: pointer !default;*/
|
142
|
+
/*$form-label-font-size: px-to-rems(13) !default;*/
|
143
|
+
/*$form-label-color: scale-color(#000, $lightness: 30%) !default;*/
|
144
|
+
/*$form-label-font-weight: 300 !default;*/
|
145
|
+
/*$form-label-margin-bottom: px-to-rems(5) !default;*/
|
146
|
+
/*$form-input-border-width: 1px !default;*/
|
147
|
+
/*$form-input-border-style: solid !default;*/
|
148
|
+
/*$form-inline-label-margin-left: px-to-rems(3) !default;*/
|
149
|
+
|
150
|
+
/*Form inputs*/
|
151
|
+
/*$form-input-radius: 0 !default;*/
|
152
|
+
/*$form-input-height: px-to-rems(32) !default;*/
|
153
|
+
/*$form-input-color: rgba(0,0,0, 0.75) !default;*/
|
154
|
+
/*$form-input-font-size: px-to-rems(13) !default;*/
|
155
|
+
/*$form-input-padding: px-to-rems(5) !default;*/
|
156
|
+
/*$form-input-margin-bottom: px-to-rems(11) !default;*/
|
157
|
+
/*$form-input-box-shadow: inset 0 1px 2px rgba(#ccc,0.35) !default;*/
|
158
|
+
/*$form-input-focus-box-shadow: 0 0 5px rgba(#ccc, 1) !default;*/
|
159
|
+
/*$form-input-focus-border-color: #999 !default;*/
|
160
|
+
/*$form-input-background-color: #FFF !default;*/
|
161
|
+
/*$form-input-border-color: #CCC !default;*/
|
162
|
+
/*$form-input-disabled-color: #ECF0F1 !default;*/
|
163
|
+
/*$form-input-disabled-background-color: #EEE !default;*/
|
164
|
+
/*$form-input-mini-width: 20% !default;*/
|
165
|
+
/*$form-input-small-width: $form-input-mini-width * 2 !default; */
|
166
|
+
/*$form-input-medium-width: $form-input-mini-width * 3 !default;*/
|
167
|
+
/*$form-input-large-width: $form-input-mini-width * 4 !default;*/
|
168
|
+
|
169
|
+
/*Validation states*/
|
170
|
+
/*$form-label-success-color: #27ae60 !default;*/
|
171
|
+
/*$form-label-error-color: #e74c3c !default;*/
|
172
|
+
/*$form-input-success-border-color: $form-label-success-color !default;*/
|
173
|
+
/*$form-input-error-border-color: $form-label-error-color !default;*/
|
174
|
+
|
175
|
+
/*Help hints*/
|
176
|
+
/*$form-help-hint-color: #FFF !default;*/
|
177
|
+
/*$form-help-hint-font-size: px-to-rems(11) !default;*/
|
178
|
+
/*$form-help-hint-font-style: italic !default;*/
|
179
|
+
/*$form-help-hint-padding: px-to-rems(5) !default;*/
|
180
|
+
|
181
|
+
/*Selects*/
|
182
|
+
/*$form-select-background-color: #FFF !default;*/
|
183
|
+
/*$form-select-border-style: solid !default;*/
|
184
|
+
/*$form-select-border-width: 1px !default;*/
|
185
|
+
/*$form-select-border-color: #CCC !default;*/
|
186
|
+
/*$form-select-color: #555 !default;*/
|
187
|
+
/*$form-select-font-size: px-to-rems(14) !default;*/
|
188
|
+
/*$form-select-hover-background: #F7F7F7 !default;*/
|
189
|
+
/*$form-select-padding: px-to-rems(5) px-to-rems(7) !default;*/
|
190
|
+
/*$form-select-radius: 2px !default;*/
|
191
|
+
/*$form-select-transition-time: 2s !default;*/
|
192
|
+
/*$form-select-transition-style: linear !default;*/
|
193
|
+
/*$form-select-backgroun-x-position: 97% !default;*/
|
194
|
+
|
195
|
+
/*$include-form-select-transition: true !default;*/
|
196
|
+
|
197
|
+
//$form-input-media-query: "#{$media-display} and (max-width: #{$screen-xs})" !default;*/
|
198
|
+
|
199
|
+
/*==========Grid==========*/
|
200
|
+
|
201
|
+
/*@variables*/
|
202
|
+
|
203
|
+
/*Grid settings*/
|
204
|
+
/*$number-of-columns: 12 !default;*/
|
205
|
+
/*$column-separation-factor: 0.1833 !default;*/
|
206
|
+
|
207
|
+
/*Row config*/
|
208
|
+
/*$row-text-rendering: optimizespeed !default;*/
|
209
|
+
/*$row-next-to-row-separation: 0.14285714rem !default;*/
|
210
|
+
|
211
|
+
/*Columns settings*/
|
212
|
+
/*$col-top-padding: 8px !default;*/
|
213
|
+
/*$col-right-padding: 8px !default;*/
|
214
|
+
/*$col-bottom-padding: 8px !default;*/
|
215
|
+
/*$col-left-padding: 0 !default;*/
|
216
|
+
/*$col-padding: $col-top-padding $col-right-padding $col-bottom-padding $col-left-padding !default;*/
|
217
|
+
|
218
|
+
/*Stack columns*/
|
219
|
+
/*$stack-column-separation: 2px !default;*/
|
220
|
+
/*$stack-column-padding-right: 0 !default;*/
|
221
|
+
/*$stack-column-padding-left: 0 !default;*/
|
222
|
+
|
223
|
+
/*Media*/
|
224
|
+
/*$grid-max-width: 54.85714286rem !default;*/
|
225
|
+
//$grid-max-width-media: "(max-width: #{$grid-max-width})" !default;*/
|
226
|
+
|
227
|
+
/*Row variations*/
|
228
|
+
/*$grid-primary-background-color: rgba(52, 152, 219, 0.8) !default;*/
|
229
|
+
/*$grid-danger-background-color: rgba(231, 76, 60, 0.8) !default;*/
|
230
|
+
/*$grid-warning-background-color: rgba(241, 196, 15, 0.8) !default;*/
|
231
|
+
/*$grid-success-background-color: rgba(46, 204, 113, 0.8) !default;*/
|
232
|
+
|
233
|
+
/*columns border*/
|
234
|
+
/*$col-border-color: #FFF !default;*/
|
235
|
+
/*$col-border-alpha: 0.5 !default;*/
|
236
|
+
|
237
|
+
/*==========Images==========*/
|
238
|
+
|
239
|
+
/*//@variables*/
|
240
|
+
|
241
|
+
/*Images variations*/
|
242
|
+
/*$img-radius: px-to-rems(3) !default;*/
|
243
|
+
/*$img-round: 50rem !default;*/
|
244
|
+
|
245
|
+
/*Image general settings*/
|
246
|
+
/*$img-polaroid-padding: 0.28571429rem !default;*/
|
247
|
+
/*$img-polaroid-background: #FFF !default;*/
|
248
|
+
/*$img-polaroid-border-width: 0.07142857rem !default;*/
|
249
|
+
/*$img-polaroid-border-style: solid !default;*/
|
250
|
+
/*$img-polaroid-border-color: rgba(#000, 0.2) !default;*/
|
251
|
+
/*$img-display: inline-block !default;*/
|
252
|
+
/*$img-frame-margin: 5px !default;*/
|
253
|
+
|
254
|
+
/*Experimental*/
|
255
|
+
/*$include-img-experimental: true !default;*/
|
256
|
+
/*$include-img-flexible-ratios: true !default;*/
|
257
|
+
|
258
|
+
/*==========Labels==========*/
|
259
|
+
|
260
|
+
/*//@variables*/
|
261
|
+
|
262
|
+
/*Label general settings*/
|
263
|
+
/*$label-padding: px-to-rems(3) px-to-rems(6) !default;*/
|
264
|
+
/*$label-font-size: px-to-rems(11) !default;*/
|
265
|
+
/*$label-font-weight: normal !default;*/
|
266
|
+
/*$label-font-color: #FFF !default;*/
|
267
|
+
/*$label-font-shadow-alpha: 0.20 !default;*/
|
268
|
+
/*$label-font-shadow-x: 0 !default;*/
|
269
|
+
/*$label-font-shadow-y: -1px !default;*/
|
270
|
+
/*$label-hover-decoration: none !default;*/
|
271
|
+
/*$label-default-background: #95A5A6 !default;*/
|
272
|
+
|
273
|
+
/*Label variations*/
|
274
|
+
/*$label-radius: px-to-rems(3) !default;*/
|
275
|
+
/*$label-round: px-to-rems(1000) !default;*/
|
276
|
+
|
277
|
+
/*Label background variations*/
|
278
|
+
/*$label-primary-background: #3498db !default;*/
|
279
|
+
/*$label-success-background: #2ecc71 !default;*/
|
280
|
+
/*$label-danger-background: #e74c3c !default;*/
|
281
|
+
/*$label-warning-background: #e67e22 !default;*/
|
282
|
+
|
283
|
+
/*==========Modal==========*/
|
284
|
+
|
285
|
+
/*@variables*/
|
286
|
+
|
287
|
+
/*General settings*/
|
288
|
+
/*$modal-width: 80% !default;*/
|
289
|
+
/*$modal-margin-left: ((40 * $modal-width) / 80) !default;*/
|
290
|
+
/*$modal-z-index: 1050 !default;*/
|
291
|
+
/*$modal-color: #FFF !default;*/
|
292
|
+
/*$modal-top-position: px-to-rems(80) !default;*/
|
293
|
+
/*$modal-position: absolute !default;*/
|
294
|
+
|
295
|
+
/*Modal styles*/
|
296
|
+
/*$modal-primary-background-color: #3498DB !default;*/
|
297
|
+
/*$modal-default-background-color: #F0F0F0 !default;*/
|
298
|
+
/*$modal-danger-background-color: #E74C3C !default;*/
|
299
|
+
/*$modal-funky-background-color: #9b59b6 !default;*/
|
300
|
+
/*$modal-warning-background-color: #e67e22 !default;*/
|
301
|
+
/*$modal-success-background-color: #2ecc71 !default;*/
|
302
|
+
/*$modal-info-background-color: #34495e !default;*/
|
303
|
+
|
304
|
+
/*Modal content*/
|
305
|
+
/*$modal-content-padding: px-to-rems(15) px-to-rems(40) px-to-rems(30) !default;*/
|
306
|
+
/*$modal-content-font-weight: 300 !default;*/
|
307
|
+
/*$modal-content-font-size: px-to-rems(18) !default;*/
|
308
|
+
/*$modal-content-ul-padding: 0 0 px-to-rems(30) px-to-rems(20) !default;*/
|
309
|
+
/*$modal-content-list-item-padding: px-to-rems(5) 0 !default;*/
|
310
|
+
|
311
|
+
/*Overlay*/
|
312
|
+
/*$modal-overlay-z-index: $modal-z-index - 10 !default;*/
|
313
|
+
/*$modal-overlay-background: #000 !default;*/
|
314
|
+
/*$modal-overlay-background-opacity: 0.8 !default;*/
|
315
|
+
/*$modal-overlay-show-opacity: 1 !default;*/
|
316
|
+
|
317
|
+
/*Header*/
|
318
|
+
/*$modal-header-padding: px-to-rems(6) !default;*/
|
319
|
+
/*$modal-header-text-align: center !default;*/
|
320
|
+
/*$modal-header-font-size: px-to-rems(38) !default;*/
|
321
|
+
/*$modal-header-font-weight: $modal-content-font-weight !default;*/
|
322
|
+
/*$modal-header-background-color: #000 !default;*/
|
323
|
+
/*$modal-header-opacity: 0.8 !default;*/
|
324
|
+
|
325
|
+
/*Modal variations*/
|
326
|
+
/*$modal-radius: px-to-rems(3) !default;*/
|
327
|
+
|
328
|
+
/*Modal footer*/
|
329
|
+
/*$modal-footer-padding: px-to-rems(10) 0 !default;*/
|
330
|
+
|
331
|
+
/*Modal extra themes*/
|
332
|
+
/*$include-modal-extra-themes: false !default;*/
|
333
|
+
/*$include-fade-in-scale-up-effect: true !default;*/
|
334
|
+
/*$include-slide-from-right-effect: true !default;*/
|
335
|
+
/*$include-slide-from-bottom-effect: true !default;*/
|
336
|
+
/*$include-fall-effect: true !default;*/
|
337
|
+
/*$include-slide-stick-effect: true !default;*/
|
338
|
+
/*$include-super-scaled-effect: true !default;*/
|
339
|
+
|
340
|
+
|
341
|
+
/*==========Nav==========*/
|
342
|
+
|
343
|
+
/*@variables*/
|
344
|
+
|
345
|
+
/*Navigation settings*/
|
346
|
+
/*$navigation-style-type: none !default;*/
|
347
|
+
/*$navigation-list-position: inside !default;*/
|
348
|
+
/*$navigation-padding: 1rem 0 !default;*/
|
349
|
+
/*$navigation-link-color: #777 !default;*/
|
350
|
+
|
351
|
+
/*Navigation list items*/
|
352
|
+
/*$navigation-list-item-font-size: 0.9rem !default;*/
|
353
|
+
/*$navigation-list-item-margin-bottom: 0.1 !default;*/
|
354
|
+
/*$navigation-list-item-active-color: #08C !default;*/
|
355
|
+
/*$navigation-list-link-hover-color: $navigation-list-item-active-color !default;*/
|
356
|
+
/*$navigation-list-link-hover-text-decoration: none !default;*/
|
357
|
+
/*$navigation-list-link-padding: 0.333rem 0 !default;*/
|
358
|
+
/*$navigation-list-link-display: inline-block !default;*/
|
359
|
+
|
360
|
+
/*Navigation list header*/
|
361
|
+
/*$navigation-header-text-transform: uppercase !default;*/
|
362
|
+
/*$navigation-header-padding: 0.333rem 0 !default;*/
|
363
|
+
/*$navigation-header-color: #333 !default;*/
|
364
|
+
/*$navigation-header-font-size: 0.85714286rem !default;*/
|
365
|
+
|
366
|
+
/*Navigation divider*/
|
367
|
+
/*$navigation-divider-border-width: 1px !default;*/
|
368
|
+
/*$navigation-divider-border-color: #EFEFEF !default;*/
|
369
|
+
/*$navigation-divider-margin: 8px 0 !default;*/
|
370
|
+
|
371
|
+
/*Navigation variations*/
|
372
|
+
/*$navigation-inline-margin-bottom: 0.55rem !default;*/
|
373
|
+
/*$navigation-inline-active-background: #1abc9c !default;*/
|
374
|
+
/*$navigation-inline-active-radius: 0.14285714rem !default;*/
|
375
|
+
/*$navigation-inline-active-color: #FFF !default;*/
|
376
|
+
/*$navigation-inline-active-padding: 0.21428571rem !default;*/
|
377
|
+
/*$navigation-inline-link-color: #999 !default;*/
|
378
|
+
/*$navigation-inline-link-hover: #08C !default;*/
|
379
|
+
|
380
|
+
/*==========Navigation bar==========*/
|
381
|
+
|
382
|
+
/*@variables*/
|
383
|
+
|
384
|
+
/*Navigation general settings*/
|
385
|
+
/*$navigation-bar-background: #191818 !default;*/
|
386
|
+
/*$navigation-margin-bottom: 10px !default;*/
|
387
|
+
/*$navigation-bar-color: #FFF !default;*/
|
388
|
+
/*$navigation-bar-font-weight: 300 !default;*/
|
389
|
+
/*$navigation-font-size: px-to-rems(13) !default;*/
|
390
|
+
/*$navigation-fixed-z-index: 1030 !default;*/
|
391
|
+
/*$navigation-bar-border-bottom: transparent !default;*/
|
392
|
+
/*$navigation-bar-divider-color: scale-color($navigation-bar-background, $lightness: 13%) !default;*/
|
393
|
+
|
394
|
+
/*Brand section*/
|
395
|
+
/*$navigation-bar-brand-section-font-size: px-to-rems(18) !default;*/
|
396
|
+
/*$navigation-bar-brand-section-font-weight: 400 !default;*/
|
397
|
+
|
398
|
+
/*Navigation links settings*/
|
399
|
+
/*$navigation-bar-link-color: #FFF !default;*/
|
400
|
+
/*$navigation-bar-link-hover-color: #999 !default;*/
|
401
|
+
/*$navigation-bar-link-hover-decoration: none !default;*/
|
402
|
+
/*$navigation-bar-hover-link-background-color: darken($navigation-bar-background, 5%) !default;*/
|
403
|
+
|
404
|
+
/*Buttons settings*/
|
405
|
+
/*$navigation-bar-button-font-size: $navigation-font-size !default;*/
|
406
|
+
/*$navigation-bar-button-height: 35px !default;*/
|
407
|
+
/*$navigation-bar-button-margin-left: px-to-rems(8) !default;*/
|
408
|
+
/*$navigation-bar-button-margin-right: px-to-rems(8) !default;*/
|
409
|
+
/*$navigation-bar-menu-color: #FFF !default;*/
|
410
|
+
|
411
|
+
/*Icons settings*/
|
412
|
+
/*$navigation-bar-icon-margin-right: 5px !default;*/
|
413
|
+
|
414
|
+
/*Text settings*/
|
415
|
+
/*$navigation-bar-text-color: #CCC !default;*/
|
416
|
+
|
417
|
+
/*Active items*/
|
418
|
+
/*$navigation-bar-active-color: #FFF !default;*/
|
419
|
+
/*$navigation-bar-active-hover-color: darken($navigation-bar-active-color, 5%) !default;*/
|
420
|
+
|
421
|
+
/*Menu toggle*/
|
422
|
+
/*$navigation-bar-menu-toggle-text-transform: uppercase !default;*/
|
423
|
+
|
424
|
+
/*Dropdown*/
|
425
|
+
/*$navigation-bar-arrow-color: $navigation-bar-link-color !default;*/
|
426
|
+
/*$navigation-bar-arrow-hover-color: $navigation-bar-link-hover-color !default;*/
|
427
|
+
/*$navigation-bar-dropdown-z-index: $navigation-fixed-z-index + 10 !default;*/
|
428
|
+
/*$navigation-bar-dropdown-header-text-transform: uppercase !default;*/
|
429
|
+
/*$navigation-bar-dropdown-header-padding: px-to-rems(9) px-to-rems(17) px-to-rems(2) !default;*/
|
430
|
+
/*$navigation-bar-dropdown-header-color: #777 !default;*/
|
431
|
+
/*$navigation-bar-dropdown-header-font-weight: bold !default;*/
|
432
|
+
/*$navigation-bar-dropdown-header-font-size: px-to-rems(8) !default;*/
|
433
|
+
/*$navigation-bar-dropdown-divider-height: px-to-rems(1) !default; */
|
434
|
+
/*$navigation-bar-dropdown-anchor-height: 45px !default;*/
|
435
|
+
/*$navigation-bar-dropdown-anchor-line-height: $navigation-bar-dropdown-anchor-height !default;*/
|
436
|
+
/*$navigation-bar-dropdown-right-position: 0px !default;*/
|
437
|
+
/*$navigation-bar-dropdown-border: 1px solid lighten($navigation-bar-background, 10%);*/
|
438
|
+
/*$include-navigation-bar-dropdown-top-border: false;*/
|
439
|
+
/*$navigation-bar-dropdown-radius: 3px;*/
|
440
|
+
|
441
|
+
|
442
|
+
/*Media*/
|
443
|
+
/*$media-collapse-width: 768px !default;*/
|
444
|
+
//$navigation-bar-collapse-query: "#{$media-display} and (max-width: #{$media-collapse-width})" !default;*/
|
445
|
+
//$navigation-bar-uncollapse-query: "#{$media-display} and (min-width: #{$media-collapse-width})" !default;*/
|
446
|
+
|
447
|
+
/*==========Off screen==========*/
|
448
|
+
|
449
|
+
/*@variables*/
|
450
|
+
|
451
|
+
/*General*/
|
452
|
+
/*$off-screen-navigation-color: #EFEFEF !default;*/
|
453
|
+
/*$off-screen-navigation-width: 80% !default;*/
|
454
|
+
/*$off-screen-navigation-font-weight: 100 !default;*/
|
455
|
+
/*$off-screen-navigation-background-color: #333 !default;*/
|
456
|
+
/*$off-screen-z-index: 1 !default;*/
|
457
|
+
/*$off-screen-left-padding: 1rem !default;*/
|
458
|
+
/*$off-screen-vertical-padding: 0.7rem !default;*/
|
459
|
+
/*$off-screen-text-shadow-color: $off-screen-navigation-color !default;*/
|
460
|
+
/*$off-screen-text-shadow-alpha: 0.1 !default;*/
|
461
|
+
|
462
|
+
/*Links*/
|
463
|
+
/*$off-screen-font-size: 1.2rem !default;*/
|
464
|
+
/*$off-screen-include-link-hover-transition: true !default;*/
|
465
|
+
/*$off-screen-link-padding: 1rem !default;*/
|
466
|
+
/*$include-separator-to-links: true !default;*/
|
467
|
+
|
468
|
+
/*List Header*/
|
469
|
+
/*$off-screen-list-header-transform: uppercase !default;*/
|
470
|
+
/*$off-screen-list-header-font-weight: bold !default;*/
|
471
|
+
/*$off-screen-list-header-font-size: 0.7rem !default;*/
|
472
|
+
|
473
|
+
/*Divider*/
|
474
|
+
/*$off-screen-divider-color: lighten($off-screen-navigation-background-color, 10%) !default;*/
|
475
|
+
/*$off-screen-divider-margin: 0.21428571rem !default;*/
|
476
|
+
|
477
|
+
/*Back link*/
|
478
|
+
/*$off-screen-back-link-padding: 0.5rem 1rem !default;*/
|
479
|
+
/*$off-screen-back-link-font-weight: 300 !default;*/
|
480
|
+
/*$off-screen-back-link-letter-spacing: 1px !default;*/
|
481
|
+
/*$off-screen-back-link-font-size: 0.9rem !default;*/
|
482
|
+
/*$off-screen-back-link-background: rgba(#000, 0.1) !default;*/
|
483
|
+
/*$off-screen-back-link-text-transform: uppercase !default;*/
|
484
|
+
/*$off-screen-back-link-border-color: #000 !default;*/
|
485
|
+
/*$off-screen-back-link-border-alpha: 0.2 !default;*/
|
486
|
+
|
487
|
+
/*Header*/
|
488
|
+
/*$off-screen-header-padding: 1rem !default;*/
|
489
|
+
/*$off-screen-header-font-weight: 200 !default;*/
|
490
|
+
|
491
|
+
/*$off-screen-toggle-menu-left-position: 0.71428571rem !default;*/
|
492
|
+
/*$off-screen-toggle-menu-brand-name-padding-left: $off-screen-toggle-menu-left-position + 1.42857143rem !default;*/
|
493
|
+
/*$off-screen-toggle-color: #FFF !default;*/
|
494
|
+
|
495
|
+
/*Menu toggle*/
|
496
|
+
/*$off-screen-toggle-padding-left: px-to-rems(34) !default;*/
|
497
|
+
|
498
|
+
|
499
|
+
/*==========Pagination==========*/
|
500
|
+
|
501
|
+
/*@variables*/
|
502
|
+
|
503
|
+
/*$pagination-bg-color: #2980b9 !default;*/
|
504
|
+
/*$pagination-margin: 0 !default;*/
|
505
|
+
/*$pagination-color: #08c !default;*/
|
506
|
+
/*$pagination-font-size: px-to-rems(13) !default;*/
|
507
|
+
/*$pagination-list-items-padding: px-to-rems(2) px-to-rems(9) !default;*/
|
508
|
+
/*$pagination-border-radius: 0px !default;*/
|
509
|
+
/*$pagination-active-items-bg-color: $pagination-bg-color !default;*/
|
510
|
+
/*$pagination-active-items-color: #FFF !default;*/
|
511
|
+
/*$pagination-disabled-color: #FFF !default;*/
|
512
|
+
/*$pagination-disabled-cursor: not-allowed !default;*/
|
513
|
+
|
514
|
+
/*$include-pagination-transition-list-items: true !default;*/
|
515
|
+
|
516
|
+
/*Pagination alignment*/
|
517
|
+
/*$include-pagination-alignment-center: true !default;*/
|
518
|
+
/*$include-pagination-alignment-right: true !default;*/
|
519
|
+
|
520
|
+
/*==========Responsive utilities==========*/
|
521
|
+
|
522
|
+
/*@variables*/
|
523
|
+
|
524
|
+
/*General settings*/
|
525
|
+
|
526
|
+
/*$media-display: "only screen" !default;*/
|
527
|
+
|
528
|
+
/*Responsive screen sizes*/
|
529
|
+
/*$extra-small-screen: 34.28571429rem !default;*/
|
530
|
+
/*$extra-small-screen-max: 34.21428571rem !default;*/
|
531
|
+
//$extra-small-media: "(max-width: #{$extra-small-screen-max})" !default;*/
|
532
|
+
|
533
|
+
/*$small-screen: 54.85714286rem !default;*/
|
534
|
+
/*$small-screen-max: 54.78571429rem !default;*/
|
535
|
+
//$small-screen-media: "(max-width: #{$small-screen-max})" !default;*/
|
536
|
+
//$small-screen-range: "(min-width: #{$small-screen}) and (max-width: #{$small-screen-max})" !default;*/
|
537
|
+
|
538
|
+
/*$medium-screen: 70.85714286rem !default;*/
|
539
|
+
/*$medium-screen-max: 70.78571429rem !default;*/
|
540
|
+
//$medium-screen-range: "(min-width: #{$medium-screen}) and (max-width: #{$medium-screen-max})" !default;*/
|
541
|
+
|
542
|
+
/*$large-screen: 85.71428571rem !default;*/
|
543
|
+
//$large-screen-range: "(min-width: #{$large-screen})" !default;*/
|
544
|
+
|
545
|
+
/*Responsive screen orientations*/
|
546
|
+
//$portrait-media: "#{$media-display} and (orientation: portrait)" !default;*/
|
547
|
+
//$landscape-media: "#{$media-display} and (orientation: landscape)" !default;*/
|
548
|
+
|
549
|
+
/*==========Suraido slider==========*/
|
550
|
+
|
551
|
+
/*@variables*/
|
552
|
+
|
553
|
+
/*General*/
|
554
|
+
/*$suraido-slider-min-height: 330px !default;*/
|
555
|
+
|
556
|
+
/*$suraido-item-min-height: 25rem !default;*/
|
557
|
+
|
558
|
+
/*Pagination*/
|
559
|
+
/*$suraido-pagination-position: 0 !default;*/
|
560
|
+
/*$suraido-list-width: 300% !default;*/
|
561
|
+
/*$suraido-list-item-width: 33% !default;*/
|
562
|
+
/*$suraido-pagination-z-index: 20 !default;*/
|
563
|
+
|
564
|
+
/*Dots*/
|
565
|
+
/*$suraido-dot-size: 0.71428571rem !default;*/
|
566
|
+
/*$suraido-dot-separation: 0.28571429rem !default;*/
|
567
|
+
/*$suraido-dot-border-width: 0.14285714rem !default;*/
|
568
|
+
/*$suraido-dot-border-style: solid !default;*/
|
569
|
+
/*$suraido-dot-border-color: #CCC !default;*/
|
570
|
+
/*$suraido-dot-radius: 0.42857143rem !default;*/
|
571
|
+
/*$suraido-dot-opacity: 0.4 !default;*/
|
572
|
+
/*$suraido-include-dot-transition: true !default;*/
|
573
|
+
/*$suraido-dot-transition: background 0.5s, opacity 0.5s !default;*/
|
574
|
+
/*$suraido-dot-active-background-color: #444 !default;*/
|
575
|
+
/*$suraido-dot-active-opacity: 1 !default;*/
|
576
|
+
/*$suraido-dot-background: #CCC;*/
|
577
|
+
|
578
|
+
/*Arrows*/
|
579
|
+
/*$suraido-arrows-color: #FFF !default;*/
|
580
|
+
/*$suraido-arrows-z-index: $suraido-pagination-z-index - 10 !default;*/
|
581
|
+
/*$suraido-arrow-height: 60px !default;*/
|
582
|
+
/*$suraido-arrow-line-height: $suraido-arrow-height !default;*/
|
583
|
+
/*$suraido-next-arrow-padding: 15px !default;*/
|
584
|
+
/*$suraido-prev-arrow-padding: 15px !default;*/
|
585
|
+
|
586
|
+
/*Caption*/
|
587
|
+
/*$suraido-caption-font-size: 14px !default;*/
|
588
|
+
/*$suraido-caption-bottom-position: 30px !default;*/
|
589
|
+
/*$suraido-caption-height: 50px !default;*/
|
590
|
+
/*$suraido-caption-color: #FFF !default;*/
|
591
|
+
/*$suraido-caption-font-weight: lighter !default;*/
|
592
|
+
/*$suraido-caption-padding-top: 10px !default;*/
|
593
|
+
/*$suraido-caption-padding-left: 10px !default;*/
|
594
|
+
/*$suraido-caption-background: #000 !default;*/
|
595
|
+
/*$suraido-caption-background-alpha: 0.5 !default;*/
|
596
|
+
|
597
|
+
/*==========Tables==========*/
|
598
|
+
|
599
|
+
/*@variables*/
|
600
|
+
|
601
|
+
/*General settings*/
|
602
|
+
/*$table-background-color: #FFF !default;*/
|
603
|
+
/*$table-margin-bottom: px-to-rems(20) !default;*/
|
604
|
+
/*$table-cell-padding: px-to-rems(10) !default;*/
|
605
|
+
/*$table-line-height: px-to-rems(18) !default;*/
|
606
|
+
/*$table-cell-alignment: left !default;*/
|
607
|
+
/*$table-border-color: #d2d2d2 !default;*/
|
608
|
+
/*$table-border-width: 1px !default;*/
|
609
|
+
/*$table-border-style: solid !default;*/
|
610
|
+
/*$table-color: #666 !default;*/
|
611
|
+
/*$table-font-weight: 300 !default;*/
|
612
|
+
|
613
|
+
/*$table-head-font-weight: 500 !default;*/
|
614
|
+
/*$table-head-letter-spacing: 1px !default;*/
|
615
|
+
/*$headers-with-uppercase: false !default;*/
|
616
|
+
|
617
|
+
/*Variations*/
|
618
|
+
/*$table-condensed-padding: 0.28571429rem 0.35714286rem !default;*/
|
619
|
+
/*$table-striped-background-color: #f9f9f9 !default;*/
|
620
|
+
/*$table-bordered-border-width: 1px !default;*/
|
621
|
+
/*$table-bordered-border-style: solid !default;*/
|
622
|
+
|
623
|
+
/*Media queries*/
|
624
|
+
/*$media-display: "only screen" !default;*/
|
625
|
+
/*$media-max-width: 768px !default; //~ 768px*/
|
626
|
+
//$media-table-responsive-query: "#{$media-display} and (max-width: #{$media-max-width})" !default;*/
|
627
|
+
|
628
|
+
/*Responsive tables*/
|
629
|
+
/*$include-responsive-tables: true !default;*/
|
630
|
+
/*$table-responsive-pinned-background: #FFF !default; */
|
631
|
+
/*$table-responsive-pinned-border-right: 1px solid #CCC !default;*/
|
632
|
+
/*$table-responsive-pinned-border-left: $table-responsive-pinned-border-right !default;*/
|
633
|
+
/*$table-responsive-wrapper-border-right: $table-responsive-pinned-border-right !default;*/
|
634
|
+
|
635
|
+
|
636
|
+
/*==========Tabs==========*/
|
637
|
+
|
638
|
+
/*@variables*/
|
639
|
+
|
640
|
+
/*$tabu-content-margin-left: $navigation-inline-list-item-margin-left !default;*/
|
641
|
+
|
642
|
+
|
643
|
+
/*==========Toolbars==========*/
|
644
|
+
|
645
|
+
/*@variables*/
|
646
|
+
|
647
|
+
/*$toolbar-background-color: #232323 !default;*/
|
648
|
+
/*$toolbar-border-radius: 0px !default;*/
|
649
|
+
/*$toolbar-item-height: 34px !default;*/
|
650
|
+
/*$toolbar-item-line-height: $toolbar-item-height !default;*/
|
651
|
+
/*$toolbar-item-width: 44px !default;*/
|
652
|
+
/*$toolbar-item-color: #FFF !default;*/
|
653
|
+
/*$toolbar-arrow-border-width: 7px !default;*/
|
654
|
+
|
655
|
+
/*Toolbar variations*/
|
656
|
+
/*$include-toolbar-variations: false !default;*/
|
657
|
+
/*$toolbar-primary-background-color: #3498db !default;*/
|
658
|
+
/*$toolbar-danger-background-color: #e74c3c !default;*/
|
659
|
+
/*$toolbar-warning-background-color: #f39c12 !default;*/
|
660
|
+
|
661
|
+
/*Toolbar positions*/
|
662
|
+
/*$include-toolbar-top-position: true !default;*/
|
663
|
+
/*$include-toolbar-bottom-position: true !default;*/
|
664
|
+
/*$include-toolbar-left-position: true !default;*/
|
665
|
+
/*$include-toolbar-right-position: true !default;*/
|
666
|
+
|
667
|
+
/*==========Tooltips==========*/
|
668
|
+
|
669
|
+
/*@variables*/
|
670
|
+
|
671
|
+
/*$tooltip-font-size: 0.68571429rem !default;*/
|
672
|
+
/*$tooltip-z-index: 1030 !default;*/
|
673
|
+
/*$tooltip-padding: 0.25714286rem !default;*/
|
674
|
+
/*$tooltip-inner-padding: 0.45714286rem !default;*/
|
675
|
+
/*$tooltip-in-opacity: 1 !default;*/
|
676
|
+
/*$tooltip-color: #2E323E !default;*/
|
677
|
+
/*$tooltip-font-color: #FFF !default;*/
|
678
|
+
/*$tooltip-alignment: center !default;*/
|
679
|
+
/*$tooltip-radius: 0rem !default;*/
|
680
|
+
/*$tooltip-border-width: 0.64285714rem !default;*/
|
681
|
+
|
682
|
+
/*==========Typography==========*/
|
683
|
+
|
684
|
+
/*Reset*/
|
685
|
+
|
686
|
+
/*@variables*/
|
687
|
+
|
688
|
+
/*$typography-line-height: 1.6 !default;*/
|
689
|
+
/*$typography-reset: true !default;*/
|
690
|
+
|
691
|
+
/*Paragraphs settings*/
|
692
|
+
/*$paragraph-font-weight: inherit !default;*/
|
693
|
+
/*$paragraph-font-size: px-to-rems(14) !default;*/
|
694
|
+
/*$paragraph-line-height: 1.5 !default;*/
|
695
|
+
/*$paragraph-text-rendering: optimizeLegibility !default;*/
|
696
|
+
|
697
|
+
/*Lists*/
|
698
|
+
/*$list-font-size: $paragraph-font-size !default;*/
|
699
|
+
/*$list-line-height: $paragraph-line-height !default;*/
|
700
|
+
/*$list-margin-bottom: px-to-rems(20) !default;*/
|
701
|
+
/*$list-margin-left: px-to-rems(15) !default;*/
|
702
|
+
|
703
|
+
/*Data lists*/
|
704
|
+
/*$data-list-margin-bottom: px-to-rems(20) !default;*/
|
705
|
+
/*$data-list-line-height: 1.2 !default;*/
|
706
|
+
/*$data-list-font-weight: bold !default;*/
|
707
|
+
/*$data-list-data-margin-left: px-to-rems(10) !default;*/
|
708
|
+
|
709
|
+
/*Anchors settings*/
|
710
|
+
/*$anchor-color: #0088cc !default;*/
|
711
|
+
/*$anchor-text-decoration: none !default;*/
|
712
|
+
/*$anchor-text-decoration-hover: underline !default;*/
|
713
|
+
|
714
|
+
/*Headings settings*/
|
715
|
+
/*$headings-margin-top: 0.35714286rem !default;*/
|
716
|
+
/*$headings-margin-bottom: px-to-rems(16) !default;*/
|
717
|
+
/*$headings-font-weight: 400 !default;*/
|
718
|
+
/*$headings-line-height: 1.4 !default;*/
|
719
|
+
/*$headings-text-rendering: optimizeLegibility !default;*/
|
720
|
+
/*$headings-color: #222 !default;*/
|
721
|
+
/*$h1-font-size: px-to-rems(36) !default;*/
|
722
|
+
/*$h2-font-size: px-to-rems(28) !default;*/
|
723
|
+
/*$h3-font-size: px-to-rems(25) !default;*/
|
724
|
+
/*$h4-font-size: px-to-rems(20) !default;*/
|
725
|
+
/*$h5-font-size: px-to-rems(16) !default;*/
|
726
|
+
/*$h6-font-size: px-to-rems(14) !default;*/
|
727
|
+
|
728
|
+
/*small settings*/
|
729
|
+
/*$small-color: #ecf0f1 !default;*/
|
730
|
+
/*$small-font-size: 60% !default;*/
|
731
|
+
|
732
|
+
/*hr settings*/
|
733
|
+
/*$hr-color: #DDD !default;*/
|
734
|
+
/*$hr-style: solid !default;*/
|
735
|
+
/*$hr-border-width: 0.07142857rem !default;*/
|
736
|
+
/*$hr-margin-top: px-to-rems(22) !default;*/
|
737
|
+
/*$hr-margin-bottom: $hr-margin-top !default;*/
|
738
|
+
|
739
|
+
/*Blockquote*/
|
740
|
+
/*$blockquote-color: #777 !default;*/
|
741
|
+
/*$blockquote-background: lighten(#EFEFEF, 5%) !default;*/
|
742
|
+
/*$blockquote-line-height: 1.8em !default;*/
|
743
|
+
/*$blockquote-border-width: 5px !default;*/
|
744
|
+
/*$blockquote-border-style: solid !default;*/
|
745
|
+
/*$blockquote-border-color: #DDD !default;*/
|
746
|
+
/*$blockquote-padding-left: 1.5em !default;*/
|
747
|
+
/*$blockquote-padding-right: $blockquote-padding-left !default;*/
|
748
|
+
/*$blockquote-padding-top: 1rem !default;*/
|
749
|
+
/*$blockquote-padding-bottom: $blockquote-padding-top !default;*/
|
750
|
+
/*$blockquote-border-primary-color: lighten(#3498d9, 20%) !default;*/
|
751
|
+
/*$blockquote-border-success-color: lighten(#2ECC71, 20%) !default;*/
|
752
|
+
/*$blockquote-border-danger-color: lighten(#E74C3C, 20%) !default;*/
|
753
|
+
|
754
|
+
/*Media queries*/
|
755
|
+
/*$medium-screen: 70.85714286rem !default;*/
|
756
|
+
/*$medium-screen-max: 70.78571429rem !default;*/
|
757
|
+
//$medium-screen-range: "(min-width: #{$medium-screen}) and (max-width: #{$medium-screen-max})" !default;*/
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: furatto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Abraham Kuri Vargas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03-
|
11
|
+
date: 2014-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -97,6 +97,7 @@ files:
|
|
97
97
|
- vendor/assets/stylesheets/furatto/_pagination.scss
|
98
98
|
- vendor/assets/stylesheets/furatto/_responsive_utilities.scss
|
99
99
|
- vendor/assets/stylesheets/furatto/_selectors.scss
|
100
|
+
- vendor/assets/stylesheets/furatto/_settings.scss
|
100
101
|
- vendor/assets/stylesheets/furatto/_suraido.scss
|
101
102
|
- vendor/assets/stylesheets/furatto/_tables.scss
|
102
103
|
- vendor/assets/stylesheets/furatto/_tabs.scss
|