bootswatch-sprockets 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +16 -0
  3. data/.gitmodules +3 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +54 -0
  7. data/Rakefile +2 -0
  8. data/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +125 -0
  9. data/assets/stylesheets/bootswatch/cerulean/_variables.scss +856 -0
  10. data/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +237 -0
  11. data/assets/stylesheets/bootswatch/cosmo/_variables.scss +856 -0
  12. data/assets/stylesheets/bootswatch/custom/_bootswatch.scss +22 -0
  13. data/assets/stylesheets/bootswatch/custom/_variables.scss +856 -0
  14. data/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +210 -0
  15. data/assets/stylesheets/bootswatch/cyborg/_variables.scss +856 -0
  16. data/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +328 -0
  17. data/assets/stylesheets/bootswatch/darkly/_variables.scss +856 -0
  18. data/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +311 -0
  19. data/assets/stylesheets/bootswatch/flatly/_variables.scss +856 -0
  20. data/assets/stylesheets/bootswatch/global/build.scss +3 -0
  21. data/assets/stylesheets/bootswatch/journal/_bootswatch.scss +120 -0
  22. data/assets/stylesheets/bootswatch/journal/_variables.scss +856 -0
  23. data/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +481 -0
  24. data/assets/stylesheets/bootswatch/lumen/_variables.scss +856 -0
  25. data/assets/stylesheets/bootswatch/paper/_bootswatch.scss +408 -0
  26. data/assets/stylesheets/bootswatch/paper/_variables.scss +856 -0
  27. data/assets/stylesheets/bootswatch/readable/_bootswatch.scss +187 -0
  28. data/assets/stylesheets/bootswatch/readable/_variables.scss +856 -0
  29. data/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +195 -0
  30. data/assets/stylesheets/bootswatch/sandstone/_variables.scss +856 -0
  31. data/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +142 -0
  32. data/assets/stylesheets/bootswatch/simplex/_variables.scss +856 -0
  33. data/assets/stylesheets/bootswatch/slate/_bootswatch.scss +417 -0
  34. data/assets/stylesheets/bootswatch/slate/_variables.scss +856 -0
  35. data/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +137 -0
  36. data/assets/stylesheets/bootswatch/spacelab/_variables.scss +856 -0
  37. data/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +332 -0
  38. data/assets/stylesheets/bootswatch/superhero/_variables.scss +856 -0
  39. data/assets/stylesheets/bootswatch/united/_bootswatch.scss +42 -0
  40. data/assets/stylesheets/bootswatch/united/_variables.scss +856 -0
  41. data/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +437 -0
  42. data/assets/stylesheets/bootswatch/yeti/_variables.scss +856 -0
  43. data/bootswatch_sprockets.gemspec +32 -0
  44. data/lib/bootswatch_sprockets/version.rb +3 -0
  45. data/lib/bootswatch_sprockets.rb +5 -0
  46. metadata +144 -0
