dlegr250_material_design 0.3.98 → 0.4.0
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: 4c5521e0205fdaa681d0b4c80b762eee19a70744
|
4
|
+
data.tar.gz: eb38da13a439009ec0acdb612192dd09f3a51e05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be3a1a388635f90b5ff7a2f3983b20f6227d98b0059ac7d717f9749bca203d925fd656a6d34fafd09112fbf12fb5caf141263fbc29a761c8483c53b6fc0da3e8
|
7
|
+
data.tar.gz: bb9d860fecdb704ce6267c4a0764d8a92daa749eca38ccef16caf2f6dce4ff268f1666ea67b194cd453349333d38db203b1654152244c6a16c050aa9aa512f0d
|
@@ -57,6 +57,14 @@
|
|
57
57
|
padding-top: $spacing-xsmall;
|
58
58
|
}
|
59
59
|
|
60
|
+
// Box - flat
|
61
|
+
//----------------------------------------------------------------------
|
62
|
+
|
63
|
+
.box-flat {
|
64
|
+
border: none;
|
65
|
+
@include rounded-corners(0);
|
66
|
+
}
|
67
|
+
|
60
68
|
// Box - custom boxes
|
61
69
|
//----------------------------------------------------------------------
|
62
70
|
|
@@ -13,10 +13,8 @@
|
|
13
13
|
//----------------------------------------------------------------------
|
14
14
|
|
15
15
|
.dl-title {
|
16
|
-
// border-bottom: 1px solid color("divider");
|
17
16
|
font-weight: bold;
|
18
|
-
|
19
|
-
padding-bottom: $spacing-xsmall;
|
17
|
+
padding-bottom: $spacing-small;
|
20
18
|
}
|
21
19
|
|
22
20
|
.dl {
|
@@ -32,11 +30,12 @@
|
|
32
30
|
.dl-dt,
|
33
31
|
.dl-dd {
|
34
32
|
display: table-cell;
|
35
|
-
padding: $spacing-xsmall
|
33
|
+
padding-bottom: $spacing-xsmall;
|
36
34
|
}
|
37
35
|
|
38
36
|
.dl-dt {
|
39
37
|
color: color("helper");
|
38
|
+
font-size: $font-size-normal;
|
40
39
|
padding-right: $spacing-normal;
|
41
40
|
text-align: right;
|
42
41
|
width: 150px;
|
@@ -46,27 +45,35 @@
|
|
46
45
|
}
|
47
46
|
}
|
48
47
|
|
48
|
+
// Media queries for responsive lists
|
49
|
+
//----------------------------------------------------------------------
|
50
|
+
|
49
51
|
.dl-responsive {
|
50
52
|
.dl-dt {
|
53
|
+
font-size: $font-size-small;
|
51
54
|
display: block;
|
55
|
+
text-align: left;
|
52
56
|
width: auto;
|
57
|
+
|
58
|
+
&:after {
|
59
|
+
content: none;
|
60
|
+
}
|
53
61
|
}
|
54
62
|
|
55
63
|
.dl-dd {
|
56
64
|
display: block;
|
65
|
+
padding-bottom: $spacing-small;
|
57
66
|
}
|
58
67
|
}
|
59
68
|
|
60
|
-
// Media queries for responsive lists
|
61
|
-
//----------------------------------------------------------------------
|
62
|
-
|
63
69
|
@media (min-width: $medium-width) {
|
64
70
|
.dl-responsive {
|
65
71
|
.dl-dt {
|
66
72
|
display: table-cell;
|
67
|
-
|
68
|
-
|
69
|
-
|
73
|
+
|
74
|
+
&:after {
|
75
|
+
content: ": ";
|
76
|
+
}
|
70
77
|
}
|
71
78
|
|
72
79
|
.dl-dd {
|
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.
|
4
|
+
version: 0.4.0
|
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-26 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
|