bootswatch-sass 3.3.1.3 → 3.3.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -2
  3. data/README.md +8 -2
  4. data/assets/stylesheets/cerulean/_bootswatch.scss +102 -101
  5. data/assets/stylesheets/cerulean/_variables.scss +1 -1
  6. data/assets/stylesheets/cosmo/_bootswatch.scss +204 -123
  7. data/assets/stylesheets/cosmo/_variables.scss +1 -1
  8. data/assets/stylesheets/cyborg/_bootswatch.scss +179 -109
  9. data/assets/stylesheets/cyborg/_variables.scss +1 -1
  10. data/assets/stylesheets/darkly/_bootswatch.scss +281 -209
  11. data/assets/stylesheets/darkly/_variables.scss +1 -1
  12. data/assets/stylesheets/flatly/_bootswatch.scss +279 -203
  13. data/assets/stylesheets/flatly/_variables.scss +1 -1
  14. data/assets/stylesheets/journal/_bootswatch.scss +102 -50
  15. data/assets/stylesheets/journal/_variables.scss +1 -1
  16. data/assets/stylesheets/lumen/_bootswatch.scss +436 -340
  17. data/assets/stylesheets/lumen/_variables.scss +1 -1
  18. data/assets/stylesheets/paper/_bootswatch.scss +335 -391
  19. data/assets/stylesheets/paper/_variables.scss +1 -1
  20. data/assets/stylesheets/readable/_bootswatch.scss +155 -93
  21. data/assets/stylesheets/readable/_variables.scss +1 -1
  22. data/assets/stylesheets/sandstone/_bootswatch.scss +168 -128
  23. data/assets/stylesheets/sandstone/_variables.scss +1 -1
  24. data/assets/stylesheets/simplex/_bootswatch.scss +111 -84
  25. data/assets/stylesheets/simplex/_variables.scss +1 -1
  26. data/assets/stylesheets/slate/_bootswatch.scss +357 -362
  27. data/assets/stylesheets/slate/_variables.scss +1 -1
  28. data/assets/stylesheets/spacelab/_bootswatch.scss +132 -166
  29. data/assets/stylesheets/spacelab/_variables.scss +1 -1
  30. data/assets/stylesheets/superhero/_bootswatch.scss +264 -164
  31. data/assets/stylesheets/superhero/_variables.scss +1 -1
  32. data/assets/stylesheets/united/_bootswatch.scss +40 -7
  33. data/assets/stylesheets/united/_variables.scss +1 -1
  34. data/assets/stylesheets/yeti/_bootswatch.scss +367 -238
  35. data/assets/stylesheets/yeti/_variables.scss +1 -1
  36. data/bootswatch-sass.gemspec +3 -6
  37. data/lib/bootswatch-sass.rb +18 -1
  38. data/lib/bootswatch-sass/version.rb +1 -1
  39. metadata +7 -49
@@ -76,7 +76,7 @@ $headings-color: inherit;
76
76
  //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
77
77
 
78
78
  //** Load fonts from this directory.
79
- $icon-font-path: "bootstrap/";
79
+ $icon-font-path: "bootstrap/" !default;
80
80
  //** File name for all font files.
81
81
  $icon-font-name: "glyphicons-halflings-regular";
82
82
  //** Element ID within SVG icon file.
@@ -1,235 +1,311 @@
1
+ // Flatly 3.3.1
2
+ // Bootswatch
3
+ // -----------------------------------------------------
4
+
1
5
  @import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
6
+
7
+ // Navbar =====================================================================
8
+
2
9
  .navbar {
3
10
  border-width: 0;
4
- }
5
- .navbar-default .badge {
6
- background-color: #fff;
7
- color: #2c3e50;
8
- }
9
- .navbar-inverse .badge {
10
- background-color: #fff;
11
- color: #18bc9c;
12
- }
13
- .navbar-brand {
14
- padding: 18.5px 15px 20.5px;
15
- }
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
+
16
35
  .btn:active {
17
- -webkit-box-shadow: none;
18
- box-shadow: none;
36
+ @include box-shadow(none);
19
37
  }
38
+
20
39
  .btn-group.open .dropdown-toggle {
21
- -webkit-box-shadow: none;
22
- box-shadow: none;
40
+ @include box-shadow(none);
23
41
  }
42
+
43
+ // Typography =================================================================
44
+
24
45
  .text-primary,
25
46
  .text-primary:hover {
26
- color: #2c3e50;
47
+ color: $brand-primary;
27
48
  }
49
+
28
50
  .text-success,
29
51
  .text-success:hover {
30
- color: #18bc9c;
52
+ color: $brand-success;
31
53
  }
54
+
32
55
  .text-danger,
33
56
  .text-danger:hover {
34
- color: #e74c3c;
57
+ color: $brand-danger;
35
58
  }
59
+
36
60
  .text-warning,
37
61
  .text-warning:hover {
38
- color: #f39c12;
62
+ color: $brand-warning;
39
63
  }
64
+
40
65
  .text-info,
