dlegr250_material_design 0.4.0 → 0.4.1

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: 4c5521e0205fdaa681d0b4c80b762eee19a70744
4
- data.tar.gz: eb38da13a439009ec0acdb612192dd09f3a51e05
3
+ metadata.gz: 24f142edc12f60af0729f854827091ce0d7a3a10
4
+ data.tar.gz: 68f30afc21cdf062b2910f97c886bb9312f6aa27
5
5
  SHA512:
6
- metadata.gz: be3a1a388635f90b5ff7a2f3983b20f6227d98b0059ac7d717f9749bca203d925fd656a6d34fafd09112fbf12fb5caf141263fbc29a761c8483c53b6fc0da3e8
7
- data.tar.gz: bb9d860fecdb704ce6267c4a0764d8a92daa749eca38ccef16caf2f6dce4ff268f1666ea67b194cd453349333d38db203b1654152244c6a16c050aa9aa512f0d
6
+ metadata.gz: 6be91e1da4583e223f6c141959202af697d775fedadd4049d81623885de4bb44872ce9026e017f0ef7756a22051b85b00afadec2f16e65f90102672127c51a2f
7
+ data.tar.gz: 4a0a7f3a78f7e25d44f42e7d67904f6a4a7bfd4677aa1c603f7d6d7fbc3148ef33a4b0d8856fdac8a3db2e2ed1baa5b5de745b5c731c5085e651cb321df60bc1
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -62,7 +62,7 @@
62
62
 
63
63
  .dl-dd {
64
64
  display: block;
65
- padding-bottom: $spacing-small;
65
+ padding-bottom: $spacing-normal;
66
66
  }
67
67
  }
68
68
 
@@ -70,6 +70,8 @@
70
70
  .dl-responsive {
71
71
  .dl-dt {
72
72
  display: table-cell;
73
+ font-size: $font-size-normal;
74
+ text-align: right;
73
75
 
74
76
  &:after {
75
77
  content: ": ";
@@ -0,0 +1,13 @@
1
+ //======================================================================
2
+ // EXAMPLE:
3
+ // <div class="subheader">Text...</div>
4
+ //======================================================================
5
+
6
+ .subheader {
7
+ color: color("helper");
8
+ font-weight: bold;
9
+ font-size: $font-size-normal;
10
+ line-height: 48px;
11
+ min-height: 48px;
12
+ padding: 0 $spacing-normal;
13
+ }
@@ -30,6 +30,7 @@
30
30
  @import "components/dividers";
31
31
  @import "components/boxes";
32
32
  @import "components/buttons";
33
+ @import "components/subheaders";
33
34
  @import "components/forms/fields";
34
35
  @import "components/forms/labels";
35
36
  @import "components/forms/text_fields";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
@@ -86,6 +86,7 @@ files:
86
86
  - vendor/assets/stylesheets/components/panels.scss
87
87
  - vendor/assets/stylesheets/components/snackbars.scss
88
88
  - vendor/assets/stylesheets/components/spinners.scss
89
+ - vendor/assets/stylesheets/components/subheaders.scss
89
90
  - vendor/assets/stylesheets/components/tables.scss
90
91
  - vendor/assets/stylesheets/components/tabs.scss
91
92
  - vendor/assets/stylesheets/components/tooltips.scss