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,311 @@
1
+ // Flatly 3.3.1
2
+ // Bootswatch
3
+ // -----------------------------------------------------
4
+
5
+ @import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
6
+
7
+ // Navbar =====================================================================
8
+
9
+ .navbar {
10
+ border-width: 0;
11
+
12
+ &-default {
13
+
14
+ .badge {
15
+ background-color: #fff;
16
+ color: $navbar-default-bg;
17
+ }
18
+ }
19
+
20
+ &-inverse {
21
+
22
+ .badge {
23
+ background-color: #fff;
24
+ color: $navbar-inverse-bg;
25
+ }
26
+ }
27
+
28
+ &-brand {
29
+ padding: 18.5px 15px 20.5px;
30
+ }
31
+ }
32
+
33
+ // Buttons ====================================================================
34
+
35
+ .btn:active {
36
+ @include box-shadow(none);
37
+ }
38
+
39
+ .btn-group.open .dropdown-toggle {
40
+ @include box-shadow(none);
41
+ }
42
+
43
+ // Typography =================================================================
44
+
45
+ .text-primary,
46
+ .text-primary:hover {
47
+ color: $brand-primary;
48
+ }
49
+
50
+ .text-success,
51
+ .text-success:hover {
52
+ color: $brand-success;
53
+ }
54
+
55
+ .text-danger,
56
+ .text-danger:hover {
57
+ color: $brand-danger;
58
+ }
59
+
60
+ .text-warning,
61
+ .text-warning:hover {
62
+ color: $brand-warning;
63
+ }
64
+
65
+ .text-info,
66
+ .text-info:hover {
67
+ color: $brand-info;
68
+ }
69
+
70
+ // Tables =====================================================================
71
+
72
+ table,
73
+ .table {
74
+
75
+ a:not(.btn) {
76
+ text-decoration: underline;
77
+ }
78
+
79
+ .dropdown-menu a {
80
+ text-decoration: none;
81
+ }
82
+
83
+ .success,
84
+ .warning,
85
+ .danger,
86
+ .info {
87
+ color: #fff;
88
+
89
+ a {
90
+ color: #fff;
91
+ }
92
+ }
93
+
94
+ > thead > tr > th,
95
+ > tbody > tr > th,
96
+ > tfoot > tr > th,
97
+ > thead > tr > td,
98
+ > tbody > tr > td,
99
+ > tfoot > tr > td {
100
+ border: none;
101
+ }
102
+
103
+ &-bordered > thead > tr > th,
104
+ &-bordered > tbody > tr > th,
105
+ &-bordered > tfoot > tr > th,
106
+ &-bordered > thead > tr > td,
107
+ &-bordered > tbody > tr > td,
108
+ &-bordered > tfoot > tr > td {
109
+ border: 1px solid $table-border-color;
110
+ }
111
+ }
112
+
113
+ // Forms ======================================================================
114
+
115
+ .form-control,
116
+ input, {
117
+ border-width: 2px;
118
+ @include box-shadow(none);
119
+
120
+ &:focus {
121
+ @include box-shadow(none);
122
+ }
123
+ }
124
+
125
+ .has-warning {
126
+ .help-block,
127
+ .control-label,
128
+ .radio,
129
+ .checkbox,
130
+ .radio-inline,
131
+ .checkbox-inline,
132
+ .form-control-feedback {
133
+ color: $brand-warning;
134
+ }
135
+
136
+ .form-control,
137
+ .form-control:focus {
138
+ border: 2px solid $brand-warning;
139
+ }
140
+
141
+ .input-group-addon {
142
+ border-color: $brand-warning;
143
+ }
144
+ }
145
+
146
+ .has-error {
147
+ .help-block,
148
+ .control-label,
149
+ .radio,
150
+ .checkbox,
151
+ .radio-inline,
152
+ .checkbox-inline,
153
+ .form-control-feedback {
154
+ color: $brand-danger;
155
+ }
156
+
157
+ .form-control,
158
+ .form-control:focus {
159
+ border: 2px solid $brand-danger;
160
+ }
161
+
162
+ .input-group-addon {
163
+ border-color: $brand-danger;
164
+ }
165
+ }
166
+
167
+ .has-success {
168
+ .help-block,
169
+ .control-label,
170
+ .radio,
171
+ .checkbox,
172
+ .radio-inline,
173
+ .checkbox-inline,
174
+ .form-control-feedback {
175
+ color: $brand-success;
176
+ }
177
+
178
+ .form-control,
179
+ .form-control:focus {
180
+ border: 2px solid $brand-success;
181
+ }
182
+
183
+ .input-group-addon {
184
+ border-color: $brand-success;
185
+ }
186
+ }
187
+
188
+ // Navs =======================================================================
189
+
190
+ .nav {
191
+ .open > a,
192
+ .open > a:hover,
193
+ .open > a:focus {
194
+ border-color: transparent;
195
+ }
196
+ }
197
+
198
+ .pager {
199
+ a,
200
+ a:hover {
201
+ color: #fff;
202
+ }
203
+
204
+ .disabled {
205
+ &>a,
206
+ &>a:hover,
207
+ &>a:focus,
208
+ &>span {
209
+ background-color: $pagination-disabled-bg;
210
+ }
211
+ }
212
+ }
213
+
214
+ // Indicators =================================================================
215
+
216
+ .close {
217
+ color: #fff;
218
+ text-decoration: none;
219
+ opacity: 0.4;
220
+
221
+ &:hover,
222
+ &:focus {
223
+ color: #fff;
224
+ opacity: 1;
225
+ }
226
+ }
227
+
228
+ .alert {
229
+
230
+ .alert-link {
231
+ color: #fff;
232
+ text-decoration: underline;
233
+ }
234
+ }
235
+
236
+ // Progress bars ==============================================================
237
+
238
+ .progress {
239
+ height: 10px;
240
+ @include box-shadow(none);
241
+ .progress-bar {
242
+ font-size: 10px;
243
+ line-height: 10px;
244
+ }
245
+ }
246
+
247
+ // Containers =================================================================
248
+
249
+ .well {
250
+ @include box-shadow(none);
251
+ }
252
+
253
+ a.list-group-item {
254
+
255
+ &.active,
256
+ &.active:hover,
257
+ &.active:focus {
258
+ border-color: $list-group-border;
259
+ }
260
+
261
+ &-success {
262
+ &.active {
263
+ background-color: $state-success-bg;
264
+ }
265
+
266
+ &.active:hover,
267
+ &.active:focus {
268
+ background-color: darken($state-success-bg, 5%);
269
+ }
270
+ }
271
+
272
+ &-warning {
273
+ &.active {
274
+ background-color: $state-warning-bg;
275
+ }
276
+
277
+ &.active:hover,
278
+ &.active:focus {
279
+ background-color: darken($state-warning-bg, 5%);
280
+ }
281
+ }
282
+
283
+ &-danger {
284
+ &.active {
285
+ background-color: $state-danger-bg;
286
+ }
287
+
288
+ &.active:hover,
289
+ &.active:focus {
290
+ background-color: darken($state-danger-bg, 5%);
291
+ }
292
+ }
293
+ }
294
+
295
+ .panel {
296
+ &-default {
297
+ .close {
298
+ color: $text-color;
299
+ }
300
+ }
301
+ }
302
+
303
+ .modal {
304
+ .close {
305
+ color: $text-color;
306
+ }
307
+ }
308
+
309
+ .popover {
310
+ color: $text-color;
311
+ }