dlegr250_material_design 0.3.92 → 0.3.93
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc70640bb56f556e68636b8d77a94c57ccd5ab51
|
4
|
+
data.tar.gz: 22449ed7300f8abb207274f97d597c22c5f1eddb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63a674de38dad9e7fb2631d2085051f00d0ec11704df3d8e2232de19e6213778cefd03a56691979bb8dae7013ad2bd70e4403fd65dcc41f7ba754d65b615b456
|
7
|
+
data.tar.gz: b271e2666537f37180afaffecfd93c91f3430bfeec6e5e2882a8f9b13c75ee918a7324756aae90c66dab82714e33feb62e4f3532a1c08377c886ab60af67830e
|
@@ -13,7 +13,7 @@
|
|
13
13
|
//----------------------------------------------------------------------
|
14
14
|
|
15
15
|
.dl-title {
|
16
|
-
border-bottom: 1px solid color("divider");
|
16
|
+
// border-bottom: 1px solid color("divider");
|
17
17
|
font-weight: bold;
|
18
18
|
margin-bottom: $spacing-xsmall;
|
19
19
|
padding-bottom: $spacing-xsmall;
|
@@ -37,6 +37,8 @@
|
|
37
37
|
|
38
38
|
.dl-dt {
|
39
39
|
color: color("helper");
|
40
|
+
padding-right: $spacing-normal;
|
41
|
+
text-align: right;
|
40
42
|
width: 150px;
|
41
43
|
|
42
44
|
&:after {
|
@@ -63,6 +65,7 @@
|
|
63
65
|
.dl-dt {
|
64
66
|
display: table-cell;
|
65
67
|
padding: $spacing-xsmall 0;
|
68
|
+
text-align: right;
|
66
69
|
width: 150px;
|
67
70
|
}
|
68
71
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dlegr250_material_design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.93
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel LeGrand
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-10-
|
11
|
+
date: 2016-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
|
14
14
|
AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind
|