quilt_ui 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/stylesheets/quilt/global/typography.scss +18 -10
- data/lib/quilt/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4407d16e10916e6557a4bba227ad9846f38f1cea
|
4
|
+
data.tar.gz: 1def38c77c6d37fb770f0729f40bd3cc73291ccd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f928814a38b3a55d68715a73c76c9fe163582de40591124406f5b4c00da5b9c767053bfba489996f6581a468133606a5e107282c6f386fede5e670d56f26bc4b
|
7
|
+
data.tar.gz: a5de664f06a59cafb3feb5a04bd7233e554fbbb7ff8fbba0e14408da4b67b5e624fd4161cb9a0ba47c0675cdabcde464243566c816797d98aed0f50c3266b685
|
@@ -2,22 +2,30 @@
|
|
2
2
|
@include vertical-rhythm;
|
3
3
|
}
|
4
4
|
|
5
|
-
.
|
6
|
-
@include
|
5
|
+
.text-style-title {
|
6
|
+
@include text-style-title;
|
7
7
|
}
|
8
8
|
|
9
|
-
.
|
10
|
-
@include
|
9
|
+
.text-style-heading {
|
10
|
+
@include text-style-heading;
|
11
11
|
}
|
12
12
|
|
13
|
-
.
|
14
|
-
@include
|
13
|
+
.text-style-subheading {
|
14
|
+
@include text-style-subheading;
|
15
15
|
}
|
16
16
|
|
17
|
-
.
|
18
|
-
@include
|
17
|
+
.text-style-body {
|
18
|
+
@include text-style-body;
|
19
19
|
}
|
20
20
|
|
21
|
-
.
|
22
|
-
@include
|
21
|
+
.text-style-meta {
|
22
|
+
@include text-style-meta;
|
23
|
+
}
|
24
|
+
|
25
|
+
.text-emphasis-strong {
|
26
|
+
@include text-emphasis-strong;
|
27
|
+
}
|
28
|
+
|
29
|
+
.text-emphasis-subdued {
|
30
|
+
@include text-emphasis-subdued;
|
23
31
|
}
|
data/lib/quilt/version.rb
CHANGED