41
66
  .text-info:hover {
42
- color: #3498db;
43
- }
44
- table a:not(.btn),
45
- .table a:not(.btn) {
46
- text-decoration: underline;
47
- }
48
- table .dropdown-menu a,
49
- .table .dropdown-menu a {
50
- text-decoration: none;
51
- }
52
- table .success,
53
- .table .success,
54
- table .warning,
55
- .table .warning,
56
- table .danger,
57
- .table .danger,
58
- table .info,
59
- .table .info {
60
- color: #fff;
61
- }
62
- table .success a,
63
- .table .success a,
64
- table .warning a,
65
- .table .warning a,
66
- table .danger a,
67
- .table .danger a,
68
- table .info a,
69
- .table .info a {
70
- color: #fff;
71
- }
72
- table > thead > tr > th,
73
- .table > thead > tr > th,
74
- table > tbody > tr > th,
75
- .table > tbody > tr > th,
76
- table > tfoot > tr > th,
77
- .table > tfoot > tr > th,
78
- table > thead > tr > td,
79
- .table > thead > tr > td,
80
- table > tbody > tr > td,
81
- .table > tbody > tr > td,
82
- table > tfoot > tr > td,
83
- .table > tfoot > tr > td {
84
- border: none;
85
- }
86
- table-bordered > thead > tr > th,
87
- .table-bordered > thead > tr > th,
88
- table-bordered > tbody > tr > th,
89
- .table-bordered > tbody > tr > th,
90
- table-bordered > tfoot > tr > th,
91
- .table-bordered > tfoot > tr > th,
92
- table-bordered > thead > tr > td,
93
- .table-bordered > thead > tr > td,
94
- table-bordered > tbody > tr > td,
95
- .table-bordered > tbody > tr > td,
96
- table-bordered > tfoot > tr > td,
97
- .table-bordered > tfoot > tr > td {
98
- border: 1px solid #ecf0f1;
99
- }
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
+
100
115
  .form-control,
101
- input {
116
+ input, {
102
117
  border-width: 2px;
103
- -webkit-box-shadow: none;
104
- box-shadow: none;
105
- }
106
- .form-control:focus,
107
- input:focus {
108
- -webkit-box-shadow: none;
109
- box-shadow: none;
110
- }
111
- .has-warning .help-block,
112
- .has-warning .control-label,
113
- .has-warning .radio,
114
- .has-warning .checkbox,
115
- .has-warning .radio-inline,
116
- .has-warning .checkbox-inline,
117
- .has-warning .form-control-feedback {
118
- color: #f39c12;
119
- }
120
- .has-warning .form-control,
121
- .has-warning .form-control:focus {
122
- border: 2px solid #f39c12;
123
- }
124
- .has-warning .input-group-addon {
125
- border-color: #f39c12;
126
- }
127
- .has-error .help-block,
128
- .has-error .control-label,
129
- .has-error .radio,
130
- .has-error .checkbox,
131
- .has-error .radio-inline,
132
- .has-error .checkbox-inline,
133
- .has-error .form-control-feedback {
134
- color: #e74c3c;
135
- }
136
- .has-error .form-control,
137
- .has-error .form-control:focus {
138
- border: 2px solid #e74c3c;
139
- }
140
- .has-error .input-group-addon {
141
- border-color: #e74c3c;
142
- }
143
- .has-success .help-block,
144
- .has-success .control-label,
145
- .has-success .radio,
146
- .has-success .checkbox,
147
- .has-success .radio-inline,
148
- .has-success .checkbox-inline,
149
- .has-success .form-control-feedback {
150
- color: #18bc9c;
151
- }
152
- .has-success .form-control,
153
- .has-success .form-control:focus {
154
- border: 2px solid #18bc9c;
155
- }
156
- .has-success .input-group-addon {
157
- border-color: #18bc9c;
158
- }
159
- .nav .open > a,
160
- .nav .open > a:hover,
161
- .nav .open > a:focus {
162
- border-color: transparent;
163
- }
164
- .pager a,
165
- .pager a:hover {
166
- color: #fff;
167
- }
168
- .pager .disabled > a,
169
- .pager .disabled > a:hover,
170
- .pager .disabled > a:focus,
171
- .pager .disabled > span {
172
- background-color: #3be6c4;
173
- }
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
+
174
216
  .close {
175
217
  color: #fff;
176
218
  text-decoration: none;
177
219
  opacity: 0.4;
178
- }
179
- .close:hover,
180
- .close:focus {
181
- color: #fff;
182
- opacity: 1;
183
- }
184
- .alert .alert-link {
185
- color: #fff;
186
- text-decoration: underline;
187
- }
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
+
188
238
  .progress {
189
239
  height: 10px;
190
- -webkit-box-shadow: none;
191
- box-shadow: none;
192
- }
193
- .progress .progress-bar {
194
- font-size: 10px;
195
- line-height: 10px;
196
- }
240
+ @include box-shadow(none);
241
+ .progress-bar {
242
+ font-size: 10px;
243
+ line-height: 10px;
244
+ }
245
+ }
246
+
247
+ // Containers =================================================================
248
+
197
249
  .well {
198
- -webkit-box-shadow: none;
199
- box-shadow: none;
200
- }
201
- a.list-group-item.active,
202
- a.list-group-item.active:hover,
203
- a.list-group-item.active:focus {
204
- border-color: #ecf0f1;
205
- }
206
- a.list-group-item-success.active {
207
- background-color: #18bc9c;
208
- }
209
- a.list-group-item-success.active:hover,
210
- a.list-group-item-success.active:focus {
211
- background-color: #15a589;
212
- }
213
- a.list-group-item-warning.active {
214
- background-color: #f39c12;
215
- }
216
- a.list-group-item-warning.active:hover,
217
- a.list-group-item-warning.active:focus {
218
- background-color: #e08e0b;
219
- }
220
- a.list-group-item-danger.active {
221
- background-color: #e74c3c;
222
- }
223
- a.list-group-item-danger.active:hover,
224
- a.list-group-item-danger.active:focus {
225
- background-color: #e43725;
226
- }
227
- .panel-default .close {
228
- color: #2c3e50;
229
- }
230
- .modal .close {
231
- color: #2c3e50;
232
- }
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
+
233
309
  .popover {
234
- color: #2c3e50;
310
+ color: $text-color;
235
311
  }