dlegr250_material_design 0.3.98 → 0.4.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df411a6de3758fff7081af5d3cad83a1446f1b6b
4
- data.tar.gz: c0c1b9c50e401705626a351fa8866ca4a58d20f1
3
+ metadata.gz: 4c5521e0205fdaa681d0b4c80b762eee19a70744
4
+ data.tar.gz: eb38da13a439009ec0acdb612192dd09f3a51e05
5
5
  SHA512:
6
- metadata.gz: f8fcaa37ef770feb261dd33e6ffb22f244f738f4cb6e8b2d6320ddbeb47d8dd50a126a8eeaa7037456ce575d1bf53da942c3469aa8f87333b19e3ab5a31ce46a
7
- data.tar.gz: d9031895d9bf8742dc8ae6bec6431965e3962a8f6b2383b99217193de5918852e042dbfefd40869f1ad2c1de591170812fc8b18804a2242219fb5784b3fc601c
6
+ metadata.gz: be3a1a388635f90b5ff7a2f3983b20f6227d98b0059ac7d717f9749bca203d925fd656a6d34fafd09112fbf12fb5caf141263fbc29a761c8483c53b6fc0da3e8
7
+ data.tar.gz: bb9d860fecdb704ce6267c4a0764d8a92daa749eca38ccef16caf2f6dce4ff268f1666ea67b194cd453349333d38db203b1654152244c6a16c050aa9aa512f0d
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.98"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -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
- margin-bottom: $spacing-xsmall;
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 0;
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
- padding: $spacing-xsmall 0;
68
- text-align: right;
69
- width: 150px;
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.3.98
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-25 00:00:00.000000000 Z
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