rapido-css 0.0.5 → 0.0.6
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 +8 -8
- data/stylesheets/components/_buttons.scss +4 -1
- data/stylesheets/components/_forms.scss +8 -8
- data/stylesheets/components/_type.scss +1 -1
- data/stylesheets/settings/_components.scss +16 -0
- data/stylesheets/settings/_dimensions.scss +4 -0
- data/stylesheets/utilities/_helper-classes.scss +5 -3
- data/stylesheets/utilities/_mixins.scss +44 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZjRjYzVkZDM0ZGZhODJiYjdhZjRhMWM0MTFjNmM0YmEyMDRhNzExYQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NWNkNTExNmYxNGQ3NTc3MzRhMTQ5ZjUxY2UwZWRjZDcwZjdmZTNlNg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzVmMTQ3MDk1NDU1MzdhZDM0ODMxODUwM2NlNmNkYzQ0ZTQ1YTczYjRhYzM1
|
10
|
+
YzU4NTVlNWNjMjc0YjFjOGU1ZDAyNDU1OTNmNjM0MjVhNGU5YzgyODBkMTZl
|
11
|
+
Y2Q4M2ViN2JlOTAxNDY3MDgyZjlhNTRhZjYxM2MwZDEyZDliZTE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NTM4NGRiZDI5Y2Q5NTBiYjMxNzE2ZjIwYzAzZmFhY2VjZjdhYWZiYzkyNGYy
|
14
|
+
MDVlYjYyZGEyODlhMmQyMDRkMDhiZGI4ZTdmMmI2MDYyNWRiNmFkN2I1YzI4
|
15
|
+
YTdjM2UwMzcxYWI4MDExOGE5NTMxMGFmZjJhY2M4MjMwZWVmN2Q=
|
@@ -147,14 +147,14 @@ textarea {
|
|
147
147
|
@include placeholder();
|
148
148
|
}
|
149
149
|
|
150
|
-
input[disabled],
|
151
|
-
select[disabled],
|
152
|
-
textarea[disabled],
|
153
|
-
input[readonly],
|
154
|
-
select[readonly],
|
155
|
-
textarea[readonly] {
|
156
|
-
|
157
|
-
}
|
150
|
+
// input[disabled],
|
151
|
+
// select[disabled],
|
152
|
+
// textarea[disabled],
|
153
|
+
// input[readonly],
|
154
|
+
// select[readonly],
|
155
|
+
// textarea[readonly] {
|
156
|
+
// cursor: not-allowed;
|
157
|
+
// }
|
158
158
|
input[type="radio"][disabled],
|
159
159
|
input[type="checkbox"][disabled],
|
160
160
|
input[type="radio"][readonly],
|
@@ -70,6 +70,22 @@ $modal: true !default;
|
|
70
70
|
$sprites: true !default;
|
71
71
|
$width-helper-classes: true !default;
|
72
72
|
|
73
|
+
/* --------------------------------------------------------------------------------------------------------------------
|
74
|
+
|
75
|
+
Sprites
|
76
|
+
|
77
|
+
$s-sprite-dimensions: true;
|
78
|
+
$s-layout: smart;
|
79
|
+
|
80
|
+
Styleguide 22.5
|
81
|
+
|
82
|
+
-------------------------------------------------------------------------------------------------------------------- */
|
83
|
+
|
84
|
+
$s-sprite-dimensions: true;
|
85
|
+
$s-layout: smart;
|
86
|
+
|
87
|
+
|
88
|
+
|
73
89
|
/* --------------------------------------------------------------------------------------------------------------------
|
74
90
|
|
75
91
|
Icon Fonts
|
@@ -52,6 +52,10 @@ $h6-size: $base-font-size * 1 !default;
|
|
52
52
|
$milli-size: $base-font-size * .85 !default;
|
53
53
|
$micro-size: $base-font-size * .7 !default;
|
54
54
|
|
55
|
+
$small-size: $milli-size !default;
|
56
|
+
$smaller-size: $micro-size !default;
|
57
|
+
|
58
|
+
|
55
59
|
/* --------------------------------------------------------------------------------------------------------------------
|
56
60
|
|
57
61
|
Line-Height
|
@@ -132,14 +132,16 @@ Styleguide 22.5
|
|
132
132
|
-------------------------------------------------------------------------------------------------------------------- */
|
133
133
|
|
134
134
|
.s {
|
135
|
+
@include transition(none);
|
135
136
|
content: "";
|
136
137
|
display: inline-block;
|
138
|
+
font-style:normal;
|
137
139
|
overflow:hidden;
|
138
|
-
vertical-align:middle;
|
139
140
|
text-align:center;
|
140
|
-
font-style:normal;
|
141
|
-
zoom:1;
|
142
141
|
text-indent:-9999px;
|
142
|
+
vertical-align:middle;
|
143
|
+
zoom:1;
|
144
|
+
|
143
145
|
}
|
144
146
|
|
145
147
|
/* --------------------------------------------------------------------------------------------------------------------
|
@@ -497,6 +497,45 @@ Styleguide 23.15
|
|
497
497
|
}
|
498
498
|
}
|
499
499
|
|
500
|
+
|
501
|
+
/* --------------------------------------------------------------------------------------------------------------------
|
502
|
+
|
503
|
+
Comicbook Shadow
|
504
|
+
|
505
|
+
@include shadow-comicbook($padding $color $size $distance);
|
506
|
+
|
507
|
+
* `$padding`: Border color
|
508
|
+
* `$color`: Color of the shadow
|
509
|
+
* `$size`: Size of the shadow
|
510
|
+
* `$distance`: Distance of the shadow from the image
|
511
|
+
|
512
|
+
Styleguide 23.16
|
513
|
+
|
514
|
+
-------------------------------------------------------------------------------------------------------------------- */
|
515
|
+
|
516
|
+
@mixin inset-shadow($position: right, $size: 10px, $color: #000) {
|
517
|
+
|
518
|
+
$size: $size*2;
|
519
|
+
|
520
|
+
@if $position == 'top' {
|
521
|
+
@include box-shadow(inset 0 $size $size $size $color)
|
522
|
+
}
|
523
|
+
|
524
|
+
@if $position == 'right' {
|
525
|
+
@include box-shadow(inset neg($size) 0 $size neg($size) $color)
|
526
|
+
}
|
527
|
+
|
528
|
+
@if $position == 'bottom' {
|
529
|
+
@include box-shadow(inset 0 neg($size) $size neg($size) $color)
|
530
|
+
}
|
531
|
+
|
532
|
+
@if $position == 'left' {
|
533
|
+
@include box-shadow(inset $size 0 $size $size $color)
|
534
|
+
}
|
535
|
+
|
536
|
+
|
537
|
+
}
|
538
|
+
|
500
539
|
/* --------------------------------------------------------------------------------------------------------------------
|
501
540
|
|
502
541
|
Icon Fonts
|
@@ -513,7 +552,7 @@ Use the unicode character from an icon font to insert it wherever you want.
|
|
513
552
|
‡ Fonts available: Fontawesome, Brandico, Entypo, Fontelico, Maki, Openweb-icons, Typicons, Zocial
|
514
553
|
|
515
554
|
|
516
|
-
Styleguide 23.
|
555
|
+
Styleguide 23.17
|
517
556
|
|
518
557
|
-------------------------------------------------------------------------------------------------------------------- */
|
519
558
|
|
@@ -540,7 +579,7 @@ You can set the start/and with of each step from usins the variables `$lap-start
|
|
540
579
|
* `portable`: Lap + Palm
|
541
580
|
* `desk`: Only Desktop
|
542
581
|
|
543
|
-
Styleguide 23.
|
582
|
+
Styleguide 23.18
|
544
583
|
|
545
584
|
-------------------------------------------------------------------------------------------------------------------- */
|
546
585
|
|
@@ -608,11 +647,11 @@ Or via `@include` from the scss:
|
|
608
647
|
|
609
648
|
The result is the same.
|
610
649
|
|
611
|
-
Styleguide 23.
|
650
|
+
Styleguide 23.19
|
612
651
|
|
613
652
|
-------------------------------------------------------------------------------------------------------------------- */
|
614
653
|
|
615
|
-
@mixin
|
654
|
+
@mixin s($name) {
|
616
655
|
@extend .s;
|
617
656
|
@extend .s-#{$name};
|
618
657
|
}
|
@@ -632,7 +671,7 @@ Responsive grid
|
|
632
671
|
* `$media`: Media query to to use, for responsive grids
|
633
672
|
* `$highlight-omega`: Bolean, used for debugging nth
|
634
673
|
|
635
|
-
Styleguide 23.
|
674
|
+
Styleguide 23.20
|
636
675
|
|
637
676
|
-------------------------------------------------------------------------------------------------------------------- */
|
638
677
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rapido-css
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Raffaele Rasini
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: compass
|