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.
@@ -1,3 +1,3 @@
1
1
  module Picasso
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
@@ -84,11 +84,11 @@
84
84
  @import "../utils/rem";
85
85
 
86
86
  $text-input-default-width: auto !default;
87
- $text-input-default-height: 2.3em !default;
87
+ $text-input-default-height: auto !default;
88
88
  $text-input-default-border-color: #DDD !default;
89
- $text-input-default-border-focus-color: #319fda !default;
90
- $text-input-default-border-radius: 3px 3px 3px 3px !default;
91
- $text-input-default-text-color: #333333 !default;
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
- @include rem('height', $height);
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.1
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-08-05 00:00:00.000000000 Z
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.1
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: 1.8.23
141
+ rubygems_version: 2.0.6
146
142
  signing_key:
147
- specification_version: 3
143
+ specification_version: 4
148
144
  summary: Picasso - Sass/Compass Framework. Despegar.com
149
145
  test_files: []