dlegr250_material_design 0.1.78 → 0.1.80

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: 3669ed72eb5b16ea1c3309336208bc1449665808
4
- data.tar.gz: 60bb5290f32b8ef52ea63ea2d5b092be159d1650
3
+ metadata.gz: 9f5c6858120ca0023bb6564001bdfded663b4648
4
+ data.tar.gz: 2c156178232693147efc0d064b5cecfcca131625
5
5
  SHA512:
6
- metadata.gz: e7bc0bdf776372e4d18a93e9a54782183b4481b08175d07cca661554c40399bd87fd9d6ab148d13a4b460c787215a156c4cced0d1b14360b5c15df5f2a7c4895
7
- data.tar.gz: 45a865332288babd4c00aade65b20fa6b675aa00c92782824bd593a5f91773ead586f43e199126794a4ef4a1a29fa48e0ddf67f7141eb08789dcf83d0bec1d7d
6
+ metadata.gz: 10441c3844d0e25ad20f3dc63a02334585d5e429e80481e16cf6ab4a79a5d0e3fde85cf542a2eaba4e9da63bb91797575af2321dc231fe91fc8d43782b279f1e
7
+ data.tar.gz: c3197882e6bd5d8ce3b56caae803de35ecce8334769fd3cdbe3b43386ed6bcb30b2125daa2e505a2692d2d5dd9e62695bd5798528dfe808a821ad75f1ede85d6
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.78"
2
+ VERSION = "0.1.80"
3
3
  end
@@ -146,7 +146,7 @@ $colors: (
146
146
  "helper" : rgba(0, 0, 0, 0.54),
147
147
  "text" : rgb(51, 51, 51),
148
148
  "divider" : rgba(0, 0, 0, 0.12),
149
- "hover" : #eceff1,
149
+ "hover" : #f3f3f3,
150
150
  "snackbar" : #323232
151
151
  );
152
152
 
@@ -26,6 +26,7 @@
26
26
  .definition-list-term,
27
27
  .definition-list-description {
28
28
  padding: $spacing-xsmall 0;
29
+ vertical-align: top;
29
30
  }
30
31
 
31
32
  // Definition list - term
@@ -33,6 +34,7 @@
33
34
 
34
35
  .definition-list-term {
35
36
  color: color("helper");
37
+ padding-right: $spacing-small;
36
38
  }
37
39
 
38
40
  // Definition list - description
@@ -4,12 +4,13 @@
4
4
  .dialog {
5
5
  background: color("white");
6
6
  cursor: default;
7
+ display: inline-block;
7
8
  margin: auto;
8
9
  max-width: 90%;
9
10
  pointer-events: none;
10
11
  position: absolute;
11
12
  visibility: hidden;
12
- width: $card-width;
13
+ // width: $card-width;
13
14
  will-change: scale, transparency;
14
15
  z-index: $dialog-depth;
15
16
  @include box-shadow(0 12px 15px 0 rgba(0,0,0,0.24));
@@ -82,9 +82,9 @@
82
82
  // TODO test this in multiple browsers to see if it works everywhere...
83
83
  // Since standard buttons are not as tall as the appbar-button,
84
84
  // there is leftover space and the button clings to the baseline.
85
- .button {
86
- margin-top: -10px;
87
- }
85
+ // .button {
86
+ // margin-top: -10px;
87
+ // }
88
88
  }
89
89
 
90
90
  // appbar - buttons
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.1.78
4
+ version: 0.1.80
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-06-01 00:00:00.000000000 Z
11
+ date: 2016-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler