dlegr250_material_design 0.5.41 → 0.5.42
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: df3544120dc586a590f051c05260a51075f6ad18
|
4
|
+
data.tar.gz: 36dc91475d4980514f7038f7a1adde6ec13f6d23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e570a05b3865d8e44f8acb9d757a5b1d1c83324f449cd3ac2713bbb8b454570350b167cd3975f6e71c97569241c4820199cbf54ffe9e4daa7d82a44ea0395cde
|
7
|
+
data.tar.gz: 3cdfd8063a9afe02e6f66ce378b26a47955f462283c0f8497f0310c0628852e289362534390009083773a784f2b62fd515aa06c56ae75599dd66df8a76dcb00e
|
@@ -133,7 +133,8 @@
|
|
133
133
|
padding: $spacing-normal;
|
134
134
|
}
|
135
135
|
|
136
|
-
.dialog-scrollable
|
136
|
+
.dialog-scrollable,
|
137
|
+
.dialog-scrollable-no-actions {
|
137
138
|
max-height: calc(100vh - #{$appbar-height}); // For dialog-header
|
138
139
|
overflow: scroll;
|
139
140
|
}
|
@@ -142,6 +143,10 @@
|
|
142
143
|
.dialog-scrollable {
|
143
144
|
max-height: calc(90vh - #{$appbar-height * 2}); // For dialog-header and dialog-actions
|
144
145
|
}
|
146
|
+
|
147
|
+
.dialog-scrollable-no-actions {
|
148
|
+
max-height: calc(90vh - #{$appbar-height}); // For dialog-header and dialog-actions
|
149
|
+
}
|
145
150
|
}
|
146
151
|
|
147
152
|
// Dialogs - actions
|