dlegr250_material_design 0.5.31 → 0.5.32
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: f83bf76ebb5b7f02733d8c5b8b2e975de582c2ea
|
4
|
+
data.tar.gz: f59516ca94258eff28c58042c6d6ef97e9887df4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3886ae51e2961dbafaf44c6a29dd2a00346b2188f3ded73706ec0516fc60ab01268f07a4a1b0e2569a9c682d9b454d75839ad7779e6036edd334478c310e999e
|
7
|
+
data.tar.gz: b7bc013106fbcccd4ea987653a2922da1a5cbadec3333226abd32047d144c574cef01297b341a4b3b28058c9efd72c339960b210135c22f5d4e56cc2056e95a9
|
@@ -54,10 +54,14 @@
|
|
54
54
|
}
|
55
55
|
|
56
56
|
@media (min-width: $width-small) {
|
57
|
-
.dialog
|
57
|
+
.dialog,
|
58
|
+
.dialog-full-screen,
|
59
|
+
.dialog[data-fullscreen="true"] {
|
58
60
|
height: auto;
|
59
61
|
max-height: 90%;
|
62
|
+
max-width: 90%;
|
60
63
|
position: relative;
|
64
|
+
width: auto;
|
61
65
|
@include box-shadow(0 12px 15px 0 rgba(0,0,0,0.24));
|
62
66
|
@include rounded-corners();
|
63
67
|
}
|
@@ -65,11 +69,11 @@
|
|
65
69
|
|
66
70
|
// Sizes
|
67
71
|
@media (min-width: $width-small) {
|
68
|
-
.dialog-xsmall { width: $dialog-width-xsmall; }
|
69
|
-
.dialog-small { width: $dialog-width-small; }
|
70
|
-
.dialog-normal { width: $dialog-width-normal; }
|
71
|
-
.dialog-large { width: $dialog-width-large; }
|
72
|
-
.dialog-xlarge { width: $dialog-width-xlarge; }
|
72
|
+
.dialog-xsmall { width: $dialog-width-xsmall !important; }
|
73
|
+
.dialog-small { width: $dialog-width-small !important; }
|
74
|
+
.dialog-normal { width: $dialog-width-normal !important; }
|
75
|
+
.dialog-large { width: $dialog-width-large !important; }
|
76
|
+
.dialog-xlarge { width: $dialog-width-xlarge !important; }
|
73
77
|
}
|
74
78
|
|
75
79
|
// Dialogs - header
|