compass_radix 2.0.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/stylesheets/_compass_radix.scss +3 -5
- data/stylesheets/compass_radix/_comment.scss +1 -1
- data/stylesheets/compass_radix/_form.scss +117 -64
- data/stylesheets/compass_radix/_layout.scss +3 -27
- data/stylesheets/compass_radix/_menu.scss +0 -187
- data/stylesheets/compass_radix/_mixin.scss +45 -45
- data/stylesheets/compass_radix/_node.scss +39 -41
- data/stylesheets/compass_radix/_panel.scss +17 -6
- data/stylesheets/compass_radix/_structure.scss +198 -50
- data/stylesheets/compass_radix/_variable.scss +523 -179
- data/stylesheets/fontawesome/_bordered-pulled.scss +16 -0
- data/stylesheets/fontawesome/_core.scss +9 -126
- data/stylesheets/fontawesome/_extras.scss +9 -58
- data/stylesheets/fontawesome/_fixed-width.scss +6 -0
- data/stylesheets/fontawesome/_icons.scss +410 -379
- data/stylesheets/fontawesome/_larger.scss +13 -0
- data/stylesheets/fontawesome/_list.scss +19 -0
- data/stylesheets/fontawesome/_mixins.scss +14 -42
- data/stylesheets/fontawesome/_path.scss +6 -6
- data/stylesheets/fontawesome/_rotated-flipped.scss +9 -0
- data/stylesheets/fontawesome/_spinning.scss +30 -0
- data/stylesheets/fontawesome/_stacked.scss +20 -0
- data/stylesheets/fontawesome/_variables.scss +377 -730
- data/stylesheets/fontawesome/font-awesome.scss +9 -25
- data/templates/project/_compass_radix.scss +0 -1
- data/templates/project/manifest.rb +0 -1
- metadata +12 -10
- data/stylesheets/_compass_radix_responsive.scss +0 -13
- data/stylesheets/compass_radix/_responsive_form.scss +0 -80
- data/stylesheets/compass_radix/_responsive_menu.scss +0 -75
- data/stylesheets/fontawesome/_bootstrap.scss +0 -84
- data/stylesheets/fontawesome/font-awesome-ie7.scss +0 -1953
@@ -2,134 +2,194 @@
|
|
2
2
|
// Variables
|
3
3
|
// --------------------------------------------------
|
4
4
|
|
5
|
+
// bootstrap specific variable. set to false if not using ruby + asset pipeline / compass.
|
6
|
+
$bootstrap-sass-asset-helper: false !default;
|
7
|
+
|
5
8
|
// Global values
|
6
9
|
// --------------------------------------------------
|
7
10
|
|
8
|
-
|
9
11
|
// Grays
|
10
12
|
// -------------------------
|
11
|
-
$black: #000 !default;
|
12
|
-
$grayDarker: #222 !default;
|
13
|
-
$grayDark: #333 !default;
|
14
|
-
$gray: #555 !default;
|
15
|
-
$grayLight: #999 !default;
|
16
|
-
$grayLighter: #eee !default;
|
17
|
-
$white: #fff !default;
|
18
13
|
|
14
|
+
$gray-darker: lighten(#000, 13.5%) !default; // #222
|
15
|
+
$gray-dark: lighten(#000, 20%) !default; // #333
|
16
|
+
$gray: lighten(#000, 33.5%) !default; // #555
|
17
|
+
$gray-light: lighten(#000, 60%) !default; // #999
|
18
|
+
$gray-lighter: lighten(#000, 93.5%) !default; // #eee
|
19
19
|
|
20
|
-
//
|
20
|
+
// Brand colors
|
21
21
|
// -------------------------
|
22
|
-
$blue: #049cdb !default;
|
23
|
-
$blueDark: #0064cd !default;
|
24
|
-
$green: #46a546 !default;
|
25
|
-
$red: #9d261d !default;
|
26
|
-
$yellow: #ffc40d !default;
|
27
|
-
$orange: #f89406 !default;
|
28
|
-
$pink: #c3325f !default;
|
29
|
-
$purple: #7a43b6 !default;
|
30
22
|
|
23
|
+
$brand-primary: #428bca !default;
|
24
|
+
$brand-success: #5cb85c !default;
|
25
|
+
$brand-warning: #f0ad4e !default;
|
26
|
+
$brand-danger: #d9534f !default;
|
27
|
+
$brand-info: #5bc0de !default;
|
31
28
|
|
32
29
|
// Scaffolding
|
33
30
|
// -------------------------
|
34
|
-
$bodyBackground: $white !default;
|
35
|
-
$textColor: $grayDark !default;
|
36
31
|
|
32
|
+
$body-bg: #fff !default;
|
33
|
+
$text-color: $gray-dark !default;
|
37
34
|
|
38
35
|
// Links
|
39
36
|
// -------------------------
|
40
|
-
$linkColor: #08c !default;
|
41
|
-
$linkColorHover: darken($linkColor, 15%) !default;
|
42
37
|
|
38
|
+
$link-color: $brand-primary !default;
|
39
|
+
$link-hover-color: darken($link-color, 15%) !default;
|
43
40
|
|
44
41
|
// Typography
|
45
42
|
// -------------------------
|
46
|
-
$sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
47
|
-
$serifFontFamily: Georgia, "Times New Roman", Times, serif !default;
|
48
|
-
$monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace !default;
|
49
43
|
|
50
|
-
$
|
51
|
-
$
|
52
|
-
$
|
53
|
-
$
|
44
|
+
$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
45
|
+
$font-family-serif: Georgia, "Times New Roman", Times, serif !default;
|
46
|
+
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
|
47
|
+
$font-family-base: $font-family-sans-serif !default;
|
48
|
+
|
49
|
+
$font-size-base: 14px !default;
|
50
|
+
$font-size-large: ceil($font-size-base * 1.25) !default; // ~18px
|
51
|
+
$font-size-small: ceil($font-size-base * 0.85) !default; // ~12px
|
52
|
+
|
53
|
+
$font-size-h1: floor($font-size-base * 2.6) !default; // ~36px
|
54
|
+
$font-size-h2: floor($font-size-base * 2.15) !default; // ~30px
|
55
|
+
$font-size-h3: ceil($font-size-base * 1.7) !default; // ~24px
|
56
|
+
$font-size-h4: ceil($font-size-base * 1.25) !default; // ~18px
|
57
|
+
$font-size-h5: $font-size-base !default;
|
58
|
+
$font-size-h6: ceil($font-size-base * 0.85) !default; // ~12px
|
54
59
|
|
55
|
-
$
|
56
|
-
$
|
57
|
-
$headingsColor: inherit; // empty to use BS default, $textColor
|
60
|
+
$line-height-base: 1.428571429 !default; // 20/14
|
61
|
+
$line-height-computed: floor($font-size-base * $line-height-base) !default; // ~20px
|
58
62
|
|
63
|
+
$headings-font-family: $font-family-base !default;
|
64
|
+
$headings-font-weight: 500 !default;
|
65
|
+
$headings-line-height: 1.1 !default;
|
66
|
+
$headings-color: inherit !default;
|
59
67
|
|
60
|
-
|
68
|
+
|
69
|
+
// Iconography
|
61
70
|
// -------------------------
|
62
|
-
// Based on 14px font-size and 20px line-height
|
63
71
|
|
64
|
-
$
|
65
|
-
$
|
66
|
-
|
72
|
+
$icon-font-path: "bootstrap/" !default;
|
73
|
+
$icon-font-name: "glyphicons-halflings-regular" !default;
|
74
|
+
|
75
|
+
|
76
|
+
// Components
|
77
|
+
// -------------------------
|
78
|
+
// Based on 14px font-size and 1.428 line-height (~20px to start)
|
67
79
|
|
68
|
-
$
|
69
|
-
$
|
70
|
-
$paddingMini: 0 6px; // 22px
|
80
|
+
$padding-base-vertical: 6px !default;
|
81
|
+
$padding-base-horizontal: 12px !default;
|
71
82
|
|
72
|
-
$
|
73
|
-
$
|
74
|
-
$borderRadiusSmall: 3px !default;
|
83
|
+
$padding-large-vertical: 10px !default;
|
84
|
+
$padding-large-horizontal: 16px !default;
|
75
85
|
|
86
|
+
$padding-small-vertical: 5px !default;
|
87
|
+
$padding-small-horizontal: 10px !default;
|
88
|
+
|
89
|
+
$padding-xs-vertical: 1px !default;
|
90
|
+
$padding-xs-horizontal: 5px !default;
|
91
|
+
|
92
|
+
$line-height-large: 1.33 !default;
|
93
|
+
$line-height-small: 1.5 !default;
|
94
|
+
|
95
|
+
$border-radius-base: 4px !default;
|
96
|
+
$border-radius-large: 6px !default;
|
97
|
+
$border-radius-small: 3px !default;
|
98
|
+
|
99
|
+
$component-active-color: #fff !default;
|
100
|
+
$component-active-bg: $brand-primary !default;
|
101
|
+
|
102
|
+
$caret-width-base: 4px !default;
|
103
|
+
$caret-width-large: 5px !default;
|
76
104
|
|
77
105
|
// Tables
|
78
106
|
// -------------------------
|
79
|
-
|
80
|
-
$
|
81
|
-
$
|
82
|
-
|
107
|
+
|
108
|
+
$table-cell-padding: 8px !default;
|
109
|
+
$table-condensed-cell-padding: 5px !default;
|
110
|
+
|
111
|
+
$table-bg: transparent !default; // overall background-color
|
112
|
+
$table-bg-accent: #f9f9f9 !default; // for striping
|
113
|
+
$table-bg-hover: #f5f5f5 !default;
|
114
|
+
$table-bg-active: $table-bg-hover !default;
|
115
|
+
|
116
|
+
$table-border-color: #ddd !default; // table and cell border
|
117
|
+
|
83
118
|
|
84
119
|
// Buttons
|
85
120
|
// -------------------------
|
86
|
-
$btnBackground: $white !default;
|
87
|
-
$btnBackgroundHighlight: darken($white, 10%) !default;
|
88
|
-
$btnBorder: #bbb !default;
|
89
121
|
|
90
|
-
$
|
91
|
-
|
122
|
+
$btn-font-weight: normal !default;
|
123
|
+
|
124
|
+
$btn-default-color: #333 !default;
|
125
|
+
$btn-default-bg: #fff !default;
|
126
|
+
$btn-default-border: #ccc !default;
|
127
|
+
|
128
|
+
$btn-primary-color: #fff !default;
|
129
|
+
$btn-primary-bg: $brand-primary !default;
|
130
|
+
$btn-primary-border: darken($btn-primary-bg, 5%) !default;
|
92
131
|
|
93
|
-
$
|
94
|
-
$
|
132
|
+
$btn-success-color: #fff !default;
|
133
|
+
$btn-success-bg: $brand-success !default;
|
134
|
+
$btn-success-border: darken($btn-success-bg, 5%) !default;
|
95
135
|
|
96
|
-
$
|
97
|
-
$
|
136
|
+
$btn-warning-color: #fff !default;
|
137
|
+
$btn-warning-bg: $brand-warning !default;
|
138
|
+
$btn-warning-border: darken($btn-warning-bg, 5%) !default;
|
98
139
|
|
99
|
-
$
|
100
|
-
$
|
140
|
+
$btn-danger-color: #fff !default;
|
141
|
+
$btn-danger-bg: $brand-danger !default;
|
142
|
+
$btn-danger-border: darken($btn-danger-bg, 5%) !default;
|
101
143
|
|
102
|
-
$
|
103
|
-
$
|
144
|
+
$btn-info-color: #fff !default;
|
145
|
+
$btn-info-bg: $brand-info !default;
|
146
|
+
$btn-info-border: darken($btn-info-bg, 5%) !default;
|
104
147
|
|
105
|
-
$
|
106
|
-
$btnInverseBackgroundHighlight: $grayDarker !default;
|
148
|
+
$btn-link-disabled-color: $gray-light !default;
|
107
149
|
|
108
150
|
|
109
151
|
// Forms
|
110
152
|
// -------------------------
|
111
|
-
|
112
|
-
$
|
113
|
-
$
|
114
|
-
|
115
|
-
$
|
116
|
-
$
|
153
|
+
|
154
|
+
$input-bg: #fff !default;
|
155
|
+
$input-bg-disabled: $gray-lighter !default;
|
156
|
+
|
157
|
+
$input-color: $gray !default;
|
158
|
+
$input-border: #ccc !default;
|
159
|
+
$input-border-radius: $border-radius-base !default;
|
160
|
+
$input-border-focus: #66afe9 !default;
|
161
|
+
|
162
|
+
$input-color-placeholder: $gray-light !default;
|
163
|
+
|
164
|
+
$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) !default;
|
165
|
+
$input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2) !default;
|
166
|
+
$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
|
167
|
+
|
168
|
+
$legend-color: $gray-dark !default;
|
169
|
+
$legend-border-color: #e5e5e5 !default;
|
170
|
+
|
171
|
+
$input-group-addon-bg: $gray-lighter !default;
|
172
|
+
$input-group-addon-border-color: $input-border !default;
|
117
173
|
|
118
174
|
|
119
175
|
// Dropdowns
|
120
176
|
// -------------------------
|
121
|
-
$dropdownBackground: $white !default;
|
122
|
-
$dropdownBorder: rgba(0,0,0,.2) !default;
|
123
|
-
$dropdownDividerTop: #e5e5e5 !default;
|
124
|
-
$dropdownDividerBottom: $white !default;
|
125
177
|
|
126
|
-
$
|
127
|
-
$
|
128
|
-
$
|
178
|
+
$dropdown-bg: #fff !default;
|
179
|
+
$dropdown-border: rgba(0,0,0,.15) !default;
|
180
|
+
$dropdown-fallback-border: #ccc !default;
|
181
|
+
$dropdown-divider-bg: #e5e5e5 !default;
|
182
|
+
|
183
|
+
$dropdown-link-color: $gray-dark !default;
|
184
|
+
$dropdown-link-hover-color: darken($gray-dark, 5%) !default;
|
185
|
+
$dropdown-link-hover-bg: #f5f5f5 !default;
|
129
186
|
|
130
|
-
$
|
131
|
-
$
|
187
|
+
$dropdown-link-active-color: $component-active-color !default;
|
188
|
+
$dropdown-link-active-bg: $component-active-bg !default;
|
132
189
|
|
190
|
+
$dropdown-link-disabled-color: $gray-light !default;
|
191
|
+
|
192
|
+
$dropdown-header-color: $gray-light !default;
|
133
193
|
|
134
194
|
|
135
195
|
// COMPONENT VARIABLES
|
@@ -140,161 +200,445 @@ $dropdownLinkBackgroundHover: $dropdownLinkBackgroundActive !default;
|
|
140
200
|
// -------------------------
|
141
201
|
// Used for a bird's eye view of components dependent on the z-axis
|
142
202
|
// Try to avoid customizing these :)
|
143
|
-
$zindexDropdown: 1000 !default;
|
144
|
-
$zindexPopover: 1010 !default;
|
145
|
-
$zindexTooltip: 1030 !default;
|
146
|
-
$zindexFixedNavbar: 1030 !default;
|
147
|
-
$zindexModalBackdrop: 1040 !default;
|
148
|
-
$zindexModal: 1050 !default;
|
149
203
|
|
204
|
+
$zindex-navbar: 1000 !default;
|
205
|
+
$zindex-dropdown: 1000 !default;
|
206
|
+
$zindex-popover: 1010 !default;
|
207
|
+
$zindex-tooltip: 1030 !default;
|
208
|
+
$zindex-navbar-fixed: 1030 !default;
|
209
|
+
$zindex-modal-background: 1040 !default;
|
210
|
+
$zindex-modal: 1050 !default;
|
211
|
+
|
212
|
+
// Media queries breakpoints
|
213
|
+
// --------------------------------------------------
|
214
|
+
|
215
|
+
// Extra small screen / phone
|
216
|
+
// Note: Deprecated $screen-xs and $screen-phone as of v3.0.1
|
217
|
+
$screen-xs: 480px !default;
|
218
|
+
$screen-xs-min: $screen-xs !default;
|
219
|
+
$screen-phone: $screen-xs-min !default;
|
220
|
+
|
221
|
+
// Small screen / tablet
|
222
|
+
// Note: Deprecated $screen-sm and $screen-tablet as of v3.0.1
|
223
|
+
$screen-sm: 768px !default;
|
224
|
+
$screen-sm-min: $screen-sm !default;
|
225
|
+
$screen-tablet: $screen-sm-min !default;
|
226
|
+
|
227
|
+
// Medium screen / desktop
|
228
|
+
// Note: Deprecated $screen-md and $screen-desktop as of v3.0.1
|
229
|
+
$screen-md: 992px !default;
|
230
|
+
$screen-md-min: $screen-md !default;
|
231
|
+
$screen-desktop: $screen-md-min !default;
|
232
|
+
|
233
|
+
// Large screen / wide desktop
|
234
|
+
// Note: Deprecated $screen-lg and $screen-lg-desktop as of v3.0.1
|
235
|
+
$screen-lg: 1200px !default;
|
236
|
+
$screen-lg-min: $screen-lg !default;
|
237
|
+
$screen-lg-desktop: $screen-lg-min !default;
|
238
|
+
|
239
|
+
// So media queries don't overlap when required, provide a maximum
|
240
|
+
$screen-xs-max: ($screen-sm-min - 1) !default;
|
241
|
+
$screen-sm-max: ($screen-md-min - 1) !default;
|
242
|
+
$screen-md-max: ($screen-lg-min - 1) !default;
|
243
|
+
|
244
|
+
|
245
|
+
// Grid system
|
246
|
+
// --------------------------------------------------
|
247
|
+
|
248
|
+
// Number of columns in the grid system
|
249
|
+
$grid-columns: 12 !default;
|
250
|
+
// Padding, to be divided by two and applied to the left and right of all columns
|
251
|
+
$grid-gutter-width: 30px !default;
|
252
|
+
|
253
|
+
// Navbar collapse
|
150
254
|
|
151
|
-
//
|
255
|
+
// Point at which the navbar becomes uncollapsed
|
256
|
+
$grid-float-breakpoint: $screen-sm-min !default;
|
257
|
+
// Point at which the navbar begins collapsing
|
258
|
+
$grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
|
259
|
+
|
260
|
+
|
261
|
+
// Navbar
|
152
262
|
// -------------------------
|
153
|
-
|
154
|
-
|
263
|
+
|
264
|
+
// Basics of a navbar
|
265
|
+
$navbar-height: 50px !default;
|
266
|
+
$navbar-margin-bottom: $line-height-computed !default;
|
267
|
+
$navbar-border-radius: $border-radius-base !default;
|
268
|
+
$navbar-padding-horizontal: floor($grid-gutter-width / 2) !default;
|
269
|
+
$navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
|
270
|
+
|
271
|
+
$navbar-default-color: #777 !default;
|
272
|
+
$navbar-default-bg: #f8f8f8 !default;
|
273
|
+
$navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
|
274
|
+
|
275
|
+
// Navbar links
|
276
|
+
$navbar-default-link-color: #777 !default;
|
277
|
+
$navbar-default-link-hover-color: #333 !default;
|
278
|
+
$navbar-default-link-hover-bg: transparent !default;
|
279
|
+
$navbar-default-link-active-color: #555 !default;
|
280
|
+
$navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%) !default;
|
281
|
+
$navbar-default-link-disabled-color: #ccc !default;
|
282
|
+
$navbar-default-link-disabled-bg: transparent !default;
|
283
|
+
|
284
|
+
// Navbar brand label
|
285
|
+
$navbar-default-brand-color: $navbar-default-link-color !default;
|
286
|
+
$navbar-default-brand-hover-color: darken($navbar-default-brand-color, 10%) !default;
|
287
|
+
$navbar-default-brand-hover-bg: transparent !default;
|
288
|
+
|
289
|
+
// Navbar toggle
|
290
|
+
$navbar-default-toggle-hover-bg: #ddd !default;
|
291
|
+
$navbar-default-toggle-icon-bar-bg: #ccc !default;
|
292
|
+
$navbar-default-toggle-border-color: #ddd !default;
|
155
293
|
|
156
294
|
|
157
|
-
//
|
295
|
+
// Inverted navbar
|
296
|
+
//
|
297
|
+
// Reset inverted navbar basics
|
298
|
+
$navbar-inverse-color: $gray-light !default;
|
299
|
+
$navbar-inverse-bg: #222 !default;
|
300
|
+
$navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
|
301
|
+
|
302
|
+
// Inverted navbar links
|
303
|
+
$navbar-inverse-link-color: $gray-light !default;
|
304
|
+
$navbar-inverse-link-hover-color: #fff !default;
|
305
|
+
$navbar-inverse-link-hover-bg: transparent !default;
|
306
|
+
$navbar-inverse-link-active-color: $navbar-inverse-link-hover-color !default;
|
307
|
+
$navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%) !default;
|
308
|
+
$navbar-inverse-link-disabled-color: #444 !default;
|
309
|
+
$navbar-inverse-link-disabled-bg: transparent !default;
|
310
|
+
|
311
|
+
// Inverted navbar brand label
|
312
|
+
$navbar-inverse-brand-color: $navbar-inverse-link-color !default;
|
313
|
+
$navbar-inverse-brand-hover-color: #fff !default;
|
314
|
+
$navbar-inverse-brand-hover-bg: transparent !default;
|
315
|
+
|
316
|
+
// Inverted navbar toggle
|
317
|
+
$navbar-inverse-toggle-hover-bg: #333 !default;
|
318
|
+
$navbar-inverse-toggle-icon-bar-bg: #fff !default;
|
319
|
+
$navbar-inverse-toggle-border-color: #333 !default;
|
320
|
+
|
321
|
+
|
322
|
+
// Navs
|
158
323
|
// -------------------------
|
159
|
-
$placeholderText: $grayLight !default;
|
160
324
|
|
325
|
+
$nav-link-padding: 10px 15px !default;
|
326
|
+
$nav-link-hover-bg: $gray-lighter !default;
|
161
327
|
|
162
|
-
|
328
|
+
$nav-disabled-link-color: $gray-light !default;
|
329
|
+
$nav-disabled-link-hover-color: $gray-light !default;
|
330
|
+
|
331
|
+
$nav-open-link-hover-color: #fff !default;
|
332
|
+
|
333
|
+
// Tabs
|
334
|
+
$nav-tabs-border-color: #ddd !default;
|
335
|
+
|
336
|
+
$nav-tabs-link-hover-border-color: $gray-lighter !default;
|
337
|
+
|
338
|
+
$nav-tabs-active-link-hover-bg: $body-bg !default;
|
339
|
+
$nav-tabs-active-link-hover-color: $gray !default;
|
340
|
+
$nav-tabs-active-link-hover-border-color: #ddd !default;
|
341
|
+
|
342
|
+
$nav-tabs-justified-link-border-color: #ddd !default;
|
343
|
+
$nav-tabs-justified-active-link-border-color: $body-bg !default;
|
344
|
+
|
345
|
+
// Pills
|
346
|
+
$nav-pills-border-radius: $border-radius-base !default;
|
347
|
+
$nav-pills-active-link-hover-bg: $component-active-bg !default;
|
348
|
+
$nav-pills-active-link-hover-color: $component-active-color !default;
|
349
|
+
|
350
|
+
|
351
|
+
// Pagination
|
163
352
|
// -------------------------
|
164
|
-
$hrBorder: $grayLighter !default;
|
165
353
|
|
354
|
+
$pagination-bg: #fff !default;
|
355
|
+
$pagination-border: #ddd !default;
|
166
356
|
|
167
|
-
|
357
|
+
$pagination-hover-bg: $gray-lighter !default;
|
358
|
+
|
359
|
+
$pagination-active-bg: $brand-primary !default;
|
360
|
+
$pagination-active-color: #fff !default;
|
361
|
+
|
362
|
+
$pagination-disabled-color: $gray-light !default;
|
363
|
+
|
364
|
+
|
365
|
+
// Pager
|
168
366
|
// -------------------------
|
169
|
-
$horizontalComponentOffset: 180px !default;
|
170
367
|
|
368
|
+
$pager-border-radius: 15px !default;
|
369
|
+
$pager-disabled-color: $gray-light !default;
|
171
370
|
|
172
|
-
|
371
|
+
|
372
|
+
// Jumbotron
|
173
373
|
// -------------------------
|
174
|
-
$wellBackground: #f5f5f5 !default;
|
175
374
|
|
375
|
+
$jumbotron-padding: 30px !default;
|
376
|
+
$jumbotron-color: inherit !default;
|
377
|
+
$jumbotron-bg: $gray-lighter !default;
|
378
|
+
$jumbotron-heading-color: inherit !default;
|
379
|
+
$jumbotron-font-size: ceil($font-size-base * 1.5) !default;
|
176
380
|
|
177
|
-
|
381
|
+
|
382
|
+
// Form states and alerts
|
178
383
|
// -------------------------
|
179
|
-
$navbarCollapseWidth: 979px !default;
|
180
|
-
$navbarCollapseDesktopWidth: $navbarCollapseWidth + 1 !default;
|
181
384
|
|
182
|
-
$
|
183
|
-
$
|
184
|
-
$
|
185
|
-
$navbarBorder: darken($navbarBackground, 12%) !default;
|
385
|
+
$state-success-text: #3c763d !default;
|
386
|
+
$state-success-bg: #dff0d8 !default;
|
387
|
+
$state-success-border: darken(adjust-hue($state-success-bg, -10), 5%) !default;
|
186
388
|
|
187
|
-
$
|
188
|
-
$
|
189
|
-
$
|
190
|
-
$navbarLinkColorActive: $gray !default;
|
191
|
-
$navbarLinkBackgroundHover: transparent !default;
|
192
|
-
$navbarLinkBackgroundActive: darken($navbarBackground, 5%) !default;
|
389
|
+
$state-info-text: #31708f !default;
|
390
|
+
$state-info-bg: #d9edf7 !default;
|
391
|
+
$state-info-border: darken(adjust-hue($state-info-bg, -10), 7%) !default;
|
193
392
|
|
194
|
-
$
|
393
|
+
$state-warning-text: #8a6d3b !default;
|
394
|
+
$state-warning-bg: #fcf8e3 !default;
|
395
|
+
$state-warning-border: darken(adjust-hue($state-warning-bg, -10), 5%) !default;
|
195
396
|
|
196
|
-
|
197
|
-
$
|
198
|
-
$
|
199
|
-
$navbarInverseBorder: #252525 !default;
|
397
|
+
$state-danger-text: #a94442 !default;
|
398
|
+
$state-danger-bg: #f2dede !default;
|
399
|
+
$state-danger-border: darken(adjust-hue($state-danger-bg, -10), 5%) !default;
|
200
400
|
|
201
|
-
$navbarInverseText: $grayLight !default;
|
202
|
-
$navbarInverseLinkColor: $grayLight !default;
|
203
|
-
$navbarInverseLinkColorHover: $white !default;
|
204
|
-
$navbarInverseLinkColorActive: $navbarInverseLinkColorHover !default;
|
205
|
-
$navbarInverseLinkBackgroundHover: transparent !default;
|
206
|
-
$navbarInverseLinkBackgroundActive: $navbarInverseBackground !default;
|
207
401
|
|
208
|
-
|
209
|
-
|
210
|
-
$
|
211
|
-
$
|
402
|
+
// Tooltips
|
403
|
+
// -------------------------
|
404
|
+
$tooltip-max-width: 200px !default;
|
405
|
+
$tooltip-color: #fff !default;
|
406
|
+
$tooltip-bg: #000 !default;
|
212
407
|
|
213
|
-
$
|
408
|
+
$tooltip-arrow-width: 5px !default;
|
409
|
+
$tooltip-arrow-color: $tooltip-bg !default;
|
214
410
|
|
215
411
|
|
216
|
-
//
|
412
|
+
// Popovers
|
217
413
|
// -------------------------
|
218
|
-
$
|
219
|
-
$
|
220
|
-
$
|
414
|
+
$popover-bg: #fff !default;
|
415
|
+
$popover-max-width: 276px !default;
|
416
|
+
$popover-border-color: rgba(0,0,0,.2) !default;
|
417
|
+
$popover-fallback-border-color: #ccc !default;
|
221
418
|
|
419
|
+
$popover-title-bg: darken($popover-bg, 3%) !default;
|
222
420
|
|
223
|
-
|
421
|
+
$popover-arrow-width: 10px !default;
|
422
|
+
$popover-arrow-color: #fff !default;
|
423
|
+
|
424
|
+
$popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
|
425
|
+
$popover-arrow-outer-color: rgba(0,0,0,.25) !default;
|
426
|
+
$popover-arrow-outer-fallback-color: #999 !default;
|
427
|
+
|
428
|
+
|
429
|
+
// Labels
|
224
430
|
// -------------------------
|
225
|
-
$heroUnitBackground: $grayLighter !default;
|
226
|
-
$heroUnitHeadingColor: inherit !default;
|
227
|
-
$heroUnitLeadColor: inherit !default;
|
228
431
|
|
432
|
+
$label-default-bg: $gray-light !default;
|
433
|
+
$label-primary-bg: $brand-primary !default;
|
434
|
+
$label-success-bg: $brand-success !default;
|
435
|
+
$label-info-bg: $brand-info !default;
|
436
|
+
$label-warning-bg: $brand-warning !default;
|
437
|
+
$label-danger-bg: $brand-danger !default;
|
229
438
|
|
230
|
-
|
439
|
+
$label-color: #fff !default;
|
440
|
+
$label-link-hover-color: #fff !default;
|
441
|
+
|
442
|
+
|
443
|
+
// Modals
|
231
444
|
// -------------------------
|
232
|
-
$
|
233
|
-
$warningBackground: #fcf8e3 !default;
|
234
|
-
$warningBorder: darken(adjust-hue($warningBackground, -10), 3%) !default;
|
445
|
+
$modal-inner-padding: 20px !default;
|
235
446
|
|
236
|
-
$
|
237
|
-
$
|
238
|
-
$errorBorder: darken(adjust-hue($errorBackground, -10), 3%) !default;
|
447
|
+
$modal-title-padding: 15px !default;
|
448
|
+
$modal-title-line-height: $line-height-base !default;
|
239
449
|
|
240
|
-
$
|
241
|
-
$
|
242
|
-
$
|
450
|
+
$modal-content-bg: #fff !default;
|
451
|
+
$modal-content-border-color: rgba(0,0,0,.2) !default;
|
452
|
+
$modal-content-fallback-border-color: #999 !default;
|
243
453
|
|
244
|
-
$
|
245
|
-
$
|
246
|
-
$
|
454
|
+
$modal-backdrop-bg: #000 !default;
|
455
|
+
$modal-header-border-color: #e5e5e5 !default;
|
456
|
+
$modal-footer-border-color: $modal-header-border-color !default;
|
247
457
|
|
248
458
|
|
249
|
-
//
|
459
|
+
// Alerts
|
250
460
|
// -------------------------
|
251
|
-
$
|
252
|
-
$
|
253
|
-
$
|
254
|
-
$tooltipArrowColor: $tooltipBackground !default;
|
461
|
+
$alert-padding: 15px !default;
|
462
|
+
$alert-border-radius: $border-radius-base !default;
|
463
|
+
$alert-link-font-weight: bold !default;
|
255
464
|
|
256
|
-
$
|
257
|
-
$
|
258
|
-
$
|
259
|
-
$popoverTitleBackground: darken($popoverBackground, 3%) !default;
|
465
|
+
$alert-success-bg: $state-success-bg !default;
|
466
|
+
$alert-success-text: $state-success-text !default;
|
467
|
+
$alert-success-border: $state-success-border !default;
|
260
468
|
|
261
|
-
|
262
|
-
$
|
263
|
-
$
|
469
|
+
$alert-info-bg: $state-info-bg !default;
|
470
|
+
$alert-info-text: $state-info-text !default;
|
471
|
+
$alert-info-border: $state-info-border !default;
|
264
472
|
|
473
|
+
$alert-warning-bg: $state-warning-bg !default;
|
474
|
+
$alert-warning-text: $state-warning-text !default;
|
475
|
+
$alert-warning-border: $state-warning-border !default;
|
265
476
|
|
477
|
+
$alert-danger-bg: $state-danger-bg !default;
|
478
|
+
$alert-danger-text: $state-danger-text !default;
|
479
|
+
$alert-danger-border: $state-danger-border !default;
|
480
|
+
|
481
|
+
|
482
|
+
// Progress bars
|
483
|
+
// -------------------------
|
484
|
+
$progress-bg: #f5f5f5 !default;
|
485
|
+
$progress-bar-color: #fff !default;
|
486
|
+
|
487
|
+
$progress-bar-bg: $brand-primary !default;
|
488
|
+
$progress-bar-success-bg: $brand-success !default;
|
489
|
+
$progress-bar-warning-bg: $brand-warning !default;
|
490
|
+
$progress-bar-danger-bg: $brand-danger !default;
|
491
|
+
$progress-bar-info-bg: $brand-info !default;
|
492
|
+
|
493
|
+
|
494
|
+
// List group
|
495
|
+
// -------------------------
|
496
|
+
$list-group-bg: #fff !default;
|
497
|
+
$list-group-border: #ddd !default;
|
498
|
+
$list-group-border-radius: $border-radius-base !default;
|
499
|
+
|
500
|
+
$list-group-hover-bg: #f5f5f5 !default;
|
501
|
+
$list-group-active-color: $component-active-color !default;
|
502
|
+
$list-group-active-bg: $component-active-bg !default;
|
503
|
+
$list-group-active-border: $list-group-active-bg !default;
|
504
|
+
|
505
|
+
$list-group-link-color: #555 !default;
|
506
|
+
$list-group-link-heading-color: #333 !default;
|
507
|
+
|
508
|
+
|
509
|
+
// Panels
|
510
|
+
// -------------------------
|
511
|
+
$panel-bg: #fff !default;
|
512
|
+
$panel-inner-border: #ddd !default;
|
513
|
+
$panel-border-radius: $border-radius-base !default;
|
514
|
+
$panel-footer-bg: #f5f5f5 !default;
|
515
|
+
|
516
|
+
$panel-default-text: $gray-dark !default;
|
517
|
+
$panel-default-border: #ddd !default;
|
518
|
+
$panel-default-heading-bg: #f5f5f5 !default;
|
519
|
+
|
520
|
+
$panel-primary-text: #fff !default;
|
521
|
+
$panel-primary-border: $brand-primary !default;
|
522
|
+
$panel-primary-heading-bg: $brand-primary !default;
|
523
|
+
|
524
|
+
$panel-success-text: $state-success-text !default;
|
525
|
+
$panel-success-border: $state-success-border !default;
|
526
|
+
$panel-success-heading-bg: $state-success-bg !default;
|
527
|
+
|
528
|
+
$panel-warning-text: $state-warning-text !default;
|
529
|
+
$panel-warning-border: $state-warning-border !default;
|
530
|
+
$panel-warning-heading-bg: $state-warning-bg !default;
|
531
|
+
|
532
|
+
$panel-danger-text: $state-danger-text !default;
|
533
|
+
$panel-danger-border: $state-danger-border !default;
|
534
|
+
$panel-danger-heading-bg: $state-danger-bg !default;
|
535
|
+
|
536
|
+
$panel-info-text: $state-info-text !default;
|
537
|
+
$panel-info-border: $state-info-border !default;
|
538
|
+
$panel-info-heading-bg: $state-info-bg !default;
|
266
539
|
|
267
|
-
// GRID
|
268
|
-
// --------------------------------------------------
|
269
540
|
|
541
|
+
// Thumbnails
|
542
|
+
// -------------------------
|
543
|
+
$thumbnail-padding: 4px !default;
|
544
|
+
$thumbnail-bg: $body-bg !default;
|
545
|
+
$thumbnail-border: #ddd !default;
|
546
|
+
$thumbnail-border-radius: $border-radius-base !default;
|
547
|
+
|
548
|
+
$thumbnail-caption-color: $text-color !default;
|
549
|
+
$thumbnail-caption-padding: 9px !default;
|
550
|
+
|
551
|
+
|
552
|
+
// Wells
|
553
|
+
// -------------------------
|
554
|
+
$well-bg: #f5f5f5 !default;
|
270
555
|
|
271
|
-
|
556
|
+
|
557
|
+
// Badges
|
272
558
|
// -------------------------
|
273
|
-
$
|
274
|
-
$
|
275
|
-
$
|
276
|
-
$gridRowWidth: ($gridColumns * $gridColumnWidth) + ($gridGutterWidth * ($gridColumns - 1)) !default;
|
559
|
+
$badge-color: #fff !default;
|
560
|
+
$badge-link-hover-color: #fff !default;
|
561
|
+
$badge-bg: $gray-light !default;
|
277
562
|
|
278
|
-
|
279
|
-
$
|
280
|
-
$gridGutterWidth1200: 30px !default;
|
281
|
-
$gridRowWidth1200: ($gridColumns * $gridColumnWidth1200) + ($gridGutterWidth1200 * ($gridColumns - 1)) !default;
|
563
|
+
$badge-active-color: $link-color !default;
|
564
|
+
$badge-active-bg: #fff !default;
|
282
565
|
|
283
|
-
|
284
|
-
$
|
285
|
-
$
|
286
|
-
$gridRowWidth768: ($gridColumns * $gridColumnWidth768) + ($gridGutterWidth768 * ($gridColumns - 1)) !default;
|
566
|
+
$badge-font-weight: bold !default;
|
567
|
+
$badge-line-height: 1 !default;
|
568
|
+
$badge-border-radius: 10px !default;
|
287
569
|
|
288
570
|
|
289
|
-
//
|
571
|
+
// Breadcrumbs
|
290
572
|
// -------------------------
|
291
|
-
$
|
292
|
-
$
|
573
|
+
$breadcrumb-bg: #f5f5f5 !default;
|
574
|
+
$breadcrumb-color: #ccc !default;
|
575
|
+
$breadcrumb-active-color: $gray-light !default;
|
576
|
+
$breadcrumb-separator: "/" !default;
|
577
|
+
|
578
|
+
|
579
|
+
// Carousel
|
580
|
+
// ------------------------
|
581
|
+
|
582
|
+
$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
|
583
|
+
|
584
|
+
$carousel-control-color: #fff !default;
|
585
|
+
$carousel-control-width: 15% !default;
|
586
|
+
$carousel-control-opacity: .5 !default;
|
587
|
+
$carousel-control-font-size: 20px !default;
|
588
|
+
|
589
|
+
$carousel-indicator-active-bg: #fff !default;
|
590
|
+
$carousel-indicator-border-color: #fff !default;
|
591
|
+
|
592
|
+
$carousel-caption-color: #fff !default;
|
593
|
+
|
594
|
+
|
595
|
+
// Close
|
596
|
+
// ------------------------
|
597
|
+
$close-font-weight: bold !default;
|
598
|
+
$close-color: #000 !default;
|
599
|
+
$close-text-shadow: 0 1px 0 #fff !default;
|
600
|
+
|
601
|
+
|
602
|
+
// Code
|
603
|
+
// ------------------------
|
604
|
+
$code-color: #c7254e !default;
|
605
|
+
$code-bg: #f9f2f4 !default;
|
606
|
+
|
607
|
+
$pre-bg: #f5f5f5 !default;
|
608
|
+
$pre-color: $gray-dark !default;
|
609
|
+
$pre-border-color: #ccc !default;
|
610
|
+
$pre-scrollable-max-height: 340px !default;
|
611
|
+
|
612
|
+
// Type
|
613
|
+
// ------------------------
|
614
|
+
$text-muted: $gray-light !default;
|
615
|
+
$abbr-border-color: $gray-light !default;
|
616
|
+
$headings-small-color: $gray-light !default;
|
617
|
+
$blockquote-small-color: $gray-light !default;
|
618
|
+
$blockquote-border-color: $gray-lighter !default;
|
619
|
+
$page-header-border-color: $gray-lighter !default;
|
620
|
+
|
621
|
+
// Miscellaneous
|
622
|
+
// -------------------------
|
623
|
+
|
624
|
+
// Hr border color
|
625
|
+
$hr-border: $gray-lighter !default;
|
626
|
+
|
627
|
+
// Horizontal forms & lists
|
628
|
+
$component-offset-horizontal: 180px !default;
|
629
|
+
|
630
|
+
|
631
|
+
// Container sizes
|
632
|
+
// --------------------------------------------------
|
633
|
+
|
634
|
+
// Small screen / tablet
|
635
|
+
$container-tablet: ((720px + $grid-gutter-width)) !default;
|
636
|
+
$container-sm: $container-tablet !default;
|
293
637
|
|
294
|
-
//
|
295
|
-
$
|
296
|
-
$
|
638
|
+
// Medium screen / desktop
|
639
|
+
$container-desktop: ((940px + $grid-gutter-width)) !default;
|
640
|
+
$container-md: $container-desktop !default;
|
297
641
|
|
298
|
-
//
|
299
|
-
$
|
300
|
-
$
|
642
|
+
// Large screen / wide desktop
|
643
|
+
$container-large-desktop: ((1140px + $grid-gutter-width)) !default;
|
644
|
+
$container-lg: $container-large-desktop !default;
|