bootswatch-rails 0.5.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/CONTRIBUTING.md +52 -0
- data/CONVERSION.md +6 -8
- data/HISTORY.md +9 -1
- data/README.md +6 -1
- data/Rakefile +3 -0
- data/lib/bootswatch-rails/version.rb +1 -1
- data/rearranges +12 -10
- data/vendor/assets/stylesheets/bootswatch/amelia/_bootswatch.scss +109 -718
- data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +743 -217
- data/vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +78 -133
- data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +745 -217
- data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +113 -552
- data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +745 -217
- data/vendor/assets/stylesheets/bootswatch/custom/_bootswatch.scss +22 -0
- data/vendor/assets/stylesheets/bootswatch/custom/_variables.scss +620 -0
- data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +105 -525
- data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +745 -217
- data/vendor/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +273 -0
- data/vendor/assets/stylesheets/bootswatch/darkly/_variables.scss +829 -0
- data/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +183 -452
- data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +747 -218
- data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +77 -295
- data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +745 -217
- data/vendor/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +408 -0
- data/vendor/assets/stylesheets/bootswatch/lumen/_variables.scss +827 -0
- data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +149 -37
- data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +745 -217
- data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +84 -413
- data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +745 -217
- data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +251 -481
- data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +749 -217
- data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +87 -231
- data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +745 -216
- data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +168 -569
- data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +746 -217
- data/vendor/assets/stylesheets/bootswatch/united/_bootswatch.scss +21 -110
- data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +745 -217
- data/vendor/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +418 -0
- data/vendor/assets/stylesheets/bootswatch/yeti/_variables.scss +827 -0
- metadata +17 -9
- data/vendor/assets/stylesheets/bootswatch/spruce/_bootswatch.scss +0 -650
- data/vendor/assets/stylesheets/bootswatch/spruce/_variables.scss +0 -301
@@ -1,582 +1,162 @@
|
|
1
|
-
// Cyborg
|
1
|
+
// Cyborg 3.1.1
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
5
|
+
@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700");
|
5
6
|
|
6
|
-
//
|
7
|
-
// -----------------------------------------------------
|
8
|
-
|
9
|
-
@import url('//fonts.googleapis.com/css?family=Droid+Sans:400,700');
|
10
|
-
|
11
|
-
label, input, button, select, textarea,
|
12
|
-
.navbar .search-query:-moz-placeholder,
|
13
|
-
.navbar .search-query::-webkit-input-placeholder {
|
14
|
-
font-family: 'Droid Sans', sans-serif;
|
15
|
-
color: $gray;
|
16
|
-
}
|
17
|
-
|
18
|
-
code, pre {
|
19
|
-
background-color: $grayLighter;
|
20
|
-
}
|
21
|
-
|
22
|
-
blockquote {
|
23
|
-
border-left: 5px solid $grayDark;
|
24
|
-
|
25
|
-
&.pull-right {
|
26
|
-
border-right: 5px solid $grayDark;
|
27
|
-
}
|
28
|
-
}
|
29
|
-
|
30
|
-
// SCAFFOLDING
|
31
|
-
// -----------------------------------------------------
|
32
|
-
|
33
|
-
html {
|
34
|
-
min-height: 100%;
|
35
|
-
}
|
36
|
-
|
37
|
-
body {
|
38
|
-
min-height: 100%;
|
39
|
-
@include gradient-vertical ($bodyBackground, #252A30);
|
40
|
-
}
|
41
|
-
|
42
|
-
.page-header {
|
43
|
-
border-bottom: 1px solid $grayDark
|
44
|
-
}
|
45
|
-
|
46
|
-
hr {
|
47
|
-
border-bottom: none;
|
48
|
-
}
|
49
|
-
|
50
|
-
// NAVBAR
|
51
|
-
// -----------------------------------------------------
|
7
|
+
// Navbar =====================================================================
|
52
8
|
|
53
9
|
.navbar {
|
54
10
|
|
55
|
-
|
56
|
-
@include border-radius(0);
|
57
|
-
@include box-shadow(none);
|
58
|
-
border-bottom: 1px solid $grayDark;
|
59
|
-
}
|
60
|
-
|
61
|
-
.brand {
|
62
|
-
padding: 15px 20px 15px;
|
63
|
-
color: $grayLighter;
|
64
|
-
font-weight: normal;
|
65
|
-
text-shadow: none;
|
66
|
-
}
|
67
|
-
|
68
|
-
.nav > li > a {
|
69
|
-
padding: 15px 15px 14px;
|
70
|
-
border-bottom: 1px solid transparent;
|
71
|
-
}
|
72
|
-
|
73
|
-
.nav > li > a:hover,
|
74
|
-
.nav > .active > a,
|
75
|
-
.nav > .active > a:hover {
|
76
|
-
border-bottom: 1px solid $blue;
|
77
|
-
}
|
78
|
-
|
79
|
-
.nav > .active > a,
|
80
|
-
.nav > .active > a:hover,
|
81
|
-
.nav > .active > a:focus {
|
82
|
-
@include box-shadow(none);
|
83
|
-
}
|
84
|
-
|
85
|
-
.navbar-text {
|
86
|
-
margin-bottom: 1px;
|
87
|
-
padding: 15px 15px 14px;
|
88
|
-
line-height: inherit;
|
89
|
-
}
|
90
|
-
|
91
|
-
.divider-vertical {
|
92
|
-
margin: 0;
|
93
|
-
border-left: 1px solid $grayDark;
|
94
|
-
border-right-width: 0;
|
95
|
-
}
|
96
|
-
|
97
|
-
.search-query,
|
98
|
-
.search-query:focus,
|
99
|
-
.search-query.focused {
|
100
|
-
@include border-radius(1px);
|
101
|
-
background-color: $grayDark;
|
102
|
-
line-height: normal;
|
103
|
-
color: $grayLight;
|
104
|
-
text-shadow: none;
|
105
|
-
@include placeholder($gray);
|
106
|
-
}
|
107
|
-
|
108
|
-
.navbar-inverse {
|
109
|
-
|
110
|
-
}
|
111
|
-
}
|
112
|
-
|
113
|
-
@media (max-width: $navbarCollapseWidth) {
|
114
|
-
|
115
|
-
.navbar .nav-collapse {
|
116
|
-
|
117
|
-
.nav li > a {
|
118
|
-
border: none;
|
119
|
-
color: $grayLighter;
|
120
|
-
font-weight: normal;
|
121
|
-
text-shadow: none;
|
122
|
-
|
123
|
-
&:hover {
|
124
|
-
border: none;
|
125
|
-
background-color: $blue;
|
126
|
-
}
|
127
|
-
}
|
128
|
-
|
129
|
-
.nav .active > a {
|
130
|
-
border: none;
|
131
|
-
background-color: $blue;
|
132
|
-
}
|
133
|
-
|
134
|
-
.dropdown-menu a:hover {
|
135
|
-
background-color: $blue;
|
136
|
-
}
|
137
|
-
|
138
|
-
.navbar-form,
|
139
|
-
.navbar-search {
|
140
|
-
border-top: none;
|
141
|
-
border-bottom: none;
|
142
|
-
}
|
143
|
-
|
144
|
-
.nav-header {
|
145
|
-
color: rgba(128, 128, 128, 0.6);
|
146
|
-
}
|
147
|
-
}
|
148
|
-
|
149
|
-
.navbar-inverse .nav-collapse {
|
150
|
-
|
151
|
-
.nav li > a:hover {
|
152
|
-
background-color: #111;
|
153
|
-
}
|
154
|
-
|
155
|
-
.nav .active > a {
|
156
|
-
background-color: #111;
|
157
|
-
}
|
158
|
-
|
159
|
-
.nav li.dropdown.open > .dropdown-toggle,
|
160
|
-
.nav li.dropdown.active > .dropdown-toggle,
|
161
|
-
.nav li.dropdown.open.active > .dropdown-toggle {
|
162
|
-
background-color: #111;
|
163
|
-
}
|
164
|
-
}
|
165
|
-
}
|
166
|
-
|
167
|
-
div.subnav {
|
168
|
-
|
169
|
-
margin: 0 1px;
|
170
|
-
background-color: $grayDarker;
|
171
|
-
background-image: none;
|
172
|
-
border: none;
|
173
|
-
border-bottom: 1px solid $grayDark;
|
174
|
-
|
175
|
-
.nav > li > a,
|
176
|
-
.nav > li:first-child > a,
|
177
|
-
.nav > li:first-child > a:hover {
|
178
|
-
padding: 11px 12px;
|
179
|
-
border: none;
|
180
|
-
background-color: $grayDarker;
|
181
|
-
color: $grayLight;
|
182
|
-
}
|
183
|
-
|
184
|
-
.nav > li > a:hover,
|
185
|
-
.nav > li.active > a,
|
186
|
-
.nav > li.active > a:hover,
|
187
|
-
.nav > li:first-child > a:hover {
|
188
|
-
padding: 11px 12px;
|
189
|
-
background: transparent;
|
190
|
-
border: none;
|
191
|
-
border-bottom: 1px solid $blue;
|
192
|
-
color: $white;
|
193
|
-
}
|
194
|
-
|
195
|
-
.nav li.nav-header {
|
196
|
-
text-shadow: none;
|
197
|
-
}
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
div.subnav-fixed {
|
203
|
-
top: $navbarHeight;
|
204
|
-
margin: 0;
|
205
|
-
}
|
206
|
-
}
|
207
|
-
|
208
|
-
// NAV
|
209
|
-
// -----------------------------------------------------
|
210
|
-
|
211
|
-
.nav-tabs {
|
212
|
-
|
213
|
-
border-bottom: 1px solid $grayDark;
|
214
|
-
|
215
|
-
li > a:hover,
|
216
|
-
li.active > a,
|
217
|
-
li.active > a:hover {
|
218
|
-
border-color: transparent;
|
219
|
-
background-color: $blue;
|
220
|
-
color: $white;
|
221
|
-
}
|
222
|
-
|
223
|
-
li.disabled > a {
|
224
|
-
color: $textColor;
|
225
|
-
}
|
226
|
-
|
227
|
-
.open .dropdown-toggle {
|
228
|
-
background-color: #060606;
|
229
|
-
border-color: transparent;
|
230
|
-
}
|
231
|
-
}
|
232
|
-
|
233
|
-
.nav-pills {
|
234
|
-
|
235
|
-
li > a:hover {
|
236
|
-
background-color: $blue;
|
237
|
-
color: $white;
|
238
|
-
}
|
239
|
-
|
240
|
-
li.disabled > a {
|
241
|
-
color: $textColor;
|
242
|
-
}
|
243
|
-
|
244
|
-
.open .dropdown-toggle {
|
245
|
-
background-color: #060606;
|
246
|
-
}
|
247
|
-
|
248
|
-
.dropdown-menu li > a:hover {
|
249
|
-
border: none;
|
250
|
-
}
|
251
|
-
}
|
252
|
-
|
253
|
-
.nav-list {
|
254
|
-
|
255
|
-
li > a {
|
256
|
-
text-shadow: none;
|
257
|
-
}
|
258
|
-
|
259
|
-
li > a:hover {
|
260
|
-
background-color: $blue;
|
261
|
-
color: $white;
|
262
|
-
}
|
263
|
-
|
264
|
-
.nav-header {
|
265
|
-
text-shadow: none;
|
266
|
-
}
|
267
|
-
|
268
|
-
.divider {
|
269
|
-
background-color: transparent;
|
270
|
-
border-bottom: 1px solid $grayDark;
|
271
|
-
}
|
272
|
-
}
|
273
|
-
|
274
|
-
.nav-stacked {
|
275
|
-
|
276
|
-
li > a {
|
277
|
-
border: 1px solid $grayDark !important;
|
278
|
-
}
|
279
|
-
|
280
|
-
li > a:hover,
|
281
|
-
li.active > a {
|
282
|
-
background-color: $blue;
|
283
|
-
color: $white;
|
284
|
-
}
|
285
|
-
}
|
286
|
-
|
287
|
-
.tabbable {
|
288
|
-
.nav-tabs,
|
289
|
-
.nav-tabs li.active > a {
|
290
|
-
border-color: $grayDark;
|
291
|
-
}
|
292
|
-
}
|
293
|
-
|
294
|
-
.breadcrumb {
|
295
|
-
|
296
|
-
background-color: transparent;
|
297
|
-
background-image: none;
|
298
|
-
border-width: 0;
|
299
|
-
@include box-shadow(none);
|
300
|
-
font-size: 14px;
|
301
|
-
|
302
|
-
li {
|
303
|
-
text-shadow: none;
|
304
|
-
}
|
305
|
-
|
306
|
-
li > a {
|
307
|
-
color: $blue;
|
308
|
-
text-shadow: none;
|
309
|
-
}
|
310
|
-
}
|
311
|
-
|
312
|
-
.pagination {
|
313
|
-
|
314
|
-
ul {
|
315
|
-
@include box-shadow(none);
|
316
|
-
}
|
317
|
-
|
318
|
-
ul > li > a:hover,
|
319
|
-
ul > .active > a,
|
320
|
-
ul > .active > span {
|
321
|
-
// color: @white;
|
322
|
-
}
|
323
|
-
|
324
|
-
ul > .disabled > a,
|
325
|
-
ul > .disabled > a:hover,
|
326
|
-
ul > .disabled > span,
|
327
|
-
ul > .disabled > span:hover {
|
328
|
-
background-color: rgba(0, 0, 0, 0.2);
|
329
|
-
}
|
330
|
-
}
|
331
|
-
|
332
|
-
.pager {
|
333
|
-
|
334
|
-
li > a,
|
335
|
-
li > span {
|
336
|
-
background-color: $bodyBackground;
|
337
|
-
border: none;
|
338
|
-
|
339
|
-
&:hover {
|
340
|
-
background-color: $blue;
|
341
|
-
}
|
342
|
-
}
|
343
|
-
|
344
|
-
.disabled a,
|
345
|
-
.disabled a:hover {
|
346
|
-
background-color: $bodyBackground;
|
347
|
-
}
|
348
|
-
|
11
|
+
border-bottom: 1px solid $gray-dark;
|
349
12
|
}
|
350
13
|
|
351
|
-
//
|
352
|
-
// -----------------------------------------------------
|
14
|
+
// Buttons ====================================================================
|
353
15
|
|
354
|
-
|
355
|
-
@include box-shadow(1px 1px 2px #111);
|
356
|
-
@include buttonBackground(darken($gray, 20%), darken($gray, 30%));
|
357
|
-
color: $white;
|
358
|
-
text-shadow: none;
|
16
|
+
// Typography =================================================================
|
359
17
|
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
}
|
18
|
+
.text-primary,
|
19
|
+
.text-primary:hover {
|
20
|
+
color: $brand-primary;
|
364
21
|
}
|
365
22
|
|
366
|
-
.
|
367
|
-
|
23
|
+
.text-success,
|
24
|
+
.text-success:hover {
|
25
|
+
color: $brand-success;
|
368
26
|
}
|
369
27
|
|
370
|
-
.
|
371
|
-
|
28
|
+
.text-danger,
|
29
|
+
.text-danger:hover {
|
30
|
+
color: $brand-danger;
|
372
31
|
}
|
373
32
|
|
374
|
-
.
|
375
|
-
|
33
|
+
.text-warning,
|
34
|
+
.text-warning:hover {
|
35
|
+
color: $brand-warning;
|
376
36
|
}
|
377
37
|
|
378
|
-
.
|
379
|
-
|
38
|
+
.text-info,
|
39
|
+
.text-info:hover {
|
40
|
+
color: $brand-info;
|
380
41
|
}
|
381
42
|
|
382
|
-
|
383
|
-
@include buttonBackground(darken($gray, 40%), darken($gray, 50%));
|
384
|
-
}
|
43
|
+
// Tables =====================================================================
|
385
44
|
|
386
|
-
|
387
|
-
|
388
|
-
|
45
|
+
table,
|
46
|
+
.table {
|
47
|
+
color: #fff;
|
389
48
|
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
}
|
49
|
+
a {
|
50
|
+
color: #fff;
|
51
|
+
text-decoration: underline;
|
52
|
+
}
|
394
53
|
|
395
|
-
.
|
396
|
-
|
54
|
+
.text-muted {
|
55
|
+
color: $text-muted;
|
56
|
+
}
|
397
57
|
}
|
398
58
|
|
399
|
-
.
|
400
|
-
|
59
|
+
.table-responsive > .table {
|
60
|
+
background-color: $table-bg;
|
401
61
|
}
|
402
62
|
|
403
|
-
//
|
404
|
-
// -----------------------------------------------------
|
63
|
+
// Forms ======================================================================
|
405
64
|
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
65
|
+
.has-warning {
|
66
|
+
.help-block,
|
67
|
+
.control-label,
|
68
|
+
.form-control-feedback {
|
69
|
+
color: $brand-warning;
|
70
|
+
}
|
410
71
|
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
input[type="email"], input[type="url"], input[type="search"],
|
416
|
-
input[type="tel"], input[type="color"], .uneditable-input {
|
417
|
-
color: $grayDark;
|
72
|
+
.form-control,
|
73
|
+
.form-control:focus {
|
74
|
+
border-color: $brand-warning;
|
75
|
+
}
|
418
76
|
}
|
419
77
|
|
420
|
-
|
421
|
-
|
422
|
-
|
78
|
+
.has-error {
|
79
|
+
.help-block,
|
80
|
+
.control-label,
|
81
|
+
.form-control-feedback {
|
82
|
+
color: $brand-danger;
|
83
|
+
}
|
423
84
|
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
border-color: rgba(82,168,236,1);
|
429
|
-
outline: 0;
|
430
|
-
outline: thin dotted \9; /* IE6-9 */
|
85
|
+
.form-control,
|
86
|
+
.form-control:focus {
|
87
|
+
border-color: $brand-danger;
|
88
|
+
}
|
431
89
|
}
|
432
90
|
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
}
|
91
|
+
.has-success {
|
92
|
+
.help-block,
|
93
|
+
.control-label,
|
94
|
+
.form-control-feedback {
|
95
|
+
color: $brand-success;
|
96
|
+
}
|
440
97
|
|
441
|
-
|
442
|
-
|
443
|
-
|
98
|
+
.form-control,
|
99
|
+
.form-control:focus {
|
100
|
+
border-color: $brand-success;
|
101
|
+
}
|
444
102
|
}
|
445
103
|
|
446
|
-
|
447
|
-
|
448
|
-
}
|
449
|
-
|
450
|
-
// TABLES
|
451
|
-
// -----------------------------------------------------
|
452
|
-
|
453
|
-
.table {
|
454
|
-
|
455
|
-
@include border-radius(1px);
|
456
|
-
|
457
|
-
tbody tr.success td {
|
458
|
-
background-color: $green;
|
459
|
-
color: $white;
|
460
|
-
}
|
461
|
-
|
462
|
-
tbody tr.error td {
|
463
|
-
background-color: $red;
|
464
|
-
color: $white;
|
465
|
-
}
|
466
|
-
|
467
|
-
tbody tr.info td {
|
468
|
-
background-color: $blue;
|
469
|
-
color: $white;
|
470
|
-
}
|
104
|
+
legend {
|
105
|
+
color: #fff;
|
471
106
|
}
|
472
107
|
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
.dropdown-menu {
|
477
|
-
@include box-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
|
108
|
+
.input-group-addon {
|
109
|
+
background-color: $btn-default-bg;
|
478
110
|
}
|
479
111
|
|
480
|
-
//
|
481
|
-
// -----------------------------------------------------
|
112
|
+
// Navs =======================================================================
|
482
113
|
|
483
|
-
.
|
484
|
-
.
|
485
|
-
.
|
486
|
-
.
|
487
|
-
.alert-danger,
|
488
|
-
.alert-error,
|
489
|
-
.alert-danger .alert-heading,
|
490
|
-
.alert-error .alert-heading,
|
491
|
-
.alert-info,
|
492
|
-
.alert-info .alert-heading {
|
493
|
-
color: $grayLighter;
|
494
|
-
text-shadow: none;
|
495
|
-
border: none;
|
496
|
-
}
|
114
|
+
.nav-tabs,
|
115
|
+
.nav-pills,
|
116
|
+
.breadcrumb,
|
117
|
+
.pager {
|
497
118
|
|
498
|
-
|
499
|
-
|
119
|
+
a {
|
120
|
+
color: #fff;
|
121
|
+
}
|
500
122
|
}
|
501
123
|
|
502
|
-
|
124
|
+
// Indicators =================================================================
|
503
125
|
|
504
|
-
.
|
126
|
+
.alert {
|
505
127
|
|
506
|
-
.
|
507
|
-
|
508
|
-
|
128
|
+
.alert-link,
|
129
|
+
a {
|
130
|
+
color: $alert-warning-text;
|
131
|
+
text-decoration: underline;
|
132
|
+
}
|
509
133
|
|
510
|
-
.
|
134
|
+
.close {
|
135
|
+
color: #fff;
|
136
|
+
text-decoration: none;
|
137
|
+
opacity: 0.4;
|
511
138
|
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
.label-success:hover { background-color: darken($green, 13%); }
|
519
|
-
|
520
|
-
.label-info, .alert-info { background-color: darken($blueDark, 10%); }
|
521
|
-
|
522
|
-
.label-info:hover { background-color: darken($blueDark, 20%); }
|
523
|
-
|
524
|
-
// MISC
|
525
|
-
// -----------------------------------------------------
|
526
|
-
|
527
|
-
.well, .hero-unit {
|
528
|
-
@include border-radius(1px);
|
139
|
+
&:hover,
|
140
|
+
&:focus {
|
141
|
+
color: #fff;
|
142
|
+
opacity: 1;
|
143
|
+
}
|
144
|
+
}
|
529
145
|
}
|
530
146
|
|
531
|
-
|
532
|
-
border-top: solid 1px lighten($grayDark, 5%);
|
533
|
-
@include box-shadow(0 2px 4px rgba(0,0,0,.8));
|
534
|
-
}
|
147
|
+
// Progress bars ==============================================================
|
535
148
|
|
536
|
-
|
537
|
-
border-color: $grayDark;
|
538
|
-
}
|
149
|
+
// Containers =================================================================
|
539
150
|
|
540
|
-
.
|
541
|
-
|
542
|
-
|
543
|
-
|
151
|
+
a.thumbnail:hover,
|
152
|
+
a.thumbnail:focus,
|
153
|
+
a.thumbnail.active {
|
154
|
+
border-color: $thumbnail-border;
|
544
155
|
}
|
545
156
|
|
546
|
-
.
|
547
|
-
@include border-radius(1px);
|
548
|
-
border-top: solid 1px lighten($grayDark, 5%);
|
549
|
-
background-color: $grayDark;
|
550
|
-
}
|
157
|
+
.jumbotron {
|
551
158
|
|
552
|
-
|
553
|
-
|
554
|
-
}
|
555
|
-
|
556
|
-
.modal-footer {
|
557
|
-
background-color: $grayDark;
|
558
|
-
border-top: 1px solid $grayDark;
|
559
|
-
@include border-radius(0 0 6px 6px);
|
560
|
-
@include box-shadow(none);
|
561
|
-
}
|
562
|
-
|
563
|
-
.footer {
|
564
|
-
border-top: 1px solid $grayDark;
|
565
|
-
}
|
566
|
-
|
567
|
-
// MEDIA QUERIES
|
568
|
-
// -----------------------------------------------------
|
569
|
-
|
570
|
-
@media (max-width: 768px) {
|
571
|
-
div.subnav .nav > li + li > a,
|
572
|
-
div.subnav .nav > li:first-child > a {
|
573
|
-
border-top: 1px solid $grayDark;
|
574
|
-
border-left: 1px solid $grayDark;
|
575
|
-
}
|
576
|
-
|
577
|
-
.subnav .nav > li + li > a:hover,
|
578
|
-
.subnav .nav > li:first-child > a:hover {
|
579
|
-
border-bottom: 0;
|
580
|
-
background-color: $blue;
|
581
|
-
}
|
582
|
-
}
|
159
|
+
h1, h2, h3, h4, h5, h6 {
|
160
|
+
color: #fff;
|
161
|
+
}
|
162
|
+
}
|