@@ -0,0 +1,437 @@
1
+ // Yeti 3.3.1
2
+ // Bootswatch
3
+ // -----------------------------------------------------
4
+
5
+ @import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
6
+
7
+ // Navbar =====================================================================
8
+
9
+ .navbar {
10
+ border: none;
11
+ font-size: 13px;
12
+ font-weight: 300;
13
+
14
+ .navbar-toggle:hover .icon-bar {
15
+ background-color: #b3b3b3;
16
+ }
17
+
18
+ &-collapse {
19
+ border-top-color: $dropdown-divider-bg;
20
+ @include box-shadow(none);
21
+ }
22
+
23
+ .btn {
24
+ padding-top: 6px;
25
+ padding-bottom: 6px;
26
+ }
27
+
28
+ &-form {
29
+ margin-top: 7px;
30
+ margin-bottom: 5px;
31
+
32
+ .form-control {
33
+ height: auto;
34
+ padding: $padding-xs-vertical $padding-xs-horizontal;
35
+ }
36
+ }
37
+
38
+ .dropdown {
39
+
40
+ &-menu {
41
+ border: none;
42
+
43
+ > li > a,
44
+ > li > a:focus {
45
+ background-color: transparent;
46
+ font-size: 13px;
47
+ font-weight: 300;
48
+ }
49
+ }
50
+
51
+ &-header {
52
+ color: rgba(255, 255, 255, 0.5);
53
+ }
54
+
55
+ }
56
+
57
+ &-default {
58
+
59
+ .dropdown-menu {
60
+ background-color: $navbar-default-bg;
61
+
62
+ > li > a,
63
+ > li > a:focus {
64
+ color: $navbar-default-color;
65
+ }
66
+
67
+ > li > a:hover,
68
+ > .active > a,
69
+ > .active > a:hover {
70
+ background-color: $navbar-default-link-hover-bg;
71
+ }
72
+ }
73
+ }
74
+
75
+ &-inverse {
76
+
77
+ .dropdown-menu {
78
+ background-color: $navbar-inverse-bg;
79
+
80
+ > li > a,
81
+ > li > a:focus {
82
+ color: $navbar-inverse-color;
83
+ }
84
+
85
+ > li > a:hover,
86
+ > .active > a,
87
+ > .active > a:hover {
88
+ background-color: $navbar-inverse-link-hover-bg;
89
+ }
90
+ }
91
+ }
92
+ }
93
+
94
+ // Buttons ====================================================================
95
+
96
+ .btn {
97
+ padding: $padding-base-vertical $padding-base-horizontal;
98
+
99
+ &-lg {
100
+ padding: $padding-large-vertical $padding-large-horizontal;
101
+ }
102
+
103
+ &-sm {
104
+ padding: $padding-small-vertical $padding-small-horizontal;
105
+ }
106
+
107
+ &-xs {
108
+ padding: $padding-xs-vertical $padding-xs-horizontal;
109
+ }
110
+ }
111
+
112
+ .btn-group {
113
+
114
+ .btn ~ .dropdown-toggle {
115
+ padding-left: 16px;
116
+ padding-right: 16px;
117
+ }
118
+
119
+ .dropdown-menu {
120
+ border-top-width: 0;
121
+ }
122
+
123
+ &.dropup .dropdown-menu {
124
+ border-top-width: 1px;
125
+ border-bottom-width: 0;
126
+ margin-bottom: 0;
127
+ }
128
+
129
+ .dropdown-toggle {
130
+
131
+ &.btn-default ~ .dropdown-menu {
132
+ background-color: $btn-default-bg;
133
+ border-color: $btn-default-border;
134
+
135
+ > li > a {
136
+ color: $btn-default-color;
137
+ }
138
+
139
+ > li > a:hover {
140
+ background-color: darken($btn-default-bg, 8%);
141
+ }
142
+ }
143
+
144
+ &.btn-primary ~ .dropdown-menu {
145
+ background-color: $btn-primary-bg;
146
+ border-color: $btn-primary-border;
147
+
148
+ > li > a {
149
+ color: $btn-primary-color;
150
+ }
151
+
152
+ > li > a:hover {
153
+ background-color: darken($btn-primary-bg, 8%);
154
+ }
155
+ }
156
+
157
+ &.btn-success ~ .dropdown-menu {
158
+ background-color: $btn-success-bg;
159
+ border-color: $btn-success-border;
160
+
161
+ > li > a {
162
+ color: $btn-success-color;
163
+ }
164
+
165
+ > li > a:hover {
166
+ background-color: darken($btn-success-bg, 8%);
167
+ }
168
+ }
169
+
170
+ &.btn-info ~ .dropdown-menu {
171
+ background-color: $btn-info-bg;
172
+ border-color: $btn-info-border;
173
+
174
+ > li > a {
175
+ color: $btn-info-color;
176
+ }
177
+
178
+ > li > a:hover {
179
+ background-color: darken($btn-info-bg, 8%);
180
+ }
181
+ }
182
+
183
+ &.btn-warning ~ .dropdown-menu {
184
+ background-color: $btn-warning-bg;
185
+ border-color: $btn-warning-border;
186
+
187
+ > li > a {
188
+ color: $btn-warning-color;
189
+ }
190
+
191
+ > li > a:hover {
192
+ background-color: darken($btn-warning-bg, 8%);
193
+ }
194
+ }
195
+
196
+ &.btn-danger ~ .dropdown-menu {
197
+ background-color: $btn-danger-bg;
198
+ border-color: $btn-danger-border;
199
+
200
+ > li > a {
201
+ color: $btn-danger-color;
202
+ }
203
+
204
+ > li > a:hover {
205
+ background-color: darken($btn-danger-bg, 8%);
206
+ }
207
+ }
208
+ }
209
+ }
210
+
211
+ // Typography =================================================================
212
+
213
+ .lead {
214
+ color: $gray;
215
+ }
216
+
217
+ cite {
218
+ font-style: italic;
219
+ }
220
+
221
+ blockquote {
222
+ border-left-width: 1px;
223
+ color: $gray;
224
+
225
+ &.pull-right {
226
+ border-right-width: 1px;
227
+ }
228
+
229
+ small {
230
+ font-size: $font-size-small;
231
+ font-weight: 300;
232
+ }
233
+ }
234
+
235
+ // Tables =====================================================================
236
+
237
+ table {
238
+ font-size: $font-size-small;
239
+ }
240
+
241
+ // Forms ======================================================================
242
+
243
+ label,
244
+ .control-label,
245
+ .help-block,
246
+ .checkbox,
247
+ .radio {
248
+ font-size: $font-size-small;
249
+ font-weight: normal;
250
+ }
251
+
252
+ input[type="radio"],
253
+ input[type="checkbox"] {
254
+ margin-top: 1px;
255
+ }
256
+
257
+ // Navs =======================================================================
258
+
259
+ .nav {
260
+ .open > a,
261
+ .open > a:hover,
262
+ .open > a:focus {
263
+ border-color: transparent;
264
+ }
265
+ }
266
+
267
+ .nav-tabs {
268
+ > li > a {
269
+ background-color: $btn-default-bg;
270
+ color: $text-color;
271
+ }
272
+
273
+ .caret {
274
+ border-top-color: $text-color;
275
+ border-bottom-color: $text-color;
276
+ }
277
+ }
278
+
279
+ .nav-pills {
280
+ font-weight: 300;
281
+ }
282
+
283
+ .breadcrumb {
284
+ border: 1px solid $table-border-color;
285
+ border-radius: 3px;
286
+ font-size: 10px;
287
+ font-weight: 300;
288
+ text-transform: uppercase;
289
+ }
290
+
291
+ .pagination {
292
+ font-size: $font-size-small;
293
+ font-weight: 300;
294
+ color: $gray-light;
295
+
296
+ > li {
297
+ > a,
298
+ > span {
299
+ margin-left: 4px;
300
+ color: $gray-light;
301
+ }
302
+ }
303
+
304
+ > .active {
305
+ > a,
306
+ > span {
307
+ color: #fff;
308
+ }
309
+ }
310
+
311
+ > li,
312
+ > li:first-child,
313
+ > li:last-child {
314
+ > a,
315
+ > span {
316
+ border-radius: 3px;
317
+ }
318
+ }
319
+
320
+ &-lg > li > a {
321
+ padding-left: 22px;
322
+ padding-right: 22px;
323
+ }
324
+
325
+ &-sm > li > a {
326
+ padding: 0 5px;
327
+ }
328
+ }
329
+
330
+ .pager {
331
+ font-size: $font-size-small;
332
+ font-weight: 300;
333
+ color: $gray-light;
334
+ }
335
+
336
+ .list-group {
337
+ font-size: $font-size-small;
338
+ font-weight: 300;
339
+ }
340
+
341
+ // Indicators =================================================================
342
+
343
+ .close {
344
+ opacity: 0.4;
345
+ text-decoration: none;
346
+ text-shadow: none;
347
+
348
+ &:hover,
349
+ &:focus {
350
+ opacity: 1;
351
+ }
352
+ }
353
+
354
+ .alert {
355
+ font-size: $font-size-small;
356
+ font-weight: 300;
357
+
358
+ .alert-link {
359
+ font-weight: normal;
360
+ color: #fff;
361
+ text-decoration: underline;
362
+ }
363
+ }
364
+
365
+ .label {
366
+ padding-left: 1em;
367
+ padding-right: 1em;
368
+ border-radius: 0;
369
+ font-weight: 300;
370
+
371
+ &-default {
372
+ background-color: $btn-default-bg;
373
+ color: $btn-default-color;
374
+ }
375
+ }
376
+
377
+ .badge {
378
+ font-weight: 300;
379
+ }
380
+
381
+ // Progress bars ==============================================================
382
+
383
+ .progress {
384
+ height: 22px;
385
+ padding: 2px;
386
+ background-color: #f6f6f6;
387
+ border: 1px solid #ccc;
388
+ @include box-shadow(none);
389
+ }
390
+
391
+ // Containers =================================================================
392
+
393
+ .dropdown {
394
+
395
+ &-menu {
396
+ padding: 0;
397
+ margin-top: 0;
398
+ font-size: $font-size-small;
399
+
400
+ > li > a {
401
+ padding: 12px 15px;
402
+ }
403
+ }
404
+
405
+ &-header {
406
+ padding-left: 15px;
407
+ padding-right: 15px;
408
+ font-size: 9px;
409
+ text-transform: uppercase;
410
+ }
411
+ }
412
+
413
+ .popover {
414
+ color: #fff;
415
+ font-size: 12px;
416
+ font-weight: 300;
417
+ }
418
+
419
+ .panel {
420
+ &-heading,
421
+ &-footer {
422
+ border-top-right-radius: 0;
423
+ border-top-left-radius: 0;
424
+ }
425
+
426
+ &-default {
427
+ .close {
428
+ color: $text-color;
429
+ }
430
+ }
431
+ }
432
+
433
+ .modal {
434
+ .close {
435
+ color: $text-color;
436
+ }
437
+ }