dlegr250_material_design 0.6.06 → 0.6.07
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: 5138af37152a228bc52bf3ec38813a281c50c928
|
4
|
+
data.tar.gz: d456ce4e15605c7d8e4fc12a7ff18b278da00ce7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 977f9b89925ad0bb0b93b43c8751c199ff4e2052ad022d696ced21b83563c52be829be033cbf136478d74940b8dc46d2d358ab3946340d96b4e0808668f8aa86
|
7
|
+
data.tar.gz: bcdd6907a5dbdb0a34a07401c832e407ea44c6d70582dd5520f8e28dcbc40c1ca64b83181d86507fcfc4bae55c455148cba09dcf3dd77e3490886d3bc55210a7
|
@@ -37,6 +37,7 @@
|
|
37
37
|
cursor: default;
|
38
38
|
display: flex;
|
39
39
|
flex-direction: column;
|
40
|
+
height: auto;
|
40
41
|
max-height: 100%;
|
41
42
|
max-width: 90%;
|
42
43
|
min-width: 280px;
|
@@ -73,19 +74,19 @@
|
|
73
74
|
}
|
74
75
|
|
75
76
|
// Sizes
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
77
|
+
@media (min-width: $device-small) {
|
78
|
+
.dialog-xsmall { width: $dialog-width-xsmall !important; }
|
79
|
+
.dialog-small { width: $dialog-width-small !important; }
|
80
|
+
.dialog-normal { width: $dialog-width-normal !important; }
|
81
|
+
.dialog-large { width: $dialog-width-large !important; }
|
82
|
+
.dialog-xlarge { width: $dialog-width-xlarge !important; }
|
83
|
+
}
|
83
84
|
|
84
|
-
.dialog-xsmall { width: $dialog-width-xsmall
|
85
|
-
.dialog-small { width: $dialog-width-small
|
86
|
-
.dialog-normal { width: $dialog-width-normal
|
87
|
-
.dialog-large { width: $dialog-width-large
|
88
|
-
.dialog-xlarge { width: $dialog-width-xlarge
|
85
|
+
.dialog-xsmall { width: $dialog-width-xsmall; }
|
86
|
+
.dialog-small { width: $dialog-width-small; }
|
87
|
+
.dialog-normal { width: $dialog-width-normal; }
|
88
|
+
.dialog-large { width: $dialog-width-large; }
|
89
|
+
.dialog-xlarge { width: $dialog-width-xlarge; }
|
89
90
|
|
90
91
|
// Dialog - title (header without toolbar actions)
|
91
92
|
//----------------------------------------------------------------------
|