picasso 0.6.1 → 0.6.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.
- checksums.yaml +15 -0
- data/README.md +6 -2
- data/docs/_picasso.html +95 -73
- data/docs/css/picasso-demos.css +95 -73
- data/docs/index.html +103 -76
- data/docs/picasso-_components.html +95 -73
- data/docs/picasso-_despegar.html +95 -73
- data/docs/picasso-_utils.html +95 -73
- data/docs/picasso-components-_accordions.html +95 -73
- data/docs/picasso-components-_arrows.html +95 -73
- data/docs/picasso-components-_bubbles.html +95 -73
- data/docs/picasso-components-_buttons.html +95 -73
- data/docs/picasso-components-_clusters.html +95 -73
- data/docs/picasso-components-_inputs.html +100 -82
- data/docs/picasso-components-_list-grids.html +95 -73
- data/docs/picasso-components-_navs.html +95 -73
- data/docs/picasso-components-_pagination.html +95 -73
- data/docs/picasso-components-_popups.html +95 -73
- data/docs/picasso-components-_tooltips.html +95 -73
- data/docs/picasso-components-buttons-_3d.html +95 -73
- data/docs/picasso-despegar-_mixins.html +95 -73
- data/docs/picasso-despegar-_variables.html +95 -73
- data/docs/picasso-utils-_clearfix.html +95 -73
- data/docs/picasso-utils-_grid.html +102 -74
- data/docs/picasso-utils-_ie.html +95 -73
- data/docs/picasso-utils-_rem.html +95 -73
- data/docs/picasso-utils-_sprite.html +95 -73
- data/lib/picasso/version.rb +1 -1
- data/stylesheets/picasso/components/_inputs.scss +5 -9
- data/stylesheets/picasso/utils/_grid.scss +7 -1
- metadata +6 -10
data/lib/picasso/version.rb
CHANGED
@@ -84,11 +84,11 @@
|
|
84
84
|
@import "../utils/rem";
|
85
85
|
|
86
86
|
$text-input-default-width: auto !default;
|
87
|
-
$text-input-default-height:
|
87
|
+
$text-input-default-height: auto !default;
|
88
88
|
$text-input-default-border-color: #DDD !default;
|
89
|
-
$text-input-default-border-focus-color: #
|
90
|
-
$text-input-default-border-radius: 3px
|
91
|
-
$text-input-default-text-color: #
|
89
|
+
$text-input-default-border-focus-color: #319FDA !default;
|
90
|
+
$text-input-default-border-radius: 3px !default;
|
91
|
+
$text-input-default-text-color: #333 !default;
|
92
92
|
$text-input-default-font-size: 11px !default;
|
93
93
|
|
94
94
|
@mixin input(
|
@@ -107,12 +107,8 @@ $text-input-default-font-size: 11px !default;
|
|
107
107
|
|
108
108
|
@mixin input-layout($width: $text-input-default-width, $height: $text-input-default-height) {
|
109
109
|
width: $width;
|
110
|
-
|
111
|
-
line-height: 1em;
|
110
|
+
height: $height;
|
112
111
|
padding: 0.38em;
|
113
|
-
|
114
|
-
|
115
|
-
|
116
112
|
}
|
117
113
|
|
118
114
|
@mixin input-visual(
|
@@ -423,7 +423,6 @@ $grid-default-include-push: true !default;
|
|
423
423
|
width: 100%;
|
424
424
|
display: block;
|
425
425
|
float: left;
|
426
|
-
margin-left: $grid-gutter-unit-width;
|
427
426
|
@include box-sizing(border-box);
|
428
427
|
|
429
428
|
&:first-child{
|
@@ -449,6 +448,13 @@ $grid-default-include-push: true !default;
|
|
449
448
|
.#{$grid-default-column-class}#{$i}#{$grid-size}{
|
450
449
|
width: $grid-column-width;
|
451
450
|
|
451
|
+
//Aplica el margen a cada columna.
|
452
|
+
//Esto es porque así se pisa el margen
|
453
|
+
//en caso que la columna también tenga la clase first por default
|
454
|
+
@if ($i != $grid-default-columns) {
|
455
|
+
margin-left: $grid-gutter-unit-width;
|
456
|
+
}
|
457
|
+
|
452
458
|
@if ($i != $grid-default-columns and $grid-size == "") {
|
453
459
|
|
454
460
|
.ie7 &{
|
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: picasso
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
5
|
-
prerelease:
|
4
|
+
version: 0.6.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Leandro D'Onofrio
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-09-05 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: compass
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ! '>='
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ! '>='
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -107,6 +104,7 @@ files:
|
|
107
104
|
- templates/project/manifest.rb
|
108
105
|
homepage: http://www.despegar.com/
|
109
106
|
licenses: []
|
107
|
+
metadata: {}
|
110
108
|
post_install_message: ! '
|
111
109
|
|
112
110
|
|
@@ -115,7 +113,7 @@ post_install_message: ! '
|
|
115
113
|
## Picasso - Sass/Compass Framework
|
116
114
|
|
117
115
|
|
118
|
-
## Versión: 0.6.
|
116
|
+
## Versión: 0.6.2
|
119
117
|
|
120
118
|
## Documentación: http://ux.despegar.it/labs/picasso/
|
121
119
|
|
@@ -129,21 +127,19 @@ rdoc_options: []
|
|
129
127
|
require_paths:
|
130
128
|
- lib
|
131
129
|
required_ruby_version: !ruby/object:Gem::Requirement
|
132
|
-
none: false
|
133
130
|
requirements:
|
134
131
|
- - ! '>='
|
135
132
|
- !ruby/object:Gem::Version
|
136
133
|
version: '0'
|
137
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
138
|
-
none: false
|
139
135
|
requirements:
|
140
136
|
- - ! '>='
|
141
137
|
- !ruby/object:Gem::Version
|
142
138
|
version: '0'
|
143
139
|
requirements: []
|
144
140
|
rubyforge_project:
|
145
|
-
rubygems_version:
|
141
|
+
rubygems_version: 2.0.6
|
146
142
|
signing_key:
|
147
|
-
specification_version:
|
143
|
+
specification_version: 4
|
148
144
|
summary: Picasso - Sass/Compass Framework. Despegar.com
|
149
145
|
test_files: []
|