querobolsa-bootstrap-sass 0.2.3 → 0.2.4
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.
- data/vendor/assets/stylesheets/_querobolsa-bootstrap-responsive.scss +7 -7
- data/vendor/assets/stylesheets/_querobolsa-bootstrap.scss +33 -33
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_accordion.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_alerts.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_breadcrumbs.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_button-groups.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_buttons.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_carousel.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_close.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_code.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_component-animations.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_dropdowns.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_forms.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_grid.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_hero-unit.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_labels-badges.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_layouts.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_mixins.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_modals.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_navbar.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_navs.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_pager.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_pagination.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_popovers.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_progress-bars.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_reset.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_responsive-1200px-min.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_responsive-767px-max.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_responsive-768px-979px.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_responsive-navbar.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_responsive-utilities.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_scaffolding.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_sprites.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_tables.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_thumbnails.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_tooltip.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_type.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_utilities.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_variables.scss +0 -0
- data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_wells.scss +0 -0
- metadata +39 -39
|
@@ -7,29 +7,29 @@
|
|
|
7
7
|
// -------------------------
|
|
8
8
|
// Required since we compile the responsive stuff separately
|
|
9
9
|
|
|
10
|
-
@import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc
|
|
11
|
-
@import "bootstrap/mixins";
|
|
10
|
+
@import "querobolsa-bootstrap/variables"; // Modify this for custom colors, font-sizes, etc
|
|
11
|
+
@import "querobolsa-bootstrap/mixins";
|
|
12
12
|
|
|
13
13
|
// RESPONSIVE CLASSES
|
|
14
14
|
// ------------------
|
|
15
15
|
|
|
16
|
-
@import "bootstrap/responsive-utilities";
|
|
16
|
+
@import "querobolsa-bootstrap/responsive-utilities";
|
|
17
17
|
|
|
18
18
|
// MEDIA QUERIES
|
|
19
19
|
// ------------------
|
|
20
20
|
|
|
21
21
|
// Phones to portrait tablets and narrow desktops
|
|
22
|
-
@import "bootstrap/responsive-767px-max";
|
|
22
|
+
@import "querobolsa-bootstrap/responsive-767px-max";
|
|
23
23
|
|
|
24
24
|
// Tablets to regular desktops
|
|
25
|
-
@import "bootstrap/responsive-768px-979px";
|
|
25
|
+
@import "querobolsa-bootstrap/responsive-768px-979px";
|
|
26
26
|
|
|
27
27
|
// Large desktops
|
|
28
|
-
@import "bootstrap/responsive-1200px-min";
|
|
28
|
+
@import "querobolsa-bootstrap/responsive-1200px-min";
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
// RESPONSIVE NAVBAR
|
|
32
32
|
// ------------------
|
|
33
33
|
|
|
34
34
|
// From 979px and below, show a button to toggle navbar contents
|
|
35
|
-
@import "bootstrap/responsive-navbar";
|
|
35
|
+
@import "querobolsa-bootstrap/responsive-navbar";
|
|
@@ -9,54 +9,54 @@
|
|
|
9
9
|
// Converted to Sass by @thomasmcdonald_, and distributed as bootstrap-sass
|
|
10
10
|
|
|
11
11
|
// Core variables and mixins
|
|
12
|
-
@import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc
|
|
13
|
-
@import "bootstrap/mixins";
|
|
12
|
+
@import "querobolsa-bootstrap/variables"; // Modify this for custom colors, font-sizes, etc
|
|
13
|
+
@import "querobolsa-bootstrap/mixins";
|
|
14
14
|
|
|
15
15
|
// CSS Reset
|
|
16
|
-
@import "bootstrap/reset";
|
|
16
|
+
@import "querobolsa-bootstrap/reset";
|
|
17
17
|
|
|
18
18
|
// Grid system and page structure
|
|
19
|
-
@import "bootstrap/scaffolding";
|
|
20
|
-
@import "bootstrap/grid";
|
|
21
|
-
@import "bootstrap/layouts";
|
|
19
|
+
@import "querobolsa-bootstrap/scaffolding";
|
|
20
|
+
@import "querobolsa-bootstrap/grid";
|
|
21
|
+
@import "querobolsa-bootstrap/layouts";
|
|
22
22
|
|
|
23
23
|
// Base CSS
|
|
24
|
-
@import "bootstrap/type";
|
|
25
|
-
@import "bootstrap/code";
|
|
26
|
-
@import "bootstrap/forms";
|
|
27
|
-
@import "bootstrap/tables";
|
|
24
|
+
@import "querobolsa-bootstrap/type";
|
|
25
|
+
@import "querobolsa-bootstrap/code";
|
|
26
|
+
@import "querobolsa-bootstrap/forms";
|
|
27
|
+
@import "querobolsa-bootstrap/tables";
|
|
28
28
|
|
|
29
29
|
// Components: common
|
|
30
|
-
@import "bootstrap/sprites";
|
|
31
|
-
@import "bootstrap/dropdowns";
|
|
32
|
-
@import "bootstrap/wells";
|
|
33
|
-
@import "bootstrap/component-animations";
|
|
34
|
-
@import "bootstrap/close";
|
|
30
|
+
@import "querobolsa-bootstrap/sprites";
|
|
31
|
+
@import "querobolsa-bootstrap/dropdowns";
|
|
32
|
+
@import "querobolsa-bootstrap/wells";
|
|
33
|
+
@import "querobolsa-bootstrap/component-animations";
|
|
34
|
+
@import "querobolsa-bootstrap/close";
|
|
35
35
|
|
|
36
36
|
// Components: Buttons & Alerts
|
|
37
|
-
@import "bootstrap/buttons";
|
|
38
|
-
@import "bootstrap/button-groups";
|
|
39
|
-
@import "bootstrap/alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
|
|
37
|
+
@import "querobolsa-bootstrap/buttons";
|
|
38
|
+
@import "querobolsa-bootstrap/button-groups";
|
|
39
|
+
@import "querobolsa-bootstrap/alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
|
|
40
40
|
|
|
41
41
|
// Components: Nav
|
|
42
|
-
@import "bootstrap/navs";
|
|
43
|
-
@import "bootstrap/navbar";
|
|
44
|
-
@import "bootstrap/breadcrumbs";
|
|
45
|
-
@import "bootstrap/pagination";
|
|
46
|
-
@import "bootstrap/pager";
|
|
42
|
+
@import "querobolsa-bootstrap/navs";
|
|
43
|
+
@import "querobolsa-bootstrap/navbar";
|
|
44
|
+
@import "querobolsa-bootstrap/breadcrumbs";
|
|
45
|
+
@import "querobolsa-bootstrap/pagination";
|
|
46
|
+
@import "querobolsa-bootstrap/pager";
|
|
47
47
|
|
|
48
48
|
// Components: Popovers
|
|
49
|
-
@import "bootstrap/modals";
|
|
50
|
-
@import "bootstrap/tooltip";
|
|
51
|
-
@import "bootstrap/popovers";
|
|
49
|
+
@import "querobolsa-bootstrap/modals";
|
|
50
|
+
@import "querobolsa-bootstrap/tooltip";
|
|
51
|
+
@import "querobolsa-bootstrap/popovers";
|
|
52
52
|
|
|
53
53
|
// Components: Misc
|
|
54
|
-
@import "bootstrap/thumbnails";
|
|
55
|
-
@import "bootstrap/labels-badges";
|
|
56
|
-
@import "bootstrap/progress-bars";
|
|
57
|
-
@import "bootstrap/accordion";
|
|
58
|
-
@import "bootstrap/carousel";
|
|
59
|
-
@import "bootstrap/hero-unit";
|
|
54
|
+
@import "querobolsa-bootstrap/thumbnails";
|
|
55
|
+
@import "querobolsa-bootstrap/labels-badges";
|
|
56
|
+
@import "querobolsa-bootstrap/progress-bars";
|
|
57
|
+
@import "querobolsa-bootstrap/accordion";
|
|
58
|
+
@import "querobolsa-bootstrap/carousel";
|
|
59
|
+
@import "querobolsa-bootstrap/hero-unit";
|
|
60
60
|
|
|
61
61
|
// Utility classes
|
|
62
|
-
@import "bootstrap/utilities"; // Has to be last to override when necessary
|
|
62
|
+
@import "querobolsa-bootstrap/utilities"; // Has to be last to override when necessary
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_component-animations.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_responsive-1200px-min.scss
RENAMED
|
File without changes
|
data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_responsive-767px-max.scss
RENAMED
|
File without changes
|
data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_responsive-768px-979px.scss
RENAMED
|
File without changes
|
|
File without changes
|
data/vendor/assets/stylesheets/{bootstrap → querobolsa-bootstrap}/_responsive-utilities.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: querobolsa-bootstrap-sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -77,44 +77,44 @@ files:
|
|
|
77
77
|
- vendor/assets/javascripts/querobolsa-bootstrap.js
|
|
78
78
|
- vendor/assets/stylesheets/_querobolsa-bootstrap-responsive.scss
|
|
79
79
|
- vendor/assets/stylesheets/_querobolsa-bootstrap.scss
|
|
80
|
-
- vendor/assets/stylesheets/bootstrap/_accordion.scss
|
|
81
|
-
- vendor/assets/stylesheets/bootstrap/_alerts.scss
|
|
82
|
-
- vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss
|
|
83
|
-
- vendor/assets/stylesheets/bootstrap/_button-groups.scss
|
|
84
|
-
- vendor/assets/stylesheets/bootstrap/_buttons.scss
|
|
85
|
-
- vendor/assets/stylesheets/bootstrap/_carousel.scss
|
|
86
|
-
- vendor/assets/stylesheets/bootstrap/_close.scss
|
|
87
|
-
- vendor/assets/stylesheets/bootstrap/_code.scss
|
|
88
|
-
- vendor/assets/stylesheets/bootstrap/_component-animations.scss
|
|
89
|
-
- vendor/assets/stylesheets/bootstrap/_dropdowns.scss
|
|
90
|
-
- vendor/assets/stylesheets/bootstrap/_forms.scss
|
|
91
|
-
- vendor/assets/stylesheets/bootstrap/_grid.scss
|
|
92
|
-
- vendor/assets/stylesheets/bootstrap/_hero-unit.scss
|
|
93
|
-
- vendor/assets/stylesheets/bootstrap/_labels-badges.scss
|
|
94
|
-
- vendor/assets/stylesheets/bootstrap/_layouts.scss
|
|
95
|
-
- vendor/assets/stylesheets/bootstrap/_mixins.scss
|
|
96
|
-
- vendor/assets/stylesheets/bootstrap/_modals.scss
|
|
97
|
-
- vendor/assets/stylesheets/bootstrap/_navbar.scss
|
|
98
|
-
- vendor/assets/stylesheets/bootstrap/_navs.scss
|
|
99
|
-
- vendor/assets/stylesheets/bootstrap/_pager.scss
|
|
100
|
-
- vendor/assets/stylesheets/bootstrap/_pagination.scss
|
|
101
|
-
- vendor/assets/stylesheets/bootstrap/_popovers.scss
|
|
102
|
-
- vendor/assets/stylesheets/bootstrap/_progress-bars.scss
|
|
103
|
-
- vendor/assets/stylesheets/bootstrap/_reset.scss
|
|
104
|
-
- vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss
|
|
105
|
-
- vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss
|
|
106
|
-
- vendor/assets/stylesheets/bootstrap/_responsive-768px-979px.scss
|
|
107
|
-
- vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss
|
|
108
|
-
- vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss
|
|
109
|
-
- vendor/assets/stylesheets/bootstrap/_scaffolding.scss
|
|
110
|
-
- vendor/assets/stylesheets/bootstrap/_sprites.scss
|
|
111
|
-
- vendor/assets/stylesheets/bootstrap/_tables.scss
|
|
112
|
-
- vendor/assets/stylesheets/bootstrap/_thumbnails.scss
|
|
113
|
-
- vendor/assets/stylesheets/bootstrap/_tooltip.scss
|
|
114
|
-
- vendor/assets/stylesheets/bootstrap/_type.scss
|
|
115
|
-
- vendor/assets/stylesheets/bootstrap/_utilities.scss
|
|
116
|
-
- vendor/assets/stylesheets/bootstrap/_variables.scss
|
|
117
|
-
- vendor/assets/stylesheets/bootstrap/_wells.scss
|
|
80
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_accordion.scss
|
|
81
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_alerts.scss
|
|
82
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_breadcrumbs.scss
|
|
83
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_button-groups.scss
|
|
84
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_buttons.scss
|
|
85
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_carousel.scss
|
|
86
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_close.scss
|
|
87
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_code.scss
|
|
88
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_component-animations.scss
|
|
89
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_dropdowns.scss
|
|
90
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_forms.scss
|
|
91
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_grid.scss
|
|
92
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_hero-unit.scss
|
|
93
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_labels-badges.scss
|
|
94
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_layouts.scss
|
|
95
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_mixins.scss
|
|
96
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_modals.scss
|
|
97
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_navbar.scss
|
|
98
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_navs.scss
|
|
99
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_pager.scss
|
|
100
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_pagination.scss
|
|
101
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_popovers.scss
|
|
102
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_progress-bars.scss
|
|
103
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_reset.scss
|
|
104
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_responsive-1200px-min.scss
|
|
105
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_responsive-767px-max.scss
|
|
106
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_responsive-768px-979px.scss
|
|
107
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_responsive-navbar.scss
|
|
108
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_responsive-utilities.scss
|
|
109
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_scaffolding.scss
|
|
110
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_sprites.scss
|
|
111
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_tables.scss
|
|
112
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_thumbnails.scss
|
|
113
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_tooltip.scss
|
|
114
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_type.scss
|
|
115
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_utilities.scss
|
|
116
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_variables.scss
|
|
117
|
+
- vendor/assets/stylesheets/querobolsa-bootstrap/_wells.scss
|
|
118
118
|
homepage: http://github.com/thiagobrandam/querobolsa-bootstrap-sass
|
|
119
119
|
licenses: []
|
|
120
120
|
post_install_message:
|