picasso 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/docs/_picasso.html +74 -93
- data/docs/css/picasso-demos.css +74 -93
- data/docs/css/picasso-docs.css +2 -2
- data/docs/index.html +74 -93
- data/docs/picasso-_components.html +74 -93
- data/docs/picasso-_despegar.html +74 -93
- data/docs/picasso-_utils.html +74 -93
- data/docs/picasso-components-_accordions.html +74 -93
- data/docs/picasso-components-_arrows.html +74 -93
- data/docs/picasso-components-_bubbles.html +74 -93
- data/docs/picasso-components-_buttons.html +74 -93
- data/docs/picasso-components-_clusters.html +74 -93
- data/docs/picasso-components-_inputs.html +74 -93
- data/docs/picasso-components-_list-grids.html +74 -93
- data/docs/picasso-components-_navs.html +74 -93
- data/docs/picasso-components-_pagination.html +74 -93
- data/docs/picasso-components-_popups.html +74 -93
- data/docs/picasso-components-_tooltips.html +74 -93
- data/docs/picasso-components-buttons-_3d.html +78 -95
- data/docs/picasso-despegar-_mixins.html +74 -93
- data/docs/picasso-despegar-_variables.html +78 -97
- data/docs/picasso-utils-_clearfix.html +74 -93
- data/docs/picasso-utils-_grid.html +74 -98
- data/docs/picasso-utils-_ie.html +74 -93
- data/docs/picasso-utils-_rem.html +74 -93
- data/docs/picasso-utils-_sprite.html +74 -93
- data/lib/picasso/version.rb +1 -1
- data/stylesheets/picasso/components/buttons/_3d.scss +4 -2
- data/stylesheets/picasso/despegar/_variables.scss +2 -2
- data/stylesheets/picasso/utils/_grid.scss +0 -5
- metadata +53 -56
@@ -224,7 +224,6 @@ $grid-default-include-offset: true !default;
|
|
224
224
|
|
225
225
|
[class^="#{$grid-default-column-class}"]{
|
226
226
|
width: 100%;
|
227
|
-
min-height: 25px;
|
228
227
|
display: block;
|
229
228
|
float: left;
|
230
229
|
margin-left: $grid-gutter-unit-width;
|
@@ -234,10 +233,6 @@ $grid-default-include-offset: true !default;
|
|
234
233
|
margin-left: 0;
|
235
234
|
}
|
236
235
|
|
237
|
-
img {
|
238
|
-
max-width: 100%;
|
239
|
-
}
|
240
|
-
|
241
236
|
}
|
242
237
|
|
243
238
|
@for $i from 1 through $grid-default-columns {
|
metadata
CHANGED
@@ -1,46 +1,39 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: picasso
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
- 0
|
7
|
-
- 5
|
8
|
-
- 0
|
9
|
-
version: 0.5.0
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.5.1
|
5
|
+
prerelease:
|
10
6
|
platform: ruby
|
11
|
-
authors:
|
7
|
+
authors:
|
12
8
|
- Leandro D'Onofrio
|
13
9
|
autorequire:
|
14
10
|
bindir: bin
|
15
11
|
cert_chain: []
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
dependencies:
|
20
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
21
15
|
name: compass
|
22
|
-
|
23
|
-
|
24
|
-
requirements:
|
25
|
-
- -
|
26
|
-
- !ruby/object:Gem::Version
|
27
|
-
segments:
|
28
|
-
- 0
|
29
|
-
- 12
|
30
|
-
- 1
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
31
21
|
version: 0.12.1
|
32
22
|
type: :runtime
|
33
|
-
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 0.12.1
|
34
30
|
description: Picasso - Sass/Compass Framework
|
35
|
-
email:
|
31
|
+
email:
|
36
32
|
- ldonofrio@despegar.com
|
37
33
|
executables: []
|
38
|
-
|
39
34
|
extensions: []
|
40
|
-
|
41
35
|
extra_rdoc_files: []
|
42
|
-
|
43
|
-
files:
|
36
|
+
files:
|
44
37
|
- .gitignore
|
45
38
|
- Gemfile
|
46
39
|
- LICENSE
|
@@ -112,41 +105,45 @@ files:
|
|
112
105
|
- stylesheets/picasso/utils/_rem.scss
|
113
106
|
- stylesheets/picasso/utils/_sprite.scss
|
114
107
|
- templates/project/manifest.rb
|
115
|
-
has_rdoc: true
|
116
108
|
homepage: http://www.despegar.com/
|
117
109
|
licenses: []
|
110
|
+
post_install_message: ! '
|
118
111
|
|
119
|
-
post_install_message: "\n\n\
|
120
|
-
##################################################\n\
|
121
|
-
## Picasso - Sass/Compass Framework\n\n\
|
122
|
-
## Versi\xC3\xB3n: 0.5.0\n\
|
123
|
-
## Documentaci\xC3\xB3n: http://ux.despegar.it/labs/picasso/\n\
|
124
|
-
## CHANGELOG: http://ux.despegar.it/labs/picasso/#changelog\n\
|
125
|
-
##################################################\n\n"
|
126
|
-
rdoc_options: []
|
127
112
|
|
128
|
-
|
113
|
+
##################################################
|
114
|
+
|
115
|
+
## Picasso - Sass/Compass Framework
|
116
|
+
|
117
|
+
|
118
|
+
## Versión: 0.5.1
|
119
|
+
|
120
|
+
## Documentación: http://ux.despegar.it/labs/picasso/
|
121
|
+
|
122
|
+
## CHANGELOG: http://ux.despegar.it/labs/picasso/#changelog
|
123
|
+
|
124
|
+
##################################################
|
125
|
+
|
126
|
+
|
127
|
+
'
|
128
|
+
rdoc_options: []
|
129
|
+
require_paths:
|
129
130
|
- lib
|
130
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
requirements:
|
139
|
-
- -
|
140
|
-
- !ruby/object:Gem::Version
|
141
|
-
|
142
|
-
- 0
|
143
|
-
version: "0"
|
131
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
132
|
+
none: false
|
133
|
+
requirements:
|
134
|
+
- - ! '>='
|
135
|
+
- !ruby/object:Gem::Version
|
136
|
+
version: '0'
|
137
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
138
|
+
none: false
|
139
|
+
requirements:
|
140
|
+
- - ! '>='
|
141
|
+
- !ruby/object:Gem::Version
|
142
|
+
version: '0'
|
144
143
|
requirements: []
|
145
|
-
|
146
144
|
rubyforge_project:
|
147
|
-
rubygems_version: 1.
|
145
|
+
rubygems_version: 1.8.23
|
148
146
|
signing_key:
|
149
147
|
specification_version: 3
|
150
148
|
summary: Picasso - Sass/Compass Framework. Despegar.com
|
151
149
|
test_files: []
|
152
|
-
|