picasso 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +9 -5
- data/docs/_picasso.html +1 -6
- data/docs/css/picasso-demos.css +1 -6
- data/docs/index.html +11 -11
- data/docs/picasso-_components.html +1 -6
- data/docs/picasso-_despegar.html +1 -6
- data/docs/picasso-_utils.html +1 -6
- data/docs/picasso-components-_accordions.html +1 -6
- data/docs/picasso-components-_arrows.html +1 -6
- data/docs/picasso-components-_bubbles.html +1 -6
- data/docs/picasso-components-_buttons.html +1 -6
- data/docs/picasso-components-_clusters.html +1 -6
- data/docs/picasso-components-_inputs.html +1 -6
- data/docs/picasso-components-_list-grids.html +1 -6
- data/docs/picasso-components-_navs.html +1 -6
- data/docs/picasso-components-_pagination.html +1 -6
- data/docs/picasso-components-_popups.html +1 -6
- data/docs/picasso-components-_tooltips.html +1 -6
- data/docs/picasso-components-buttons-_3d.html +1 -12
- data/docs/picasso-components-buttons-_glossy.html +1 -6
- data/docs/picasso-components-buttons-_mini.html +1 -6
- data/docs/picasso-despegar-_mixins.html +1 -6
- data/docs/picasso-despegar-_variables.html +4 -9
- data/docs/picasso-utils-_clearfix.html +1 -6
- data/docs/picasso-utils-_grid.html +1 -6
- data/docs/picasso-utils-_ie.html +1 -6
- data/docs/picasso-utils-_rem.html +1 -6
- data/docs/picasso-utils-_sprite.html +1 -6
- data/lib/picasso/version.rb +1 -1
- data/stylesheets/picasso/components/buttons/_3d.scss +0 -6
- data/stylesheets/picasso/despegar/_variables.scss +2 -2
- metadata +4 -4
data/lib/picasso/version.rb
CHANGED
@@ -204,12 +204,6 @@ $button-3d-default-disabled-color : #FFF !default;
|
|
204
204
|
inset 0 0.1em 0 rgba(0, 0, 0, 0.1),
|
205
205
|
inset 0 0 1em rgba(0, 0, 0, 0.75)
|
206
206
|
);
|
207
|
-
//Fix bug http://code.google.com/p/chromium/issues/detail?id=29427
|
208
|
-
@if $full-rounded == true {
|
209
|
-
-webkit-border-radius: 1.1em;
|
210
|
-
} @else {
|
211
|
-
-webkit-border-radius: 0.4em;
|
212
|
-
}
|
213
207
|
}
|
214
208
|
|
215
209
|
}
|
@@ -87,7 +87,7 @@ $despegar-gray-9 : #F5F5F5;
|
|
87
87
|
// <p class="despegar-error-bg-demo">#FFE6E6 Color Titulos - Aliquam tincidunt mauris eu risus.</p>
|
88
88
|
// <p class="despegar-error-border-demo">#E20A16 Color borde mensajes de error - Aliquam tincidunt mauris eu risus.</p>
|
89
89
|
// <p class="despegar-warning-bg-demo">#FFFFE1 Background mensajes - Aliquam tincidunt mauris eu risus.</p>
|
90
|
-
// <p class="despegar-warning-border-demo">#
|
90
|
+
// <p class="despegar-warning-border-demo">#FF9900 Color borde mensajes - Aliquam tincidunt mauris eu risus.</p>
|
91
91
|
// ```
|
92
92
|
|
93
93
|
// Buscador
|
@@ -116,4 +116,4 @@ $despegar-error-border : $despegar-red;
|
|
116
116
|
$despegar-warning-bg : #FFFFE1;
|
117
117
|
|
118
118
|
// Warning: borde
|
119
|
-
$despegar-warning-border : #
|
119
|
+
$despegar-warning-border : #FF9900;
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 4
|
8
|
-
-
|
9
|
-
version: 0.4.
|
8
|
+
- 1
|
9
|
+
version: 0.4.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Leandro D'Onofrio
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2013-02-
|
17
|
+
date: 2013-02-05 00:00:00 -03:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -139,7 +139,7 @@ licenses: []
|
|
139
139
|
post_install_message: "\n\n\
|
140
140
|
##################################################\n\
|
141
141
|
## Picasso - Sass/Compass Framework\n\n\
|
142
|
-
## Versi\xC3\xB3n: 0.4.
|
142
|
+
## Versi\xC3\xB3n: 0.4.1\n\
|
143
143
|
## Documentaci\xC3\xB3n: http://dl.dropbox.com/u/54126/picasso/docs/index.html\n\
|
144
144
|
## CHANGELOG: http://dl.dropbox.com/u/54126/picasso/docs/index.html#changelog\n\
|
145
145
|
##################################################\n\n"
|