bootswatch-rails 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/HISTORY.md +5 -0
- data/README.md +2 -0
- data/Rakefile +2 -1
- data/lib/bootswatch-rails/version.rb +1 -1
- data/rearranges +4 -4
- data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +3 -3
- data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +30 -31
- data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +32 -16
- data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +36 -37
- data/vendor/assets/stylesheets/bootswatch/custom/_variables.scss +116 -116
- data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +2 -7
- data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +47 -48
- data/vendor/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +14 -10
- data/vendor/assets/stylesheets/bootswatch/darkly/_variables.scss +45 -46
- data/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +27 -17
- data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +45 -48
- data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +1 -1
- data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +30 -32
- data/vendor/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +34 -24
- data/vendor/assets/stylesheets/bootswatch/lumen/_variables.scss +135 -138
- data/vendor/assets/stylesheets/bootswatch/paper/_bootswatch.scss +420 -0
- data/vendor/assets/stylesheets/bootswatch/paper/_variables.scss +845 -0
- data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +34 -23
- data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +45 -47
- data/vendor/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +200 -0
- data/vendor/assets/stylesheets/bootswatch/sandstone/_variables.scss +844 -0
- data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +6 -0
- data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +49 -51
- data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +13 -14
- data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +43 -46
- data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +3 -0
- data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +37 -39
- data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +4 -4
- data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +139 -143
- data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +30 -31
- data/vendor/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +36 -35
- data/vendor/assets/stylesheets/bootswatch/yeti/_variables.scss +28 -26
- metadata +6 -2
@@ -29,6 +29,7 @@
|
|
29
29
|
.dropdown-menu {
|
30
30
|
text-shadow: none;
|
31
31
|
}
|
32
|
+
|
32
33
|
}
|
33
34
|
|
34
35
|
.navbar-inverse {
|
@@ -53,6 +54,7 @@
|
|
53
54
|
@include transition(color ease-in-out .2s);
|
54
55
|
}
|
55
56
|
|
57
|
+
|
56
58
|
// Buttons ====================================================================
|
57
59
|
|
58
60
|
.btn {
|
@@ -114,6 +116,7 @@
|
|
114
116
|
}
|
115
117
|
|
116
118
|
|
119
|
+
|
117
120
|
// Typography =================================================================
|
118
121
|
|
119
122
|
// Tables =====================================================================
|
@@ -7,9 +7,9 @@
|
|
7
7
|
//
|
8
8
|
//## Gray and brand colors for use across Bootstrap.
|
9
9
|
|
10
|
+
$gray: #666 !default; // #555
|
10
11
|
$gray-darker: #2d2d2d !default; // #222
|
11
12
|
$gray-dark: lighten(#000, 20%) !default; // #333
|
12
|
-
$gray: #666 !default; // #555
|
13
13
|
$gray-light: lighten(#000, 60%) !default; // #999
|
14
14
|
$gray-lighter: lighten(#000, 93.5%) !default; // #eee
|
15
15
|
|
@@ -79,32 +79,6 @@ $icon-font-name: "glyphicons-halflings-regular" !default;
|
|
79
79
|
$icon-font-svg-id: "glyphicons_halflingsregular" !default;
|
80
80
|
|
81
81
|
|
82
|
-
//== Type
|
83
|
-
//
|
84
|
-
//##
|
85
|
-
|
86
|
-
//** Horizontal offset for forms and lists.
|
87
|
-
$component-offset-horizontal: 180px !default;
|
88
|
-
//** Text muted color
|
89
|
-
$text-muted: $gray-light !default;
|
90
|
-
//** Abbreviations and acronyms border color
|
91
|
-
$abbr-border-color: $gray-light !default;
|
92
|
-
//** Headings small color
|
93
|
-
$headings-small-color: $gray-light !default;
|
94
|
-
//** Blockquote small color
|
95
|
-
$blockquote-small-color: $gray-light !default;
|
96
|
-
//** Blockquote font size
|
97
|
-
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
98
|
-
//** Blockquote border color
|
99
|
-
$blockquote-border-color: $gray-lighter !default;
|
100
|
-
//** Page header border color
|
101
|
-
$page-header-border-color: $gray-lighter !default;
|
102
|
-
//** Width of horizontal description list titles
|
103
|
-
$dl-horizontal-offset: $component-offset-horizontal !default;
|
104
|
-
//** Horizontal line color.
|
105
|
-
$hr-border: $gray-lighter !default;
|
106
|
-
|
107
|
-
|
108
82
|
//== Components
|
109
83
|
//
|
110
84
|
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
@@ -149,7 +123,7 @@ $table-cell-padding: 8px !default;
|
|
149
123
|
$table-condensed-cell-padding: 5px !default;
|
150
124
|
|
151
125
|
//** Default background color used for all tables.
|
152
|
-
$table-bg:
|
126
|
+
$table-bg: transparent !default;
|
153
127
|
//** Background color used for `.table-striped`.
|
154
128
|
$table-bg-accent: #f9f9f9 !default;
|
155
129
|
//** Background color used for `.table-hover`.
|
@@ -229,6 +203,30 @@ $input-group-addon-bg: $gray-lighter !default;
|
|
229
203
|
//** Border color for textual input addons
|
230
204
|
$input-group-addon-border-color: $input-border !default;
|
231
205
|
|
206
|
+
//== Type
|
207
|
+
//
|
208
|
+
//##
|
209
|
+
|
210
|
+
//** Horizontal offset for forms and lists.
|
211
|
+
$component-offset-horizontal: 180px !default;
|
212
|
+
//** Text muted color
|
213
|
+
$text-muted: $gray-light !default;
|
214
|
+
//** Abbreviations and acronyms border color
|
215
|
+
$abbr-border-color: $gray-light !default;
|
216
|
+
//** Headings small color
|
217
|
+
$headings-small-color: $gray-light !default;
|
218
|
+
//** Blockquote small color
|
219
|
+
$blockquote-small-color: $gray-light !default;
|
220
|
+
//** Blockquote font size
|
221
|
+
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
222
|
+
//** Blockquote border color
|
223
|
+
$blockquote-border-color: $gray-lighter !default;
|
224
|
+
//** Page header border color
|
225
|
+
$page-header-border-color: $gray-lighter !default;
|
226
|
+
//** Width of horizontal description list titles
|
227
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
228
|
+
//** Horizontal line color.
|
229
|
+
$hr-border: $gray-lighter !default;
|
232
230
|
|
233
231
|
//== Dropdowns
|
234
232
|
//
|
@@ -243,13 +241,12 @@ $dropdown-fallback-border: #ccc !default;
|
|
243
241
|
//** Divider color for between dropdown items.
|
244
242
|
$dropdown-divider-bg: #e5e5e5 !default;
|
245
243
|
|
244
|
+
//** Active dropdown menu item background color.
|
245
|
+
$dropdown-link-active-bg: $component-active-bg !default;
|
246
246
|
//** Dropdown link text color.
|
247
247
|
$dropdown-link-color: $gray-dark !default;
|
248
248
|
//** Hover color for dropdown links.
|
249
249
|
$dropdown-link-hover-color: #fff !default;
|
250
|
-
//** Active dropdown menu item background color.
|
251
|
-
$dropdown-link-active-bg: $component-active-bg !default;
|
252
|
-
|
253
250
|
//** Hover background for dropdown links.
|
254
251
|
$dropdown-link-hover-bg: $dropdown-link-active-bg !default;
|
255
252
|
|
@@ -375,16 +372,16 @@ $navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
|
|
375
372
|
// Navbar links
|
376
373
|
$navbar-default-link-color: #777 !default;
|
377
374
|
$navbar-default-link-hover-color: $brand-info !default;
|
378
|
-
$navbar-default-link-hover-bg:
|
375
|
+
$navbar-default-link-hover-bg: transparent !default;
|
379
376
|
$navbar-default-link-active-color: $navbar-default-link-hover-color !default;
|
380
|
-
$navbar-default-link-active-bg:
|
377
|
+
$navbar-default-link-active-bg: transparent !default;
|
381
378
|
$navbar-default-link-disabled-color: #444 !default;
|
382
|
-
$navbar-default-link-disabled-bg:
|
379
|
+
$navbar-default-link-disabled-bg: transparent !default;
|
383
380
|
|
384
381
|
// Navbar brand label
|
385
382
|
$navbar-default-brand-color: $navbar-default-link-color !default;
|
386
383
|
$navbar-default-brand-hover-color: $navbar-default-link-hover-color !default;
|
387
|
-
$navbar-default-brand-hover-bg:
|
384
|
+
$navbar-default-brand-hover-bg: transparent !default;
|
388
385
|
|
389
386
|
// Navbar toggle
|
390
387
|
$navbar-default-toggle-hover-bg: darken($navbar-default-bg, 6.5%) !default;
|
@@ -401,16 +398,16 @@ $navbar-inverse-border: darken($navbar-inverse-bg, 10%) !def
|
|
401
398
|
// Inverted navbar links
|
402
399
|
$navbar-inverse-link-color: #ddd !default;
|
403
400
|
$navbar-inverse-link-hover-color: #fff !default;
|
404
|
-
$navbar-inverse-link-hover-bg:
|
401
|
+
$navbar-inverse-link-hover-bg: transparent !default;
|
405
402
|
$navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
|
406
|
-
$navbar-inverse-link-active-bg:
|
403
|
+
$navbar-inverse-link-active-bg: transparent !default;
|
407
404
|
$navbar-inverse-link-disabled-color: #ccc !default;
|
408
|
-
$navbar-inverse-link-disabled-bg:
|
405
|
+
$navbar-inverse-link-disabled-bg: transparent !default;
|
409
406
|
|
410
407
|
// Inverted navbar brand label
|
411
408
|
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
412
409
|
$navbar-inverse-brand-hover-color: #fff !default;
|
413
|
-
$navbar-inverse-brand-hover-bg:
|
410
|
+
$navbar-inverse-brand-hover-bg: transparent !default;
|
414
411
|
|
415
412
|
// Inverted navbar toggle
|
416
413
|
$navbar-inverse-toggle-hover-bg: darken($navbar-inverse-bg, 10%) !default;
|
@@ -843,3 +840,4 @@ $pre-color: $gray-dark !default;
|
|
843
840
|
$pre-border-color: #ccc !default;
|
844
841
|
$pre-scrollable-max-height: 340px !default;
|
845
842
|
|
843
|
+
|
@@ -31,6 +31,7 @@
|
|
31
31
|
// Buttons ====================================================================
|
32
32
|
|
33
33
|
.btn {
|
34
|
+
|
34
35
|
font-weight: 300;
|
35
36
|
}
|
36
37
|
|
@@ -45,7 +46,6 @@
|
|
45
46
|
font-size: 12px;
|
46
47
|
}
|
47
48
|
|
48
|
-
|
49
49
|
// Typography =================================================================
|
50
50
|
|
51
51
|
body {
|
@@ -107,7 +107,7 @@ table,
|
|
107
107
|
.table {
|
108
108
|
font-size: 12px;
|
109
109
|
|
110
|
-
a {
|
110
|
+
a:not(.btn) {
|
111
111
|
color: #fff;
|
112
112
|
text-decoration: underline;
|
113
113
|
}
|
@@ -122,7 +122,7 @@ table,
|
|
122
122
|
> thead > tr > td,
|
123
123
|
> tbody > tr > td,
|
124
124
|
> tfoot > tr > td {
|
125
|
-
border-color:
|
125
|
+
border-color: transparent;
|
126
126
|
}
|
127
127
|
}
|
128
128
|
|
@@ -200,7 +200,7 @@ label,
|
|
200
200
|
.open > a,
|
201
201
|
.open > a:hover,
|
202
202
|
.open > a:focus {
|
203
|
-
border-color:
|
203
|
+
border-color: transparent;
|
204
204
|
}
|
205
205
|
}
|
206
206
|
|
@@ -7,9 +7,9 @@
|
|
7
7
|
//
|
8
8
|
//## Gray and brand colors for use across Bootstrap.
|
9
9
|
|
10
|
+
$gray: lighten(#000, 33.5%) !default; // #555
|
10
11
|
$gray-darker: lighten(#000, 13.5%) !default; // #222
|
11
12
|
$gray-dark: lighten(#000, 20%) !default; // #333
|
12
|
-
$gray: lighten(#000, 33.5%) !default; // #555
|
13
13
|
$gray-light: #4E5D6C !default; // #999
|
14
14
|
$gray-lighter: #EBEBEB !default; // #eee
|
15
15
|
|
@@ -18,9 +18,7 @@ $brand-success: #5cb85c !default;
|
|
18
18
|
$brand-info: #5bc0de !default;
|
19
19
|
$brand-warning: #f0ad4e !default;
|
20
20
|
$brand-danger: #d9534f !default;
|
21
|
-
$navbar-default-bg: #4E5D6C !default;
|
22
21
|
|
23
|
-
$navbar-default-link-hover-bg: darken($navbar-default-bg, 3%) !default;
|
24
22
|
|
25
23
|
//== Scaffolding
|
26
24
|
//
|
@@ -114,6 +112,119 @@ $caret-width-base: 4px !default;
|
|
114
112
|
//** Carets increase slightly in size for larger components.
|
115
113
|
$caret-width-large: 5px !default;
|
116
114
|
|
115
|
+
//== Media queries breakpoints
|
116
|
+
//
|
117
|
+
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
118
|
+
|
119
|
+
// Extra small screen / phone
|
120
|
+
//** Deprecated `@screen-xs` as of v3.0.1
|
121
|
+
$screen-xs: 480px !default;
|
122
|
+
//** Deprecated `@screen-xs-min` as of v3.2.0
|
123
|
+
$screen-xs-min: $screen-xs !default;
|
124
|
+
//** Deprecated `@screen-phone` as of v3.0.1
|
125
|
+
$screen-phone: $screen-xs-min !default;
|
126
|
+
|
127
|
+
// Small screen / tablet
|
128
|
+
//** Deprecated `@screen-sm` as of v3.0.1
|
129
|
+
$screen-sm: 768px !default;
|
130
|
+
$screen-sm-min: $screen-sm !default;
|
131
|
+
//** Deprecated `@screen-tablet` as of v3.0.1
|
132
|
+
$screen-tablet: $screen-sm-min !default;
|
133
|
+
|
134
|
+
// Medium screen / desktop
|
135
|
+
//** Deprecated `@screen-md` as of v3.0.1
|
136
|
+
$screen-md: 992px !default;
|
137
|
+
$screen-md-min: $screen-md !default;
|
138
|
+
//** Deprecated `@screen-desktop` as of v3.0.1
|
139
|
+
$screen-desktop: $screen-md-min !default;
|
140
|
+
|
141
|
+
// Large screen / wide desktop
|
142
|
+
//** Deprecated `@screen-lg` as of v3.0.1
|
143
|
+
$screen-lg: 1200px !default;
|
144
|
+
$screen-lg-min: $screen-lg !default;
|
145
|
+
//** Deprecated `@screen-lg-desktop` as of v3.0.1
|
146
|
+
$screen-lg-desktop: $screen-lg-min !default;
|
147
|
+
|
148
|
+
// So media queries don't overlap when required, provide a maximum
|
149
|
+
$screen-xs-max: ($screen-sm-min - 1) !default;
|
150
|
+
$screen-sm-max: ($screen-md-min - 1) !default;
|
151
|
+
$screen-md-max: ($screen-lg-min - 1) !default;
|
152
|
+
|
153
|
+
//== Grid system
|
154
|
+
//
|
155
|
+
//## Define your custom responsive grid.
|
156
|
+
|
157
|
+
//** Number of columns in the grid.
|
158
|
+
$grid-columns: 12 !default;
|
159
|
+
//** Padding between columns. Gets divided in half for the left and right.
|
160
|
+
$grid-gutter-width: 30px !default;
|
161
|
+
// Navbar collapse
|
162
|
+
//** Point at which the navbar becomes uncollapsed.
|
163
|
+
$grid-float-breakpoint: $screen-sm-min !default;
|
164
|
+
//** Point at which the navbar begins collapsing.
|
165
|
+
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
166
|
+
|
167
|
+
//== Navbar
|
168
|
+
//
|
169
|
+
//##
|
170
|
+
|
171
|
+
// Basics of a navbar
|
172
|
+
$navbar-height: 40px !default;
|
173
|
+
$navbar-margin-bottom: $line-height-computed !default;
|
174
|
+
$navbar-border-radius: $border-radius-base !default;
|
175
|
+
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
|
176
|
+
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
|
177
|
+
$navbar-collapse-max-height: 340px !default;
|
178
|
+
|
179
|
+
$navbar-default-color: $text-color !default;
|
180
|
+
$navbar-default-bg: #4E5D6C !default;
|
181
|
+
$navbar-default-border: hsla(0, 100%, 100%, 0) !default;
|
182
|
+
|
183
|
+
// Navbar links
|
184
|
+
$navbar-default-link-color: $text-color !default;
|
185
|
+
$navbar-default-link-hover-color: $navbar-default-link-color !default;
|
186
|
+
$navbar-default-link-hover-bg: darken($navbar-default-bg, 3%) !default;
|
187
|
+
$navbar-default-link-active-color: $navbar-default-link-color !default;
|
188
|
+
$navbar-default-link-active-bg: darken($navbar-default-bg, 3%) !default;
|
189
|
+
$navbar-default-link-disabled-color: #ccc !default;
|
190
|
+
$navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
191
|
+
|
192
|
+
// Navbar brand label
|
193
|
+
$navbar-default-brand-color: $navbar-default-link-color !default;
|
194
|
+
$navbar-default-brand-hover-color: $navbar-default-link-color !default;
|
195
|
+
$navbar-default-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
196
|
+
|
197
|
+
// Navbar toggle
|
198
|
+
$navbar-default-toggle-hover-bg: $navbar-default-link-hover-bg !default;
|
199
|
+
$navbar-default-toggle-icon-bar-bg: $text-color !default;
|
200
|
+
$navbar-default-toggle-border-color: hsla(0, 100%, 100%, 0) !default;
|
201
|
+
|
202
|
+
|
203
|
+
// Inverted navbar
|
204
|
+
// Reset inverted navbar basics
|
205
|
+
$navbar-inverse-color: $text-color !default;
|
206
|
+
$navbar-inverse-bg: $brand-primary !default;
|
207
|
+
$navbar-inverse-border: hsla(0, 100%, 100%, 0) !default;
|
208
|
+
|
209
|
+
// Inverted navbar links
|
210
|
+
$navbar-inverse-link-color: $text-color !default;
|
211
|
+
$navbar-inverse-link-hover-color: $navbar-inverse-link-color !default;
|
212
|
+
$navbar-inverse-link-hover-bg: darken($navbar-inverse-bg, 5%) !default;
|
213
|
+
$navbar-inverse-link-active-color: $navbar-inverse-link-color !default;
|
214
|
+
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 5%) !default;
|
215
|
+
$navbar-inverse-link-disabled-color: #444 !default;
|
216
|
+
$navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
217
|
+
|
218
|
+
// Inverted navbar brand label
|
219
|
+
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
220
|
+
$navbar-inverse-brand-hover-color: $navbar-inverse-link-color !default;
|
221
|
+
$navbar-inverse-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
222
|
+
|
223
|
+
// Inverted navbar toggle
|
224
|
+
$navbar-inverse-toggle-hover-bg: $navbar-inverse-link-hover-bg !default;
|
225
|
+
$navbar-inverse-toggle-icon-bar-bg: $text-color !default;
|
226
|
+
$navbar-inverse-toggle-border-color: hsla(0, 100%, 100%, 0) !default;
|
227
|
+
|
117
228
|
//** Border color for table and cell borders.
|
118
229
|
$table-border-color: $navbar-default-bg !default;
|
119
230
|
|
@@ -141,6 +252,31 @@ $table-bg-accent: $well-bg !default;
|
|
141
252
|
$table-bg-hover: darken($well-bg, 3%) !default;
|
142
253
|
$table-bg-active: $table-bg-hover !default;
|
143
254
|
|
255
|
+
//== Type
|
256
|
+
//
|
257
|
+
//##
|
258
|
+
|
259
|
+
//** Horizontal offset for forms and lists.
|
260
|
+
$component-offset-horizontal: 180px !default;
|
261
|
+
//** Text muted color
|
262
|
+
$text-muted: $table-border-color !default;
|
263
|
+
//** Abbreviations and acronyms border color
|
264
|
+
$abbr-border-color: $table-border-color !default;
|
265
|
+
//** Headings small color
|
266
|
+
$headings-small-color: $text-color !default;
|
267
|
+
//** Blockquote small color
|
268
|
+
$blockquote-small-color: $text-color !default;
|
269
|
+
//** Blockquote font size
|
270
|
+
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
271
|
+
//** Blockquote border color
|
272
|
+
$blockquote-border-color: $table-border-color !default;
|
273
|
+
//** Page header border color
|
274
|
+
$page-header-border-color: $gray-lighter !default;
|
275
|
+
//** Width of horizontal description list titles
|
276
|
+
$dl-horizontal-offset: $component-offset-horizontal !default;
|
277
|
+
//** Horizontal line color.
|
278
|
+
$hr-border: $table-border-color !default;
|
279
|
+
|
144
280
|
|
145
281
|
//== Buttons
|
146
282
|
//
|
@@ -263,60 +399,6 @@ $zindex-modal-background: 1040 !default;
|
|
263
399
|
$zindex-modal: 1050 !default;
|
264
400
|
|
265
401
|
|
266
|
-
//== Media queries breakpoints
|
267
|
-
//
|
268
|
-
//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
|
269
|
-
|
270
|
-
// Extra small screen / phone
|
271
|
-
//** Deprecated `@screen-xs` as of v3.0.1
|
272
|
-
$screen-xs: 480px !default;
|
273
|
-
//** Deprecated `@screen-xs-min` as of v3.2.0
|
274
|
-
$screen-xs-min: $screen-xs !default;
|
275
|
-
//** Deprecated `@screen-phone` as of v3.0.1
|
276
|
-
$screen-phone: $screen-xs-min !default;
|
277
|
-
|
278
|
-
// Small screen / tablet
|
279
|
-
//** Deprecated `@screen-sm` as of v3.0.1
|
280
|
-
$screen-sm: 768px !default;
|
281
|
-
$screen-sm-min: $screen-sm !default;
|
282
|
-
//** Deprecated `@screen-tablet` as of v3.0.1
|
283
|
-
$screen-tablet: $screen-sm-min !default;
|
284
|
-
|
285
|
-
// Medium screen / desktop
|
286
|
-
//** Deprecated `@screen-md` as of v3.0.1
|
287
|
-
$screen-md: 992px !default;
|
288
|
-
$screen-md-min: $screen-md !default;
|
289
|
-
//** Deprecated `@screen-desktop` as of v3.0.1
|
290
|
-
$screen-desktop: $screen-md-min !default;
|
291
|
-
|
292
|
-
// Large screen / wide desktop
|
293
|
-
//** Deprecated `@screen-lg` as of v3.0.1
|
294
|
-
$screen-lg: 1200px !default;
|
295
|
-
$screen-lg-min: $screen-lg !default;
|
296
|
-
//** Deprecated `@screen-lg-desktop` as of v3.0.1
|
297
|
-
$screen-lg-desktop: $screen-lg-min !default;
|
298
|
-
|
299
|
-
// So media queries don't overlap when required, provide a maximum
|
300
|
-
$screen-xs-max: ($screen-sm-min - 1) !default;
|
301
|
-
$screen-sm-max: ($screen-md-min - 1) !default;
|
302
|
-
$screen-md-max: ($screen-lg-min - 1) !default;
|
303
|
-
|
304
|
-
|
305
|
-
//== Grid system
|
306
|
-
//
|
307
|
-
//## Define your custom responsive grid.
|
308
|
-
|
309
|
-
//** Number of columns in the grid.
|
310
|
-
$grid-columns: 12 !default;
|
311
|
-
//** Padding between columns. Gets divided in half for the left and right.
|
312
|
-
$grid-gutter-width: 30px !default;
|
313
|
-
// Navbar collapse
|
314
|
-
//** Point at which the navbar becomes uncollapsed.
|
315
|
-
$grid-float-breakpoint: $screen-sm-min !default;
|
316
|
-
//** Point at which the navbar begins collapsing.
|
317
|
-
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
318
|
-
|
319
|
-
|
320
402
|
//== Container sizes
|
321
403
|
//
|
322
404
|
//## Define the maximum width of `.container` for different screen sizes.
|
@@ -337,66 +419,6 @@ $container-large-desktop: ((1140px + $grid-gutter-width)) !default;
|
|
337
419
|
$container-lg: $container-large-desktop !default;
|
338
420
|
|
339
421
|
|
340
|
-
//== Navbar
|
341
|
-
//
|
342
|
-
//##
|
343
|
-
|
344
|
-
// Basics of a navbar
|
345
|
-
$navbar-height: 40px !default;
|
346
|
-
$navbar-margin-bottom: $line-height-computed !default;
|
347
|
-
$navbar-border-radius: $border-radius-base !default;
|
348
|
-
$navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
|
349
|
-
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
|
350
|
-
$navbar-collapse-max-height: 340px !default;
|
351
|
-
|
352
|
-
$navbar-default-color: $text-color !default;
|
353
|
-
$navbar-default-border: hsla(0, 100%, 100%, 0) !default;
|
354
|
-
|
355
|
-
// Navbar links
|
356
|
-
$navbar-default-link-color: $text-color !default;
|
357
|
-
$navbar-default-link-hover-color: $navbar-default-link-color !default;
|
358
|
-
$navbar-default-link-active-color: $navbar-default-link-color !default;
|
359
|
-
$navbar-default-link-active-bg: darken($navbar-default-bg, 3%) !default;
|
360
|
-
$navbar-default-link-disabled-color: #ccc !default;
|
361
|
-
$navbar-default-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
362
|
-
|
363
|
-
// Navbar brand label
|
364
|
-
$navbar-default-brand-color: $navbar-default-link-color !default;
|
365
|
-
$navbar-default-brand-hover-color: $navbar-default-link-color !default;
|
366
|
-
$navbar-default-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
367
|
-
|
368
|
-
// Navbar toggle
|
369
|
-
$navbar-default-toggle-hover-bg: $navbar-default-link-hover-bg !default;
|
370
|
-
$navbar-default-toggle-icon-bar-bg: $text-color !default;
|
371
|
-
$navbar-default-toggle-border-color: hsla(0, 100%, 100%, 0) !default;
|
372
|
-
|
373
|
-
|
374
|
-
// Inverted navbar
|
375
|
-
// Reset inverted navbar basics
|
376
|
-
$navbar-inverse-color: $text-color !default;
|
377
|
-
$navbar-inverse-bg: $brand-primary !default;
|
378
|
-
$navbar-inverse-border: hsla(0, 100%, 100%, 0) !default;
|
379
|
-
|
380
|
-
// Inverted navbar links
|
381
|
-
$navbar-inverse-link-color: $text-color !default;
|
382
|
-
$navbar-inverse-link-hover-color: $navbar-inverse-link-color !default;
|
383
|
-
$navbar-inverse-link-hover-bg: darken($navbar-inverse-bg, 5%) !default;
|
384
|
-
$navbar-inverse-link-active-color: $navbar-inverse-link-color !default;
|
385
|
-
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 5%) !default;
|
386
|
-
$navbar-inverse-link-disabled-color: #444 !default;
|
387
|
-
$navbar-inverse-link-disabled-bg: hsla(0, 100%, 100%, 0) !default;
|
388
|
-
|
389
|
-
// Inverted navbar brand label
|
390
|
-
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
391
|
-
$navbar-inverse-brand-hover-color: $navbar-inverse-link-color !default;
|
392
|
-
$navbar-inverse-brand-hover-bg: hsla(0, 100%, 100%, 0) !default;
|
393
|
-
|
394
|
-
// Inverted navbar toggle
|
395
|
-
$navbar-inverse-toggle-hover-bg: $navbar-inverse-link-hover-bg !default;
|
396
|
-
$navbar-inverse-toggle-icon-bar-bg: $text-color !default;
|
397
|
-
$navbar-inverse-toggle-border-color: hsla(0, 100%, 100%, 0) !default;
|
398
|
-
|
399
|
-
|
400
422
|
//== Navs
|
401
423
|
//
|
402
424
|
//##
|
@@ -815,29 +837,3 @@ $pre-border-color: #ccc !default;
|
|
815
837
|
$pre-scrollable-max-height: 340px !default;
|
816
838
|
|
817
839
|
|
818
|
-
//== Type
|
819
|
-
//
|
820
|
-
//##
|
821
|
-
|
822
|
-
//** Horizontal offset for forms and lists.
|
823
|
-
$component-offset-horizontal: 180px !default;
|
824
|
-
//** Text muted color
|
825
|
-
$text-muted: $table-border-color !default;
|
826
|
-
//** Abbreviations and acronyms border color
|
827
|
-
$abbr-border-color: $table-border-color !default;
|
828
|
-
//** Headings small color
|
829
|
-
$headings-small-color: $text-color !default;
|
830
|
-
//** Blockquote small color
|
831
|
-
$blockquote-small-color: $text-color !default;
|
832
|
-
//** Blockquote font size
|
833
|
-
$blockquote-font-size: ($font-size-base * 1.25) !default;
|
834
|
-
//** Blockquote border color
|
835
|
-
$blockquote-border-color: $table-border-color !default;
|
836
|
-
//** Page header border color
|
837
|
-
$page-header-border-color: $gray-lighter !default;
|
838
|
-
//** Width of horizontal description list titles
|
839
|
-
$dl-horizontal-offset: $component-offset-horizontal !default;
|
840
|
-
//** Horizontal line color.
|
841
|
-
$hr-border: $table-border-color !default;
|
842
|
-
|
843
|
-
|