picasso 0.6.0 → 0.6.1
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/README.md +5 -2
- data/docs/_picasso.html +24 -0
- data/docs/css/picasso-demos.css +24 -0
- data/docs/index.html +31 -3
- data/docs/picasso-_components.html +24 -0
- data/docs/picasso-_despegar.html +24 -0
- data/docs/picasso-_utils.html +24 -0
- data/docs/picasso-components-_accordions.html +24 -0
- data/docs/picasso-components-_arrows.html +24 -0
- data/docs/picasso-components-_bubbles.html +24 -0
- data/docs/picasso-components-_buttons.html +24 -0
- data/docs/picasso-components-_clusters.html +24 -0
- data/docs/picasso-components-_inputs.html +24 -0
- data/docs/picasso-components-_list-grids.html +24 -0
- data/docs/picasso-components-_navs.html +24 -0
- data/docs/picasso-components-_pagination.html +24 -0
- data/docs/picasso-components-_popups.html +24 -0
- data/docs/picasso-components-_tooltips.html +24 -0
- data/docs/picasso-components-buttons-_3d.html +24 -0
- data/docs/picasso-despegar-_mixins.html +24 -0
- data/docs/picasso-despegar-_variables.html +24 -0
- data/docs/picasso-utils-_clearfix.html +24 -0
- data/docs/picasso-utils-_grid.html +55 -1
- data/docs/picasso-utils-_ie.html +24 -0
- data/docs/picasso-utils-_rem.html +24 -0
- data/docs/picasso-utils-_sprite.html +24 -0
- data/lib/picasso/version.rb +1 -1
- data/stylesheets/picasso/utils/_grid.scss +28 -1
- metadata +3 -3
@@ -2133,6 +2133,12 @@ body {
|
|
2133
2133
|
.row-col .col0 {
|
2134
2134
|
display: none;
|
2135
2135
|
}
|
2136
|
+
.row-col .push0,
|
2137
|
+
.row-col .push0:first-child,
|
2138
|
+
.row-col .pull0,
|
2139
|
+
.row-col .pull0:first-child {
|
2140
|
+
left: 0;
|
2141
|
+
}
|
2136
2142
|
.row-col .centered,
|
2137
2143
|
.row-col .centered:first-child {
|
2138
2144
|
margin-left: auto;
|
@@ -2341,6 +2347,12 @@ body {
|
|
2341
2347
|
.row-col .col0-small {
|
2342
2348
|
display: none;
|
2343
2349
|
}
|
2350
|
+
.row-col .push0-small,
|
2351
|
+
.row-col .push0-small:first-child,
|
2352
|
+
.row-col .pull0-small,
|
2353
|
+
.row-col .pull0-small:first-child {
|
2354
|
+
left: 0;
|
2355
|
+
}
|
2344
2356
|
.row-col .centered-small,
|
2345
2357
|
.row-col .centered-small:first-child {
|
2346
2358
|
margin-left: auto;
|
@@ -2550,6 +2562,12 @@ body {
|
|
2550
2562
|
.row-col .col0-medium {
|
2551
2563
|
display: none;
|
2552
2564
|
}
|
2565
|
+
.row-col .push0-medium,
|
2566
|
+
.row-col .push0-medium:first-child,
|
2567
|
+
.row-col .pull0-medium,
|
2568
|
+
.row-col .pull0-medium:first-child {
|
2569
|
+
left: 0;
|
2570
|
+
}
|
2553
2571
|
.row-col .centered-medium,
|
2554
2572
|
.row-col .centered-medium:first-child {
|
2555
2573
|
margin-left: auto;
|
@@ -2759,6 +2777,12 @@ body {
|
|
2759
2777
|
.row-col .col0-large {
|
2760
2778
|
display: none;
|
2761
2779
|
}
|
2780
|
+
.row-col .push0-large,
|
2781
|
+
.row-col .push0-large:first-child,
|
2782
|
+
.row-col .pull0-large,
|
2783
|
+
.row-col .pull0-large:first-child {
|
2784
|
+
left: 0;
|
2785
|
+
}
|
2762
2786
|
.row-col .centered-large,
|
2763
2787
|
.row-col .centered-large:first-child {
|
2764
2788
|
margin-left: auto;
|
@@ -2133,6 +2133,12 @@ body {
|
|
2133
2133
|
.row-col .col0 {
|
2134
2134
|
display: none;
|
2135
2135
|
}
|
2136
|
+
.row-col .push0,
|
2137
|
+
.row-col .push0:first-child,
|
2138
|
+
.row-col .pull0,
|
2139
|
+
.row-col .pull0:first-child {
|
2140
|
+
left: 0;
|
2141
|
+
}
|
2136
2142
|
.row-col .centered,
|
2137
2143
|
.row-col .centered:first-child {
|
2138
2144
|
margin-left: auto;
|
@@ -2341,6 +2347,12 @@ body {
|
|
2341
2347
|
.row-col .col0-small {
|
2342
2348
|
display: none;
|
2343
2349
|
}
|
2350
|
+
.row-col .push0-small,
|
2351
|
+
.row-col .push0-small:first-child,
|
2352
|
+
.row-col .pull0-small,
|
2353
|
+
.row-col .pull0-small:first-child {
|
2354
|
+
left: 0;
|
2355
|
+
}
|
2344
2356
|
.row-col .centered-small,
|
2345
2357
|
.row-col .centered-small:first-child {
|
2346
2358
|
margin-left: auto;
|
@@ -2550,6 +2562,12 @@ body {
|
|
2550
2562
|
.row-col .col0-medium {
|
2551
2563
|
display: none;
|
2552
2564
|
}
|
2565
|
+
.row-col .push0-medium,
|
2566
|
+
.row-col .push0-medium:first-child,
|
2567
|
+
.row-col .pull0-medium,
|
2568
|
+
.row-col .pull0-medium:first-child {
|
2569
|
+
left: 0;
|
2570
|
+
}
|
2553
2571
|
.row-col .centered-medium,
|
2554
2572
|
.row-col .centered-medium:first-child {
|
2555
2573
|
margin-left: auto;
|
@@ -2759,6 +2777,12 @@ body {
|
|
2759
2777
|
.row-col .col0-large {
|
2760
2778
|
display: none;
|
2761
2779
|
}
|
2780
|
+
.row-col .push0-large,
|
2781
|
+
.row-col .push0-large:first-child,
|
2782
|
+
.row-col .pull0-large,
|
2783
|
+
.row-col .pull0-large:first-child {
|
2784
|
+
left: 0;
|
2785
|
+
}
|
2762
2786
|
.row-col .centered-large,
|
2763
2787
|
.row-col .centered-large:first-child {
|
2764
2788
|
margin-left: auto;
|
@@ -2133,6 +2133,12 @@ body {
|
|
2133
2133
|
.row-col .col0 {
|
2134
2134
|
display: none;
|
2135
2135
|
}
|
2136
|
+
.row-col .push0,
|
2137
|
+
.row-col .push0:first-child,
|
2138
|
+
.row-col .pull0,
|
2139
|
+
.row-col .pull0:first-child {
|
2140
|
+
left: 0;
|
2141
|
+
}
|
2136
2142
|
.row-col .centered,
|
2137
2143
|
.row-col .centered:first-child {
|
2138
2144
|
margin-left: auto;
|
@@ -2341,6 +2347,12 @@ body {
|
|
2341
2347
|
.row-col .col0-small {
|
2342
2348
|
display: none;
|
2343
2349
|
}
|
2350
|
+
.row-col .push0-small,
|
2351
|
+
.row-col .push0-small:first-child,
|
2352
|
+
.row-col .pull0-small,
|
2353
|
+
.row-col .pull0-small:first-child {
|
2354
|
+
left: 0;
|
2355
|
+
}
|
2344
2356
|
.row-col .centered-small,
|
2345
2357
|
.row-col .centered-small:first-child {
|
2346
2358
|
margin-left: auto;
|
@@ -2550,6 +2562,12 @@ body {
|
|
2550
2562
|
.row-col .col0-medium {
|
2551
2563
|
display: none;
|
2552
2564
|
}
|
2565
|
+
.row-col .push0-medium,
|
2566
|
+
.row-col .push0-medium:first-child,
|
2567
|
+
.row-col .pull0-medium,
|
2568
|
+
.row-col .pull0-medium:first-child {
|
2569
|
+
left: 0;
|
2570
|
+
}
|
2553
2571
|
.row-col .centered-medium,
|
2554
2572
|
.row-col .centered-medium:first-child {
|
2555
2573
|
margin-left: auto;
|
@@ -2759,6 +2777,12 @@ body {
|
|
2759
2777
|
.row-col .col0-large {
|
2760
2778
|
display: none;
|
2761
2779
|
}
|
2780
|
+
.row-col .push0-large,
|
2781
|
+
.row-col .push0-large:first-child,
|
2782
|
+
.row-col .pull0-large,
|
2783
|
+
.row-col .pull0-large:first-child {
|
2784
|
+
left: 0;
|
2785
|
+
}
|
2762
2786
|
.row-col .centered-large,
|
2763
2787
|
.row-col .centered-large:first-child {
|
2764
2788
|
margin-left: auto;
|
@@ -2133,6 +2133,12 @@ body {
|
|
2133
2133
|
.row-col .col0 {
|
2134
2134
|
display: none;
|
2135
2135
|
}
|
2136
|
+
.row-col .push0,
|
2137
|
+
.row-col .push0:first-child,
|
2138
|
+
.row-col .pull0,
|
2139
|
+
.row-col .pull0:first-child {
|
2140
|
+
left: 0;
|
2141
|
+
}
|
2136
2142
|
.row-col .centered,
|
2137
2143
|
.row-col .centered:first-child {
|
2138
2144
|
margin-left: auto;
|
@@ -2341,6 +2347,12 @@ body {
|
|
2341
2347
|
.row-col .col0-small {
|
2342
2348
|
display: none;
|
2343
2349
|
}
|
2350
|
+
.row-col .push0-small,
|
2351
|
+
.row-col .push0-small:first-child,
|
2352
|
+
.row-col .pull0-small,
|
2353
|
+
.row-col .pull0-small:first-child {
|
2354
|
+
left: 0;
|
2355
|
+
}
|
2344
2356
|
.row-col .centered-small,
|
2345
2357
|
.row-col .centered-small:first-child {
|
2346
2358
|
margin-left: auto;
|
@@ -2550,6 +2562,12 @@ body {
|
|
2550
2562
|
.row-col .col0-medium {
|
2551
2563
|
display: none;
|
2552
2564
|
}
|
2565
|
+
.row-col .push0-medium,
|
2566
|
+
.row-col .push0-medium:first-child,
|
2567
|
+
.row-col .pull0-medium,
|
2568
|
+
.row-col .pull0-medium:first-child {
|
2569
|
+
left: 0;
|
2570
|
+
}
|
2553
2571
|
.row-col .centered-medium,
|
2554
2572
|
.row-col .centered-medium:first-child {
|
2555
2573
|
margin-left: auto;
|
@@ -2759,6 +2777,12 @@ body {
|
|
2759
2777
|
.row-col .col0-large {
|
2760
2778
|
display: none;
|
2761
2779
|
}
|
2780
|
+
.row-col .push0-large,
|
2781
|
+
.row-col .push0-large:first-child,
|
2782
|
+
.row-col .pull0-large,
|
2783
|
+
.row-col .pull0-large:first-child {
|
2784
|
+
left: 0;
|
2785
|
+
}
|
2762
2786
|
.row-col .centered-large,
|
2763
2787
|
.row-col .centered-large:first-child {
|
2764
2788
|
margin-left: auto;
|
@@ -2133,6 +2133,12 @@ body {
|
|
2133
2133
|
.row-col .col0 {
|
2134
2134
|
display: none;
|
2135
2135
|
}
|
2136
|
+
.row-col .push0,
|
2137
|
+
.row-col .push0:first-child,
|
2138
|
+
.row-col .pull0,
|
2139
|
+
.row-col .pull0:first-child {
|
2140
|
+
left: 0;
|
2141
|
+
}
|
2136
2142
|
.row-col .centered,
|
2137
2143
|
.row-col .centered:first-child {
|
2138
2144
|
margin-left: auto;
|
@@ -2341,6 +2347,12 @@ body {
|
|
2341
2347
|
.row-col .col0-small {
|
2342
2348
|
display: none;
|
2343
2349
|
}
|
2350
|
+
.row-col .push0-small,
|
2351
|
+
.row-col .push0-small:first-child,
|
2352
|
+
.row-col .pull0-small,
|
2353
|
+
.row-col .pull0-small:first-child {
|
2354
|
+
left: 0;
|
2355
|
+
}
|
2344
2356
|
.row-col .centered-small,
|
2345
2357
|
.row-col .centered-small:first-child {
|
2346
2358
|
margin-left: auto;
|
@@ -2550,6 +2562,12 @@ body {
|
|
2550
2562
|
.row-col .col0-medium {
|
2551
2563
|
display: none;
|
2552
2564
|
}
|
2565
|
+
.row-col .push0-medium,
|
2566
|
+
.row-col .push0-medium:first-child,
|
2567
|
+
.row-col .pull0-medium,
|
2568
|
+
.row-col .pull0-medium:first-child {
|
2569
|
+
left: 0;
|
2570
|
+
}
|
2553
2571
|
.row-col .centered-medium,
|
2554
2572
|
.row-col .centered-medium:first-child {
|
2555
2573
|
margin-left: auto;
|
@@ -2759,6 +2777,12 @@ body {
|
|
2759
2777
|
.row-col .col0-large {
|
2760
2778
|
display: none;
|
2761
2779
|
}
|
2780
|
+
.row-col .push0-large,
|
2781
|
+
.row-col .push0-large:first-child,
|
2782
|
+
.row-col .pull0-large,
|
2783
|
+
.row-col .pull0-large:first-child {
|
2784
|
+
left: 0;
|
2785
|
+
}
|
2762
2786
|
.row-col .centered-large,
|
2763
2787
|
.row-col .centered-large:first-child {
|
2764
2788
|
margin-left: auto;
|
@@ -2133,6 +2133,12 @@ body {
|
|
2133
2133
|
.row-col .col0 {
|
2134
2134
|
display: none;
|
2135
2135
|
}
|
2136
|
+
.row-col .push0,
|
2137
|
+
.row-col .push0:first-child,
|
2138
|
+
.row-col .pull0,
|
2139
|
+
.row-col .pull0:first-child {
|
2140
|
+
left: 0;
|
2141
|
+
}
|
2136
2142
|
.row-col .centered,
|
2137
2143
|
.row-col .centered:first-child {
|
2138
2144
|
margin-left: auto;
|
@@ -2341,6 +2347,12 @@ body {
|
|
2341
2347
|
.row-col .col0-small {
|
2342
2348
|
display: none;
|
2343
2349
|
}
|
2350
|
+
.row-col .push0-small,
|
2351
|
+
.row-col .push0-small:first-child,
|
2352
|
+
.row-col .pull0-small,
|
2353
|
+
.row-col .pull0-small:first-child {
|
2354
|
+
left: 0;
|
2355
|
+
}
|
2344
2356
|
.row-col .centered-small,
|
2345
2357
|
.row-col .centered-small:first-child {
|
2346
2358
|
margin-left: auto;
|
@@ -2550,6 +2562,12 @@ body {
|
|
2550
2562
|
.row-col .col0-medium {
|
2551
2563
|
display: none;
|
2552
2564
|
}
|
2565
|
+
.row-col .push0-medium,
|
2566
|
+
.row-col .push0-medium:first-child,
|
2567
|
+
.row-col .pull0-medium,
|
2568
|
+
.row-col .pull0-medium:first-child {
|
2569
|
+
left: 0;
|
2570
|
+
}
|
2553
2571
|
.row-col .centered-medium,
|
2554
2572
|
.row-col .centered-medium:first-child {
|
2555
2573
|
margin-left: auto;
|
@@ -2759,6 +2777,12 @@ body {
|
|
2759
2777
|
.row-col .col0-large {
|
2760
2778
|
display: none;
|
2761
2779
|
}
|
2780
|
+
.row-col .push0-large,
|
2781
|
+
.row-col .push0-large:first-child,
|
2782
|
+
.row-col .pull0-large,
|
2783
|
+
.row-col .pull0-large:first-child {
|
2784
|
+
left: 0;
|
2785
|
+
}
|
2762
2786
|
.row-col .centered-large,
|
2763
2787
|
.row-col .centered-large:first-child {
|
2764
2788
|
margin-left: auto;
|
@@ -2133,6 +2133,12 @@ body {
|
|
2133
2133
|
.row-col .col0 {
|
2134
2134
|
display: none;
|
2135
2135
|
}
|
2136
|
+
.row-col .push0,
|
2137
|
+
.row-col .push0:first-child,
|
2138
|
+
.row-col .pull0,
|
2139
|
+
.row-col .pull0:first-child {
|
2140
|
+
left: 0;
|
2141
|
+
}
|
2136
2142
|
.row-col .centered,
|
2137
2143
|
.row-col .centered:first-child {
|
2138
2144
|
margin-left: auto;
|
@@ -2341,6 +2347,12 @@ body {
|
|
2341
2347
|
.row-col .col0-small {
|
2342
2348
|
display: none;
|
2343
2349
|
}
|
2350
|
+
.row-col .push0-small,
|
2351
|
+
.row-col .push0-small:first-child,
|
2352
|
+
.row-col .pull0-small,
|
2353
|
+
.row-col .pull0-small:first-child {
|
2354
|
+
left: 0;
|
2355
|
+
}
|
2344
2356
|
.row-col .centered-small,
|
2345
2357
|
.row-col .centered-small:first-child {
|
2346
2358
|
margin-left: auto;
|
@@ -2550,6 +2562,12 @@ body {
|
|
2550
2562
|
.row-col .col0-medium {
|
2551
2563
|
display: none;
|
2552
2564
|
}
|
2565
|
+
.row-col .push0-medium,
|
2566
|
+
.row-col .push0-medium:first-child,
|
2567
|
+
.row-col .pull0-medium,
|
2568
|
+
.row-col .pull0-medium:first-child {
|
2569
|
+
left: 0;
|
2570
|
+
}
|
2553
2571
|
.row-col .centered-medium,
|
2554
2572
|
.row-col .centered-medium:first-child {
|
2555
2573
|
margin-left: auto;
|
@@ -2759,6 +2777,12 @@ body {
|
|
2759
2777
|
.row-col .col0-large {
|
2760
2778
|
display: none;
|
2761
2779
|
}
|
2780
|
+
.row-col .push0-large,
|
2781
|
+
.row-col .push0-large:first-child,
|
2782
|
+
.row-col .pull0-large,
|
2783
|
+
.row-col .pull0-large:first-child {
|
2784
|
+
left: 0;
|
2785
|
+
}
|
2762
2786
|
.row-col .centered-large,
|
2763
2787
|
.row-col .centered-large:first-child {
|
2764
2788
|
margin-left: auto;
|
@@ -2133,6 +2133,12 @@ body {
|
|
2133
2133
|
.row-col .col0 {
|
2134
2134
|
display: none;
|
2135
2135
|
}
|
2136
|
+
.row-col .push0,
|
2137
|
+
.row-col .push0:first-child,
|
2138
|
+
.row-col .pull0,
|
2139
|
+
.row-col .pull0:first-child {
|
2140
|
+
left: 0;
|
2141
|
+
}
|
2136
2142
|
.row-col .centered,
|
2137
2143
|
.row-col .centered:first-child {
|
2138
2144
|
margin-left: auto;
|
@@ -2341,6 +2347,12 @@ body {
|
|
2341
2347
|
.row-col .col0-small {
|
2342
2348
|
display: none;
|
2343
2349
|
}
|
2350
|
+
.row-col .push0-small,
|
2351
|
+
.row-col .push0-small:first-child,
|
2352
|
+
.row-col .pull0-small,
|
2353
|
+
.row-col .pull0-small:first-child {
|
2354
|
+
left: 0;
|
2355
|
+
}
|
2344
2356
|
.row-col .centered-small,
|
2345
2357
|
.row-col .centered-small:first-child {
|
2346
2358
|
margin-left: auto;
|
@@ -2550,6 +2562,12 @@ body {
|
|
2550
2562
|
.row-col .col0-medium {
|
2551
2563
|
display: none;
|
2552
2564
|
}
|
2565
|
+
.row-col .push0-medium,
|
2566
|
+
.row-col .push0-medium:first-child,
|
2567
|
+
.row-col .pull0-medium,
|
2568
|
+
.row-col .pull0-medium:first-child {
|
2569
|
+
left: 0;
|
2570
|
+
}
|
2553
2571
|
.row-col .centered-medium,
|
2554
2572
|
.row-col .centered-medium:first-child {
|
2555
2573
|
margin-left: auto;
|
@@ -2759,6 +2777,12 @@ body {
|
|
2759
2777
|
.row-col .col0-large {
|
2760
2778
|
display: none;
|
2761
2779
|
}
|
2780
|
+
.row-col .push0-large,
|
2781
|
+
.row-col .push0-large:first-child,
|
2782
|
+
.row-col .pull0-large,
|
2783
|
+
.row-col .pull0-large:first-child {
|
2784
|
+
left: 0;
|
2785
|
+
}
|
2762
2786
|
.row-col .centered-large,
|
2763
2787
|
.row-col .centered-large:first-child {
|
2764
2788
|
margin-left: auto;
|
@@ -2133,6 +2133,12 @@ body {
|
|
2133
2133
|
.row-col .col0 {
|
2134
2134
|
display: none;
|
2135
2135
|
}
|
2136
|
+
.row-col .push0,
|
2137
|
+
.row-col .push0:first-child,
|
2138
|
+
.row-col .pull0,
|
2139
|
+
.row-col .pull0:first-child {
|
2140
|
+
left: 0;
|
2141
|
+
}
|
2136
2142
|
.row-col .centered,
|
2137
2143
|
.row-col .centered:first-child {
|
2138
2144
|
margin-left: auto;
|
@@ -2341,6 +2347,12 @@ body {
|
|
2341
2347
|
.row-col .col0-small {
|
2342
2348
|
display: none;
|
2343
2349
|
}
|
2350
|
+
.row-col .push0-small,
|
2351
|
+
.row-col .push0-small:first-child,
|
2352
|
+
.row-col .pull0-small,
|
2353
|
+
.row-col .pull0-small:first-child {
|
2354
|
+
left: 0;
|
2355
|
+
}
|
2344
2356
|
.row-col .centered-small,
|
2345
2357
|
.row-col .centered-small:first-child {
|
2346
2358
|
margin-left: auto;
|
@@ -2550,6 +2562,12 @@ body {
|
|
2550
2562
|
.row-col .col0-medium {
|
2551
2563
|
display: none;
|
2552
2564
|
}
|
2565
|
+
.row-col .push0-medium,
|
2566
|
+
.row-col .push0-medium:first-child,
|
2567
|
+
.row-col .pull0-medium,
|
2568
|
+
.row-col .pull0-medium:first-child {
|
2569
|
+
left: 0;
|
2570
|
+
}
|
2553
2571
|
.row-col .centered-medium,
|
2554
2572
|
.row-col .centered-medium:first-child {
|
2555
2573
|
margin-left: auto;
|
@@ -2759,6 +2777,12 @@ body {
|
|
2759
2777
|
.row-col .col0-large {
|
2760
2778
|
display: none;
|
2761
2779
|
}
|
2780
|
+
.row-col .push0-large,
|
2781
|
+
.row-col .push0-large:first-child,
|
2782
|
+
.row-col .pull0-large,
|
2783
|
+
.row-col .pull0-large:first-child {
|
2784
|
+
left: 0;
|
2785
|
+
}
|
2762
2786
|
.row-col .centered-large,
|
2763
2787
|
.row-col .centered-large:first-child {
|
2764
2788
|
margin-left: auto;
|