dlegr250_material_design 0.4.85 → 0.4.86
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2654cd8175e083039a77ebbefb5746b2539e8f9a
|
4
|
+
data.tar.gz: ce87df5e4aa89890c9f1f908faaf626c9009ffbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a88cbc2e0294239ece687a240ef8a9ac2a012461a56d24eaa5c2fb38fb2930766e3728e4fc0417b03fe25db4a0eee4ee994188f6d4581d642990411953af71fb
|
7
|
+
data.tar.gz: fef136cdeb88e58d62a2f888bf61326817fbd99a9ac56217b11550e96de1a72629d980eb6a718e41828622a13aba317ec383a53dfea39204cad8f6d7cfb027be
|
@@ -43,6 +43,7 @@
|
|
43
43
|
.dialog {
|
44
44
|
background: color("white");
|
45
45
|
cursor: default;
|
46
|
+
max-height: 100%;
|
46
47
|
max-width: 90%;
|
47
48
|
// overflow-y: scroll; // For tall dialogs that go off-screen
|
48
49
|
overflow: hidden;
|
@@ -64,6 +65,7 @@
|
|
64
65
|
@media (min-width: $small-width) {
|
65
66
|
.dialog {
|
66
67
|
height: auto;
|
68
|
+
max-height: 90%;
|
67
69
|
max-width: 90%;
|
68
70
|
width: 500px;
|
69
71
|
position: relative;
|
@@ -87,9 +89,6 @@
|
|
87
89
|
|
88
90
|
.dialog-header-icon {
|
89
91
|
width: $appbar-button-height;
|
90
|
-
margin-right: $spacing-small;
|
91
|
-
// @include list-item-icon();
|
92
|
-
// margin-right: $spacing-normal;
|
93
92
|
|
94
93
|
// To match up with .appbar-button
|
95
94
|
.button-icon {
|
@@ -105,8 +104,8 @@
|
|
105
104
|
flex: 1;
|
106
105
|
font-size: $font-size-normal + 2px;
|
107
106
|
font-weight: bold;
|
108
|
-
padding-left: $spacing-
|
109
|
-
padding-right: $spacing-
|
107
|
+
padding-left: $spacing-small;
|
108
|
+
padding-right: $spacing-small;
|
110
109
|
}
|
111
110
|
|
112
111
|
@media (min-width: $small-width) {
|