shibori 1.0.0.beta1 → 1.3.0.beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/README.md +9 -0
- data/gulpfile.js +14 -14
- data/lib/shibori/version.rb +1 -1
- data/lib/shibori.rb +1 -1
- data/source/_patterns/00-atoms/02-buttons/00-btn-default.mustache +13 -0
- data/source/_patterns/00-atoms/02-buttons/01-btn-primary.mustache +26 -0
- data/source/_patterns/00-atoms/02-buttons/02-btn-colors.mustache +24 -0
- data/source/_patterns/00-atoms/02-buttons/03-btn-sizes.mustache +7 -0
- data/source/_patterns/00-atoms/02-buttons/04-btn-deploy.mustache +1 -1
- data/source/_patterns/00-atoms/02-buttons/05-btn-types.mustache +13 -0
- data/source/_patterns/00-atoms/02-buttons/06-btn-switch.mustache +6 -0
- data/source/_patterns/01-molecules/00-text/01-intro-text.mustache +0 -4
- data/source/_patterns/01-molecules/00-text/02-intro-text-light.mustache +1 -0
- data/source/_patterns/01-molecules/02-navigation/01-subnav.mustache +8 -7
- data/source/_patterns/01-molecules/02-navigation/02-breadcrumbs.mustache +2 -2
- data/source/_patterns/01-molecules/02-navigation/03-side-nav.mustache +2 -2
- data/source/_patterns/01-molecules/02-navigation/04-side-nav-small.mustache +1 -1
- data/source/css/shibori/scss/components/_buttons.scss +302 -0
- data/source/css/shibori/scss/components/_spinner.scss +64 -0
- data/source/css/{scss → shibori/scss}/globals/_colors.scss +10 -2
- data/source/css/shibori/scss/globals/_mixins.scss +183 -0
- data/source/css/{scss → shibori/scss}/page-elements/_navigation.scss +28 -17
- data/source/css/shibori.scss +46 -45
- metadata +55 -52
- data/source/_patterns/00-atoms/02-buttons/00-btn-lg.mustache +0 -7
- data/source/_patterns/00-atoms/02-buttons/01-btn-sm.mustache +0 -7
- data/source/_patterns/00-atoms/02-buttons/02-btn-xs.mustache +0 -7
- data/source/_patterns/00-atoms/02-buttons/03-btn-block.mustache +0 -7
- data/source/css/scss/components/_buttons.scss +0 -175
- data/source/css/scss/components/_spinner.scss +0 -64
- data/source/css/scss/globals/_mixins.scss +0 -45
- /data/source/css/{hk-icon-rails.scss → _hk-icon-rails.scss} +0 -0
- /data/source/css/{scss → shibori/scss}/base/_base.scss +0 -0
- /data/source/css/{scss → shibori/scss}/base/_fonts.scss +0 -0
- /data/source/css/{scss → shibori/scss}/base/_normalize.scss +0 -0
- /data/source/css/{scss → shibori/scss}/base/_type.scss +0 -0
- /data/source/css/{scss → shibori/scss}/base/_utilities.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_alert.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_animate.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_animation.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_code.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_forms.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_hero.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_hr.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_icons.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_lists.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_logos.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_masonary.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_modal.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_owlCarousel.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_panel.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_pill-box.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_quote.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_readmore.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_slider.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_sprites.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_sr-only.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_tables.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_tooltips.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_users.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_vertical-tabs.scss +0 -0
- /data/source/css/{scss → shibori/scss}/components/_video.scss +0 -0
- /data/source/css/{scss → shibori/scss}/ecosystem/_addons-card.scss +0 -0
- /data/source/css/{scss → shibori/scss}/ecosystem/_cards.scss +0 -0
- /data/source/css/{scss → shibori/scss}/ecosystem/_elements-brand.scss +0 -0
- /data/source/css/{scss → shibori/scss}/ecosystem/_elements.scss +0 -0
- /data/source/css/{scss → shibori/scss}/globals/_variables.scss +0 -0
- /data/source/css/{scss → shibori/scss}/layout/_grid-settings.scss +0 -0
- /data/source/css/{scss → shibori/scss}/layout/_layout.scss +0 -0
- /data/source/css/{scss → shibori/scss}/page-elements/_headers.scss +0 -0
- /data/source/css/{scss → shibori/scss}/page-elements/_sections.scss +0 -0
- /data/source/css/{scss → shibori/scss}/page-elements/_sidebar.scss +0 -0
@@ -17,7 +17,7 @@ $black: #111;
|
|
17
17
|
|
18
18
|
//- Mains
|
19
19
|
$purple: #79589F;
|
20
|
-
$purple-light:
|
20
|
+
$purple-light: #AB8ECD;
|
21
21
|
$blue: #408FEC;
|
22
22
|
$green: #74C080;
|
23
23
|
$orange: #FA9F47;
|
@@ -25,12 +25,16 @@ $red: #D64242;
|
|
25
25
|
|
26
26
|
//- Brand
|
27
27
|
$brand-primary: $purple;
|
28
|
+
$brand-primary-alt: $purple-light;
|
28
29
|
$brand-primary-light: $purple-light;
|
29
30
|
$brand-info: $blue;
|
31
|
+
$brand-info-alt: #A1CAF9;
|
30
32
|
$brand-success: $green;
|
33
|
+
$brand-success-alt: #ADE28F;
|
31
34
|
$brand-warning: $orange;
|
35
|
+
$brand-warning-alt: #FFD3A0;
|
32
36
|
$brand-danger: $red;
|
33
|
-
|
37
|
+
$brand-danger-alt: #F37A65;
|
34
38
|
|
35
39
|
.swatch-white {
|
36
40
|
background: $white;
|
@@ -99,6 +103,10 @@ $grad-purple-blue: #5d64d0;
|
|
99
103
|
|
100
104
|
@mixin gradient-brand-primary() {
|
101
105
|
@include linear-gradient(to right bottom, #AB8ECD, $brand-primary, $fallback: $brand-primary);
|
106
|
+
|
107
|
+
&:hover {
|
108
|
+
@include linear-gradient(to right bottom, #DAE0EC, $gray-light, $fallback: $gray-light);
|
109
|
+
}
|
102
110
|
}
|
103
111
|
|
104
112
|
@mixin gradient-gray-light() {
|
@@ -0,0 +1,183 @@
|
|
1
|
+
// ==========================================================================
|
2
|
+
// Mixins (not provided by Bourbon)
|
3
|
+
// ==========================================================================
|
4
|
+
|
5
|
+
@mixin horizontal-line($position, $from: $white, $to: #ddd, $width: 2px, $inflection: 35%) {
|
6
|
+
@include background-image(linear-gradient(left, $from, $to 0% + $inflection, $to 100% - $inflection, $from));
|
7
|
+
|
8
|
+
background-position: $position center;
|
9
|
+
background-repeat: no-repeat;
|
10
|
+
background-size: 100% $width;
|
11
|
+
}
|
12
|
+
|
13
|
+
@mixin vertical-line($position, $from: $white, $to: #ddd, $width: 2px, $inflection: 35%) {
|
14
|
+
@include background-image(linear-gradient(top, $from, $to 0% + $inflection, $to 100% - $inflection, $from));
|
15
|
+
|
16
|
+
background-position: $position center;
|
17
|
+
background-repeat: no-repeat;
|
18
|
+
background-size: $width 100%;
|
19
|
+
}
|
20
|
+
|
21
|
+
.pad-{
|
22
|
+
&top {
|
23
|
+
padding-top: $pad;
|
24
|
+
}
|
25
|
+
&bottom {
|
26
|
+
padding-bottom: $pad;
|
27
|
+
}
|
28
|
+
&top-bottom {
|
29
|
+
padding-top: $pad;
|
30
|
+
padding-bottom: $pad;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
.space-{
|
35
|
+
&top {
|
36
|
+
padding-top: $space;
|
37
|
+
}
|
38
|
+
&bottom {
|
39
|
+
padding-bottom: $space;
|
40
|
+
}
|
41
|
+
&top-bottom {
|
42
|
+
padding-top: $space;
|
43
|
+
padding-bottom: $space;
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
47
|
+
// Target retina devices
|
48
|
+
@mixin retina {
|
49
|
+
@media
|
50
|
+
only screen and (-webkit-min-device-pixel-ratio: 2),
|
51
|
+
only screen and ( min--moz-device-pixel-ratio: 2),
|
52
|
+
only screen and ( -o-min-device-pixel-ratio: 2/1),
|
53
|
+
only screen and ( min-device-pixel-ratio: 2),
|
54
|
+
only screen and ( min-resolution: 192dpi),
|
55
|
+
only screen and ( min-resolution: 2dppx) {
|
56
|
+
@content;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
|
60
|
+
@mixin shibori-button($color, $background) {
|
61
|
+
color: $color;
|
62
|
+
background-color: $background;
|
63
|
+
|
64
|
+
&:hover,
|
65
|
+
&:focus,
|
66
|
+
&:active,
|
67
|
+
&.active,
|
68
|
+
.open > &.dropdown-toggle {
|
69
|
+
color: $color;
|
70
|
+
background-color: tint($background, 10%);
|
71
|
+
}
|
72
|
+
&:active,
|
73
|
+
&.active,
|
74
|
+
.open > &.dropdown-toggle {
|
75
|
+
background-color: shade($background, 1%);
|
76
|
+
box-shadow: inset 0 0 0 1px rgba(#000, .1);
|
77
|
+
}
|
78
|
+
&.disabled,
|
79
|
+
&[disabled],
|
80
|
+
fieldset[disabled] & {
|
81
|
+
&,
|
82
|
+
&:hover,
|
83
|
+
&:focus,
|
84
|
+
&:active,
|
85
|
+
&.active {
|
86
|
+
background: rgba($gray-lighter, .3);
|
87
|
+
box-shadow: inset 0 0 0 1px $gray-light;
|
88
|
+
color: $gray-light;
|
89
|
+
}
|
90
|
+
}
|
91
|
+
|
92
|
+
.badge {
|
93
|
+
color: $background;
|
94
|
+
background-color: $color;
|
95
|
+
}
|
96
|
+
}
|
97
|
+
|
98
|
+
@mixin shibori-button-lightning($color, $background, $gradient) {
|
99
|
+
color: $color;
|
100
|
+
background-color: $background;
|
101
|
+
|
102
|
+
background-image: -webkit-gradient(
|
103
|
+
linear,
|
104
|
+
left top,
|
105
|
+
right bottom,
|
106
|
+
color-stop(0, rgba($gradient, 0)),
|
107
|
+
color-stop(1, rgba($gradient, 1))
|
108
|
+
);
|
109
|
+
background-image: -o-linear-gradient(left top, rgba($gradient, 0) 0%, rgba($gradient, 1) 100%);
|
110
|
+
background-image: -moz-linear-gradient(left top, rgba($gradient, 0) 0%, rgba($gradient, 1) 100%);
|
111
|
+
background-image: -webkit-linear-gradient(left top, rgba($gradient, 0) 0%, rgba($gradient, 1) 100%);
|
112
|
+
background-image: -ms-linear-gradient(left top, rgba($gradient, 0) 0%, rgba($gradient, 1) 100%);
|
113
|
+
background-image: linear-gradient(to left top, rgba($gradient, 0) 0%, rgba($gradient, 1) 100%);
|
114
|
+
|
115
|
+
&:hover,
|
116
|
+
&:focus,
|
117
|
+
&:active,
|
118
|
+
&.active,
|
119
|
+
.open > &.dropdown-toggle {
|
120
|
+
color: $color;
|
121
|
+
background-color: tint($background, 10%);
|
122
|
+
}
|
123
|
+
&:active,
|
124
|
+
&.active,
|
125
|
+
.open > &.dropdown-toggle {
|
126
|
+
background-color: shade($background, 1%);
|
127
|
+
box-shadow: inset 0 0 0 1px rgba(#000, .1);
|
128
|
+
}
|
129
|
+
&.disabled,
|
130
|
+
&[disabled],
|
131
|
+
fieldset[disabled] & {
|
132
|
+
&,
|
133
|
+
&:hover,
|
134
|
+
&:focus,
|
135
|
+
&:active,
|
136
|
+
&.active {
|
137
|
+
background: rgba($gray-lighter, .3);
|
138
|
+
box-shadow: inset 0 0 0 1px $gray-light;
|
139
|
+
color: $gray-light;
|
140
|
+
}
|
141
|
+
}
|
142
|
+
|
143
|
+
.badge {
|
144
|
+
color: $background;
|
145
|
+
background-color: $color;
|
146
|
+
}
|
147
|
+
}
|
148
|
+
|
149
|
+
@mixin shibori-button-alt($button-color) {
|
150
|
+
color: $button-color;
|
151
|
+
background: none;
|
152
|
+
box-shadow: inset 0 0 0 1px rgba($button-color, .6);
|
153
|
+
|
154
|
+
&:hover {
|
155
|
+
background: rgba($button-color, .1);
|
156
|
+
box-shadow: inset 0 0 0 1px rgba($button-color, .6);
|
157
|
+
}
|
158
|
+
|
159
|
+
&:active,
|
160
|
+
&.active {
|
161
|
+
background: rgba($button-color, .2);
|
162
|
+
box-shadow: inset 0 0 0 1px rgba($button-color, .8);
|
163
|
+
}
|
164
|
+
|
165
|
+
&.disabled,
|
166
|
+
&[disabled],
|
167
|
+
fieldset[disabled] & {
|
168
|
+
&,
|
169
|
+
&:hover,
|
170
|
+
&:focus,
|
171
|
+
&:active,
|
172
|
+
&.active {
|
173
|
+
background: rgba($gray-light, .1);
|
174
|
+
box-shadow: inset 0 0 0 1px $gray-light;
|
175
|
+
color: $gray-light;
|
176
|
+
}
|
177
|
+
}
|
178
|
+
|
179
|
+
.badge {
|
180
|
+
color: #fff;
|
181
|
+
background-color: $button-color;
|
182
|
+
}
|
183
|
+
}
|
@@ -20,45 +20,42 @@ nav {
|
|
20
20
|
background-color: $gray-lighter;
|
21
21
|
@include clearfix();
|
22
22
|
|
23
|
+
.btn {
|
24
|
+
margin: $pad !important;
|
25
|
+
}
|
26
|
+
|
23
27
|
nav > ul {
|
24
28
|
float: left;
|
25
29
|
|
26
30
|
li {
|
27
|
-
font-size: $font-lg;
|
28
31
|
display: inline-block;
|
32
|
+
font-size: $font-lg;
|
29
33
|
}
|
30
34
|
|
31
35
|
a {
|
32
36
|
display: block;
|
33
|
-
padding: $pad*1.
|
37
|
+
padding: $pad*1.25;
|
34
38
|
margin-top: 3px; // adjust for bottom border
|
35
39
|
text-decoration: none;
|
36
|
-
color: fade-out($purple, .
|
40
|
+
color: fade-out($purple, .4);
|
37
41
|
border-bottom: 3px solid fade-out($purple, 1);
|
38
42
|
@include transition(all $transition);
|
39
43
|
|
40
|
-
[class^="icon
|
41
|
-
opacity: .5;
|
44
|
+
[class^="hk-icon"] {
|
42
45
|
margin-bottom: -7px;
|
43
|
-
margin-right:
|
46
|
+
margin-right: $pad;
|
44
47
|
top: -2px;
|
48
|
+
font-weight: normal;
|
49
|
+
font-size: $font-lg;
|
45
50
|
}
|
46
51
|
|
47
52
|
&.active {
|
48
53
|
color: $purple;
|
49
54
|
border-color: $purple;
|
50
|
-
|
51
|
-
[class^="icon-"] {
|
52
|
-
opacity: 1;
|
53
|
-
}
|
54
55
|
}
|
55
56
|
|
56
57
|
&:hover {
|
57
|
-
color:
|
58
|
-
|
59
|
-
[class^="icon-"] {
|
60
|
-
opacity: 1;
|
61
|
-
}
|
58
|
+
color: $purple;
|
62
59
|
}
|
63
60
|
|
64
61
|
&:active,
|
@@ -96,13 +93,15 @@ nav {
|
|
96
93
|
|
97
94
|
&:hover {
|
98
95
|
color: $text-color;
|
99
|
-
padding-left: $pad;
|
100
96
|
}
|
101
97
|
}
|
102
98
|
|
103
99
|
&.active a {
|
104
|
-
padding-left: $pad;
|
105
100
|
color: $purple;
|
101
|
+
|
102
|
+
&.action {
|
103
|
+
padding-left: $pad;
|
104
|
+
}
|
106
105
|
}
|
107
106
|
}
|
108
107
|
|
@@ -113,6 +112,18 @@ nav {
|
|
113
112
|
margin-bottom: $pad;
|
114
113
|
}
|
115
114
|
}
|
115
|
+
|
116
|
+
&.slide-action {
|
117
|
+
li {
|
118
|
+
a:hover {
|
119
|
+
padding-left: $pad;
|
120
|
+
}
|
121
|
+
|
122
|
+
&.active a {
|
123
|
+
padding-left: $pad;
|
124
|
+
}
|
125
|
+
}
|
126
|
+
}
|
116
127
|
}
|
117
128
|
|
118
129
|
//- Breadcrumbs
|
data/source/css/shibori.scss
CHANGED
@@ -2,62 +2,63 @@
|
|
2
2
|
// Heroku
|
3
3
|
// ==========================================================================
|
4
4
|
|
5
|
+
@import 'hk-icon-rails';
|
5
6
|
@import 'bourbon';
|
6
7
|
|
7
8
|
//- Globals
|
8
|
-
@import "scss/globals/colors";
|
9
|
-
@import "scss/globals/variables";
|
10
|
-
@import "scss/globals/mixins";
|
9
|
+
@import "shibori/scss/globals/colors";
|
10
|
+
@import "shibori/scss/globals/variables";
|
11
|
+
@import "shibori/scss/globals/mixins";
|
11
12
|
|
12
13
|
//- Layout
|
13
|
-
@import "scss/layout/grid-settings";
|
14
|
+
@import "shibori/scss/layout/grid-settings";
|
14
15
|
@import 'neat';
|
15
|
-
@import "scss/layout/layout";
|
16
|
+
@import "shibori/scss/layout/layout";
|
16
17
|
|
17
18
|
//- Base
|
18
|
-
@import "scss/base/normalize";
|
19
|
-
@import "scss/base/base";
|
20
|
-
@import "scss/base/utilities";
|
21
|
-
@import "scss/base/fonts";
|
22
|
-
@import "scss/base/type";
|
19
|
+
@import "shibori/scss/base/normalize";
|
20
|
+
@import "shibori/scss/base/base";
|
21
|
+
@import "shibori/scss/base/utilities";
|
22
|
+
@import "shibori/scss/base/fonts";
|
23
|
+
@import "shibori/scss/base/type";
|
23
24
|
|
24
25
|
//- Page Elements
|
25
|
-
@import "scss/page-elements/headers";
|
26
|
-
@import "scss/page-elements/sections";
|
27
|
-
@import "scss/page-elements/navigation";
|
28
|
-
@import "scss/page-elements/sidebar";
|
26
|
+
@import "shibori/scss/page-elements/headers";
|
27
|
+
@import "shibori/scss/page-elements/sections";
|
28
|
+
@import "shibori/scss/page-elements/navigation";
|
29
|
+
@import "shibori/scss/page-elements/sidebar";
|
29
30
|
|
30
31
|
//- Ecosystem/Elements Marketplace
|
31
|
-
@import "scss/ecosystem/elements";
|
32
|
-
@import "scss/ecosystem/cards";
|
33
|
-
@import "scss/ecosystem/addons-card";
|
34
|
-
@import "scss/ecosystem/elements-brand";
|
32
|
+
@import "shibori/scss/ecosystem/elements";
|
33
|
+
@import "shibori/scss/ecosystem/cards";
|
34
|
+
@import "shibori/scss/ecosystem/addons-card";
|
35
|
+
@import "shibori/scss/ecosystem/elements-brand";
|
35
36
|
|
36
37
|
//- Components
|
37
|
-
@import "scss/components/animate";
|
38
|
-
@import "scss/components/hero";
|
39
|
-
@import "scss/components/sr-only";
|
40
|
-
@import "scss/components/masonary";
|
41
|
-
@import "scss/components/lists";
|
42
|
-
@import "scss/components/buttons";
|
43
|
-
@import "scss/components/forms";
|
44
|
-
@import "scss/components/quote";
|
45
|
-
@import "scss/components/code";
|
46
|
-
@import "scss/components/pill-box";
|
47
|
-
@import "scss/components/tables";
|
48
|
-
@import "scss/components/animation";
|
49
|
-
@import "scss/components/tooltips";
|
50
|
-
@import "scss/components/readmore";
|
51
|
-
@import "scss/components/spinner";
|
52
|
-
@import "scss/components/slider";
|
53
|
-
@import "scss/components/alert";
|
54
|
-
@import "scss/components/modal";
|
55
|
-
@import "scss/components/panel";
|
56
|
-
@import "scss/components/users";
|
57
|
-
@import "scss/components/logos";
|
58
|
-
@import "scss/components/icons";
|
59
|
-
@import "scss/components/video";
|
60
|
-
@import "scss/components/hr";
|
61
|
-
@import "scss/components/sprites";
|
62
|
-
@import "scss/components/vertical-tabs";
|
63
|
-
@import "scss/components/owlCarousel";
|
38
|
+
@import "shibori/scss/components/animate";
|
39
|
+
@import "shibori/scss/components/hero";
|
40
|
+
@import "shibori/scss/components/sr-only";
|
41
|
+
@import "shibori/scss/components/masonary";
|
42
|
+
@import "shibori/scss/components/lists";
|
43
|
+
@import "shibori/scss/components/buttons";
|
44
|
+
@import "shibori/scss/components/forms";
|
45
|
+
@import "shibori/scss/components/quote";
|
46
|
+
@import "shibori/scss/components/code";
|
47
|
+
@import "shibori/scss/components/pill-box";
|
48
|
+
@import "shibori/scss/components/tables";
|
49
|
+
@import "shibori/scss/components/animation";
|
50
|
+
@import "shibori/scss/components/tooltips";
|
51
|
+
@import "shibori/scss/components/readmore";
|
52
|
+
@import "shibori/scss/components/spinner";
|
53
|
+
@import "shibori/scss/components/slider";
|
54
|
+
@import "shibori/scss/components/alert";
|
55
|
+
@import "shibori/scss/components/modal";
|
56
|
+
@import "shibori/scss/components/panel";
|
57
|
+
@import "shibori/scss/components/users";
|
58
|
+
@import "shibori/scss/components/logos";
|
59
|
+
@import "shibori/scss/components/icons";
|
60
|
+
@import "shibori/scss/components/video";
|
61
|
+
@import "shibori/scss/components/hr";
|
62
|
+
@import "shibori/scss/components/sprites";
|
63
|
+
@import "shibori/scss/components/vertical-tabs";
|
64
|
+
@import "shibori/scss/components/owlCarousel";
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shibori
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0.beta1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Heroku
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bourbon
|
@@ -137,11 +137,13 @@ files:
|
|
137
137
|
- source/_patterns/00-atoms/01-colors/00-colors-monochromatic.mustache
|
138
138
|
- source/_patterns/00-atoms/01-colors/01-colors-brand.mustache
|
139
139
|
- source/_patterns/00-atoms/01-colors/02-colors-gradients.mustache
|
140
|
-
- source/_patterns/00-atoms/02-buttons/00-btn-
|
141
|
-
- source/_patterns/00-atoms/02-buttons/01-btn-
|
142
|
-
- source/_patterns/00-atoms/02-buttons/02-btn-
|
143
|
-
- source/_patterns/00-atoms/02-buttons/03-btn-
|
140
|
+
- source/_patterns/00-atoms/02-buttons/00-btn-default.mustache
|
141
|
+
- source/_patterns/00-atoms/02-buttons/01-btn-primary.mustache
|
142
|
+
- source/_patterns/00-atoms/02-buttons/02-btn-colors.mustache
|
143
|
+
- source/_patterns/00-atoms/02-buttons/03-btn-sizes.mustache
|
144
144
|
- source/_patterns/00-atoms/02-buttons/04-btn-deploy.mustache
|
145
|
+
- source/_patterns/00-atoms/02-buttons/05-btn-types.mustache
|
146
|
+
- source/_patterns/00-atoms/02-buttons/06-btn-switch.mustache
|
145
147
|
- source/_patterns/00-atoms/03-forms/00-text-fields.mustache
|
146
148
|
- source/_patterns/00-atoms/03-forms/01-select-menu.mustache
|
147
149
|
- source/_patterns/00-atoms/03-forms/02-checkbox.mustache
|
@@ -172,6 +174,7 @@ files:
|
|
172
174
|
- source/_patterns/00-atoms/18-grid/_00-grid.mustache
|
173
175
|
- source/_patterns/01-molecules/00-text/00-header-groups.mustache
|
174
176
|
- source/_patterns/01-molecules/00-text/01-intro-text.mustache
|
177
|
+
- source/_patterns/01-molecules/00-text/02-intro-text-light.mustache
|
175
178
|
- source/_patterns/01-molecules/01-layout/00-one-up.mustache
|
176
179
|
- source/_patterns/01-molecules/01-layout/01-two-up.mustache
|
177
180
|
- source/_patterns/01-molecules/01-layout/02-three-up.mustache
|
@@ -195,53 +198,53 @@ files:
|
|
195
198
|
- source/_patterns/02-organisms/03-sections/00-purple.mustache
|
196
199
|
- source/_patterns/02-organisms/03-sections/01-purple-dark.mustache
|
197
200
|
- source/_patterns/02-organisms/03-sections/03-gray-light.mustache
|
198
|
-
- source/css/
|
199
|
-
- source/css/scss/base/_base.scss
|
200
|
-
- source/css/scss/base/_fonts.scss
|
201
|
-
- source/css/scss/base/_normalize.scss
|
202
|
-
- source/css/scss/base/_type.scss
|
203
|
-
- source/css/scss/base/_utilities.scss
|
204
|
-
- source/css/scss/components/_alert.scss
|
205
|
-
- source/css/scss/components/_animate.scss
|
206
|
-
- source/css/scss/components/_animation.scss
|
207
|
-
- source/css/scss/components/_buttons.scss
|
208
|
-
- source/css/scss/components/_code.scss
|
209
|
-
- source/css/scss/components/_forms.scss
|
210
|
-
- source/css/scss/components/_hero.scss
|
211
|
-
- source/css/scss/components/_hr.scss
|
212
|
-
- source/css/scss/components/_icons.scss
|
213
|
-
- source/css/scss/components/_lists.scss
|
214
|
-
- source/css/scss/components/_logos.scss
|
215
|
-
- source/css/scss/components/_masonary.scss
|
216
|
-
- source/css/scss/components/_modal.scss
|
217
|
-
- source/css/scss/components/_owlCarousel.scss
|
218
|
-
- source/css/scss/components/_panel.scss
|
219
|
-
- source/css/scss/components/_pill-box.scss
|
220
|
-
- source/css/scss/components/_quote.scss
|
221
|
-
- source/css/scss/components/_readmore.scss
|
222
|
-
- source/css/scss/components/_slider.scss
|
223
|
-
- source/css/scss/components/_spinner.scss
|
224
|
-
- source/css/scss/components/_sprites.scss
|
225
|
-
- source/css/scss/components/_sr-only.scss
|
226
|
-
- source/css/scss/components/_tables.scss
|
227
|
-
- source/css/scss/components/_tooltips.scss
|
228
|
-
- source/css/scss/components/_users.scss
|
229
|
-
- source/css/scss/components/_vertical-tabs.scss
|
230
|
-
- source/css/scss/components/_video.scss
|
231
|
-
- source/css/scss/ecosystem/_addons-card.scss
|
232
|
-
- source/css/scss/ecosystem/_cards.scss
|
233
|
-
- source/css/scss/ecosystem/_elements-brand.scss
|
234
|
-
- source/css/scss/ecosystem/_elements.scss
|
235
|
-
- source/css/scss/globals/_colors.scss
|
236
|
-
- source/css/scss/globals/_mixins.scss
|
237
|
-
- source/css/scss/globals/_variables.scss
|
238
|
-
- source/css/scss/layout/_grid-settings.scss
|
239
|
-
- source/css/scss/layout/_layout.scss
|
240
|
-
- source/css/scss/page-elements/_headers.scss
|
241
|
-
- source/css/scss/page-elements/_navigation.scss
|
242
|
-
- source/css/scss/page-elements/_sections.scss
|
243
|
-
- source/css/scss/page-elements/_sidebar.scss
|
201
|
+
- source/css/_hk-icon-rails.scss
|
244
202
|
- source/css/shibori.scss
|
203
|
+
- source/css/shibori/scss/base/_base.scss
|
204
|
+
- source/css/shibori/scss/base/_fonts.scss
|
205
|
+
- source/css/shibori/scss/base/_normalize.scss
|
206
|
+
- source/css/shibori/scss/base/_type.scss
|
207
|
+
- source/css/shibori/scss/base/_utilities.scss
|
208
|
+
- source/css/shibori/scss/components/_alert.scss
|
209
|
+
- source/css/shibori/scss/components/_animate.scss
|
210
|
+
- source/css/shibori/scss/components/_animation.scss
|
211
|
+
- source/css/shibori/scss/components/_buttons.scss
|
212
|
+
- source/css/shibori/scss/components/_code.scss
|
213
|
+
- source/css/shibori/scss/components/_forms.scss
|
214
|
+
- source/css/shibori/scss/components/_hero.scss
|
215
|
+
- source/css/shibori/scss/components/_hr.scss
|
216
|
+
- source/css/shibori/scss/components/_icons.scss
|
217
|
+
- source/css/shibori/scss/components/_lists.scss
|
218
|
+
- source/css/shibori/scss/components/_logos.scss
|
219
|
+
- source/css/shibori/scss/components/_masonary.scss
|
220
|
+
- source/css/shibori/scss/components/_modal.scss
|
221
|
+
- source/css/shibori/scss/components/_owlCarousel.scss
|
222
|
+
- source/css/shibori/scss/components/_panel.scss
|
223
|
+
- source/css/shibori/scss/components/_pill-box.scss
|
224
|
+
- source/css/shibori/scss/components/_quote.scss
|
225
|
+
- source/css/shibori/scss/components/_readmore.scss
|
226
|
+
- source/css/shibori/scss/components/_slider.scss
|
227
|
+
- source/css/shibori/scss/components/_spinner.scss
|
228
|
+
- source/css/shibori/scss/components/_sprites.scss
|
229
|
+
- source/css/shibori/scss/components/_sr-only.scss
|
230
|
+
- source/css/shibori/scss/components/_tables.scss
|
231
|
+
- source/css/shibori/scss/components/_tooltips.scss
|
232
|
+
- source/css/shibori/scss/components/_users.scss
|
233
|
+
- source/css/shibori/scss/components/_vertical-tabs.scss
|
234
|
+
- source/css/shibori/scss/components/_video.scss
|
235
|
+
- source/css/shibori/scss/ecosystem/_addons-card.scss
|
236
|
+
- source/css/shibori/scss/ecosystem/_cards.scss
|
237
|
+
- source/css/shibori/scss/ecosystem/_elements-brand.scss
|
238
|
+
- source/css/shibori/scss/ecosystem/_elements.scss
|
239
|
+
- source/css/shibori/scss/globals/_colors.scss
|
240
|
+
- source/css/shibori/scss/globals/_mixins.scss
|
241
|
+
- source/css/shibori/scss/globals/_variables.scss
|
242
|
+
- source/css/shibori/scss/layout/_grid-settings.scss
|
243
|
+
- source/css/shibori/scss/layout/_layout.scss
|
244
|
+
- source/css/shibori/scss/page-elements/_headers.scss
|
245
|
+
- source/css/shibori/scss/page-elements/_navigation.scss
|
246
|
+
- source/css/shibori/scss/page-elements/_sections.scss
|
247
|
+
- source/css/shibori/scss/page-elements/_sidebar.scss
|
245
248
|
- source/fonts/bentonsans/bentonsans-book.eot
|
246
249
|
- source/fonts/bentonsans/bentonsans-book.svg
|
247
250
|
- source/fonts/bentonsans/bentonsans-book.ttf
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<ul class="list-unstyled">
|
2
|
-
<li><button class="btn">Default Button</button></li>
|
3
|
-
<li><button class="btn btn-alt">Alternate Button</button></li>
|
4
|
-
<li><button class="btn btn-white">White Button</button></li>
|
5
|
-
<li><button class="btn btn-disabled">Disabled Button</button></li>
|
6
|
-
<li><button class="btn btn-text">Text Button</button></li>
|
7
|
-
</ul>
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<ul class="list-unstyled">
|
2
|
-
<li><button class="btn btn-sm">Default Button</button></li>
|
3
|
-
<li><button class="btn btn-sm btn-alt">Alternate Button</button></li>
|
4
|
-
<li><button class="btn btn-sm btn-white">White Button</button></li>
|
5
|
-
<li><button class="btn btn-sm btn-disabled">Disabled Button</button></li>
|
6
|
-
<li><button class="btn btn-sm btn-text">Text Button</button></li>
|
7
|
-
</ul>
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<ul class="list-unstyled">
|
2
|
-
<li><button class="btn btn-xs">Default Button</button></li>
|
3
|
-
<li><button class="btn btn-xs btn-alt">Alternate Button</button></li>
|
4
|
-
<li><button class="btn btn-xs btn-white">White Button</button></li>
|
5
|
-
<li><button class="btn btn-xs btn-disabled">Disabled Button</button></li>
|
6
|
-
<li><button class="btn btn-xs btn-text">Text Button</button></li>
|
7
|
-
</ul>
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<ul class="list-unstyled">
|
2
|
-
<li><button class="btn btn-block">Default Button</button></li>
|
3
|
-
<li><button class="btn btn-block btn-alt">Alternate Button</button></li>
|
4
|
-
<li><button class="btn btn-block btn-white">White Button</button></li>
|
5
|
-
<li><button class="btn btn-block btn-disabled">Disabled Button</button></li>
|
6
|
-
<li><button class="btn btn-block btn-text">Text Button</button></li>
|
7
|
-
</ul>
|