dlegr250_material_design 0.5.19 → 0.5.20

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: 5e1dd56b557ebc29ee445a82988d27c5527e1653
4
- data.tar.gz: 6c92286bd2b89dd363e1baae4f3d49af88b74c32
3
+ metadata.gz: 3baca51f5b510fa9ccf459c79dabebcf64e38a62
4
+ data.tar.gz: 474debabdc81bc80082c2cabfc8ac215dbb32ba1
5
5
  SHA512:
6
- metadata.gz: 6a4ab7f460712d20952d0b8fe7180cf6a901c89d696283e8ae2dba441dee60d414a27af9c8788fe9671b6710f3179a1567eeedd79992daf7680c468bf120f270
7
- data.tar.gz: f71f2104ee794d646b47b4bcf871ecf0f3e52e4e3aa8614e9b1ad3c3c13e5e5eed4ea2091e452c64cc73869b7e3960b18b1ee4bfdc62350e6028b44c7813fe1d
6
+ metadata.gz: 0c69c02982a9f57b081b2983a6e5d83089c6012642425b83e4e82040fc7d16a8e7e5149c9aeee8bc027688a2e79af7c78f94444e57916ce04ca0a3dd04c59842
7
+ data.tar.gz: 6fe0c0f5cca7f883ae8df2b3c95800df8e3bf0c747e64f7759dafe2529279b0262ad106aabe15c21c6ac7a7ffcf1b27de3809d73a9118aeb9f5ef6d4cb1fb40f
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.19"
2
+ VERSION = "0.5.20"
3
3
  end
@@ -24,9 +24,10 @@ $buttons: ".button";
24
24
  font-size: $font-size-normal;
25
25
  font-weight: 500;
26
26
  height: $button-height;
27
- // line-height: $button-height;
27
+ line-height: 1.2;
28
28
  letter-spacing: 0.5px;
29
- min-width: 88px;
29
+ // min-width: 88px;
30
+ min-width: 0;
30
31
  outline: none;
31
32
  padding: 0 $spacing-normal;
32
33
  text-align: center;
@@ -319,6 +320,7 @@ $buttons: ".button";
319
320
  // Position FAB buttons in bottom-right corner
320
321
  [role="fab"] {
321
322
  bottom: $spacing-large;
323
+ height: $button-fab-height;
322
324
  position: fixed !important;
323
325
  right: $spacing-large;
324
326
  z-index: $layout-depth + 1;
@@ -76,7 +76,10 @@
76
76
  }
77
77
 
78
78
  .card-header-icon,
79
- .card-header-secondary,
79
+ .card-header-secondary {
80
+ padding-top: $spacing-normal;
81
+ }
82
+
80
83
  .card-header-secondary-actions {
81
84
  padding-top: $spacing-small;
82
85
  }
@@ -0,0 +1,31 @@
1
+ .comment {
2
+ background-color: color("white");
3
+ border: 1px solid color("divider");
4
+ margin-bottom: $spacing-normal;
5
+ @include rounded-corners();
6
+ }
7
+
8
+ .comment-header {
9
+ background-color: color("grey-100");
10
+ border-bottom: 1px solid color("divider");
11
+ color: color("helper");
12
+ @include flex-parent-row();
13
+ }
14
+
15
+ .comment-header-primary {
16
+ flex: 1;
17
+ padding: $spacing-normal;
18
+ }
19
+
20
+ .comment-header-secondary-actions {
21
+ padding-right: $spacing-small;
22
+ text-align: right;
23
+ }
24
+
25
+ .comment-content {
26
+ padding: $spacing-normal;
27
+ }
28
+
29
+ .comment.highlighted .comment-content {
30
+ background-color: color("highlight");
31
+ }
@@ -146,7 +146,10 @@ ol {
146
146
  }
147
147
 
148
148
  .list-item-icon,
149
- .list-item-secondary,
149
+ .list-item-secondary {
150
+ padding-top: $spacing-normal;
151
+ }
152
+
150
153
  .list-item-secondary-actions {
151
154
  padding-top: $spacing-small;
152
155
  }
@@ -0,0 +1,7 @@
1
+ .underline-color {
2
+ border-bottom: 2px solid transparent;
3
+ }
4
+
5
+ @each $color-name, $color in $colors {
6
+ .underline-color-#{$color-name} { border-color: $color; }
7
+ }
@@ -28,6 +28,7 @@
28
28
  @import "components/borders";
29
29
  @import "components/breadcrumbs";
30
30
  @import "components/circles";
31
+ @import "components/comments";
31
32
  @import "components/menus";
32
33
  @import "components/dividers";
33
34
  @import "components/boxes";
@@ -56,6 +57,7 @@
56
57
  @import "components/tables";
57
58
  @import "components/expansion_panels";
58
59
  @import "components/spinners";
60
+ @import "components/underlines";
59
61
 
60
62
  // Global classes have modifiers that should override defaults
61
63
  //----------------------------------------------------------------------
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.5.19
4
+ version: 0.5.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-06 00:00:00.000000000 Z
11
+ date: 2017-02-07 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
@@ -69,6 +69,7 @@ files:
69
69
  - vendor/assets/stylesheets/components/buttons.scss
70
70
  - vendor/assets/stylesheets/components/cards.scss
71
71
  - vendor/assets/stylesheets/components/circles.scss
72
+ - vendor/assets/stylesheets/components/comments.scss
72
73
  - vendor/assets/stylesheets/components/description_lists.scss
73
74
  - vendor/assets/stylesheets/components/dialogs.scss
74
75
  - vendor/assets/stylesheets/components/dividers.scss
@@ -96,6 +97,7 @@ files:
96
97
  - vendor/assets/stylesheets/components/tables.scss
97
98
  - vendor/assets/stylesheets/components/tabs.scss
98
99
  - vendor/assets/stylesheets/components/tooltips.scss
100
+ - vendor/assets/stylesheets/components/underlines.scss
99
101
  - vendor/assets/stylesheets/dlegr250_material_design.scss
100
102
  - vendor/assets/stylesheets/fonts/google_material_design_icons.scss
101
103
  - vendor/assets/stylesheets/fonts/google_material_design_icons/MaterialIcons-Regular.eot