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 +4 -4
- data/lib/dlegr250_material_design/version.rb +1 -1
- data/vendor/assets/stylesheets/base/variables.scss +1 -1
- data/vendor/assets/stylesheets/components/definition_lists.scss +2 -0
- data/vendor/assets/stylesheets/components/dialogs.scss +2 -1
- data/vendor/assets/stylesheets/layouts/application/appbar.scss +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f5c6858120ca0023bb6564001bdfded663b4648
|
|
4
|
+
data.tar.gz: 2c156178232693147efc0d064b5cecfcca131625
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10441c3844d0e25ad20f3dc63a02334585d5e429e80481e16cf6ab4a79a5d0e3fde85cf542a2eaba4e9da63bb91797575af2321dc231fe91fc8d43782b279f1e
|
|
7
|
+
data.tar.gz: c3197882e6bd5d8ce3b56caae803de35ecce8334769fd3cdbe3b43386ed6bcb30b2125daa2e505a2692d2d5dd9e62695bd5798528dfe808a821ad75f1ede85d6
|
|
@@ -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
|
-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2016-06-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|