prelude-framework 0.8.1 → 0.8.2
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/lib/prelude/version.rb +1 -1
- data/scss/prelude/modules/_buttons.scss +4 -2
- data/test/index.html +0 -12
- data/test/scss/style.scss +0 -14
- metadata +83 -61
- checksums.yaml +0 -15
data/lib/prelude/version.rb
CHANGED
@@ -66,8 +66,10 @@
|
|
66
66
|
&:active {
|
67
67
|
// Disabled inset shadow as it's a performance hog when having multiple buttons on the same screen on the iPhone 4
|
68
68
|
//box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
|
69
|
-
|
70
|
-
|
69
|
+
@if $btn-use-gradient == true {
|
70
|
+
box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.5);
|
71
|
+
background-image: none !important;
|
72
|
+
}
|
71
73
|
outline: 0;
|
72
74
|
}
|
73
75
|
|
data/test/index.html
CHANGED
@@ -168,7 +168,6 @@
|
|
168
168
|
|
169
169
|
<article id="buttons__styles" class="push--top">
|
170
170
|
<h3>Button styles</h3>
|
171
|
-
|
172
171
|
<div class="test push--top push--bottom text-center">
|
173
172
|
<button class="btn push-half">Normal</button>
|
174
173
|
<button class="btn btn--primary push-half">Primary</button>
|
@@ -178,17 +177,6 @@
|
|
178
177
|
<button class="btn btn--danger push-half">Danger</button>
|
179
178
|
<button class="btn btn--inverse push-half">Inverse</button>
|
180
179
|
</div>
|
181
|
-
|
182
|
-
<div class="buttons-with-gradient test push--top push--bottom text-center">
|
183
|
-
<button class="btn push-half">Normal</button>
|
184
|
-
<button class="btn btn--primary push-half">Primary</button>
|
185
|
-
<button class="btn btn--success push-half">Succes</button>
|
186
|
-
<button class="btn btn--info push-half">Info</button>
|
187
|
-
<button class="btn btn--warning push-half">Warning</button>
|
188
|
-
<button class="btn btn--danger push-half">Danger</button>
|
189
|
-
<button class="btn btn--inverse push-half">Inverse</button>
|
190
|
-
</div>
|
191
|
-
|
192
180
|
</article>
|
193
181
|
|
194
182
|
<!--
|
data/test/scss/style.scss
CHANGED
@@ -51,17 +51,3 @@
|
|
51
51
|
border: solid 1px #000;
|
52
52
|
}
|
53
53
|
|
54
|
-
|
55
|
-
// =============================================================================
|
56
|
-
// Buttons
|
57
|
-
// =============================================================================
|
58
|
-
|
59
|
-
.buttons-with-gradient {
|
60
|
-
.btn { @include btn-style($btn-background, true); }
|
61
|
-
.btn--primary { @include btn-style($btn-primary-background, true); }
|
62
|
-
.btn--info { @include btn-style($btn-info-background, true); }
|
63
|
-
.btn--success { @include btn-style($btn-success-background, true); }
|
64
|
-
.btn--warning { @include btn-style($btn-warning-background, true); }
|
65
|
-
.btn--danger { @include btn-style($btn-danger-background, true); }
|
66
|
-
.btn--inverse { @include btn-style($btn-inverse-background, true); }
|
67
|
-
}
|
metadata
CHANGED
@@ -1,65 +1,78 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: prelude-framework
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 59
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 8
|
9
|
+
- 2
|
10
|
+
version: 0.8.2
|
5
11
|
platform: ruby
|
6
|
-
authors:
|
12
|
+
authors:
|
7
13
|
- Daniel Guillan
|
8
14
|
autorequire:
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
17
|
+
|
18
|
+
date: 2013-12-16 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
14
21
|
name: sass
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ! '>='
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 3.2.3
|
20
|
-
type: :runtime
|
21
22
|
prerelease: false
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 9
|
29
|
+
segments:
|
30
|
+
- 3
|
31
|
+
- 2
|
32
|
+
- 3
|
26
33
|
version: 3.2.3
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: compass
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - ! '>='
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 0.12.2
|
34
34
|
type: :runtime
|
35
|
+
version_requirements: *id001
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: compass
|
35
38
|
prerelease: false
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
40
|
+
none: false
|
41
|
+
requirements:
|
42
|
+
- - ">="
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
hash: 43
|
45
|
+
segments:
|
46
|
+
- 0
|
47
|
+
- 12
|
48
|
+
- 2
|
40
49
|
version: 0.12.2
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: rake
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - ! '>='
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '0'
|
48
50
|
type: :runtime
|
51
|
+
version_requirements: *id002
|
52
|
+
- !ruby/object:Gem::Dependency
|
53
|
+
name: rake
|
49
54
|
prerelease: false
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
55
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
56
|
+
none: false
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
hash: 3
|
61
|
+
segments:
|
62
|
+
- 0
|
63
|
+
version: "0"
|
64
|
+
type: :runtime
|
65
|
+
version_requirements: *id003
|
66
|
+
description: A robust, extensible and opinionated OOCSS front-end framework built with SASS and Compass framework
|
67
|
+
email:
|
58
68
|
- hello@danielguillan.com
|
59
69
|
executables: []
|
70
|
+
|
60
71
|
extensions: []
|
72
|
+
|
61
73
|
extra_rdoc_files: []
|
62
|
-
|
74
|
+
|
75
|
+
files:
|
63
76
|
- .gitignore
|
64
77
|
- Gemfile
|
65
78
|
- LICENCE
|
@@ -122,29 +135,38 @@ files:
|
|
122
135
|
- test/scss/style.scss
|
123
136
|
homepage: https://github.com/danielguillan/prelude
|
124
137
|
licenses: []
|
125
|
-
|
138
|
+
|
126
139
|
post_install_message:
|
127
140
|
rdoc_options: []
|
128
|
-
|
141
|
+
|
142
|
+
require_paths:
|
129
143
|
- lib
|
130
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
144
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
145
|
+
none: false
|
146
|
+
requirements:
|
147
|
+
- - ">="
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
hash: 3
|
150
|
+
segments:
|
151
|
+
- 0
|
152
|
+
version: "0"
|
153
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
|
+
none: false
|
155
|
+
requirements:
|
156
|
+
- - ">="
|
157
|
+
- !ruby/object:Gem::Version
|
158
|
+
hash: 3
|
159
|
+
segments:
|
160
|
+
- 0
|
161
|
+
version: "0"
|
140
162
|
requirements: []
|
163
|
+
|
141
164
|
rubyforge_project:
|
142
|
-
rubygems_version:
|
165
|
+
rubygems_version: 1.8.24
|
143
166
|
signing_key:
|
144
|
-
specification_version:
|
145
|
-
summary: A robust, extensible and opinionated OOCSS front-end framework built with
|
146
|
-
|
147
|
-
test_files:
|
167
|
+
specification_version: 3
|
168
|
+
summary: A robust, extensible and opinionated OOCSS front-end framework built with SASS and Compass framework
|
169
|
+
test_files:
|
148
170
|
- test/config.rb
|
149
171
|
- test/index.html
|
150
172
|
- test/scss/_prelude-settings.scss
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
YzM2YjY0YTBiZjI1Yjg0N2ZjYTJhN2FjMDBiNTI3NDZkNjlmYzUxNQ==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ZDFiZWQ4MWZkMWFlYTgxZGMzMzg3ZTlhNmMxMDFhZGNlMTk3YzgzZQ==
|
7
|
-
SHA512:
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
ZGMxM2EzOTNlMzQ5N2NiYzJhZGE2NWY1NGE5ZmFhYTBmNzQyZWVlYmViOTg1
|
10
|
-
NWIyOTI5NTM0MzQ0ZmVmNjg2MWIxZWYyYmRjNTM5ZDE2OGM0NGFiNzJkNmRj
|
11
|
-
MWU4YjViZjdkNDFmODIxMDA5NjBkOWQ2ZGYwZjRjNjU5ZjI5OWM=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
MmI3M2RiZDE4NGM2M2Q2NjJlMmM3YTU5MzUyNzE2NjM0NmRmMWY0MmYyNDRk
|
14
|
-
NDdiM2Q5MjEwY2QwM2EyZjg2ZjMwZjQwOWZjNjVkNmMyOWUzNjc2NmQ3NDhh
|
15
|
-
ZDQyNDE3NDM0NTZmM2FiOGM4NWVjZWIxZDE1MTAzZmNlOTVlOTM=
|