dlegr250_material_design 0.5.85 → 0.5.86
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f61245f50d7c305bb408e852642f7ae737bb988
|
|
4
|
+
data.tar.gz: 5250381d0b35e321c3282cefb6bdd7b7342144b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7c4b49fa732f85052b33337649e21906bed6a61b84d6814ed60c499ebc476a451098edc1328c8b7fa6c6e9d0968237396826fa32c47466c81d6dd390ffbdaa5
|
|
7
|
+
data.tar.gz: 0f459098cd978ece6917758fc70f34a6bd581fea688e86eab52f79ab6a1fbb611a320357e5704c9df2e180010aa23ecd919f2f853c14e4ca108ba1369a624022
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
color: color("text");
|
|
65
65
|
max-height: 80vh;
|
|
66
66
|
overflow: scroll;
|
|
67
|
-
|
|
67
|
+
@include elevation(24);
|
|
68
68
|
@include transparency(0);
|
|
69
69
|
}
|
|
70
70
|
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
position: absolute;
|
|
121
121
|
top: $appbar-height-device-medium - 8px;
|
|
122
122
|
width: 100%;
|
|
123
|
-
|
|
123
|
+
@include elevation(24);
|
|
124
124
|
@include box-shadow(0 12px 15px 0 rgba(0,0,0,0.24));
|
|
125
125
|
@include rounded-bottom-corners(4px);
|
|
126
126
|
}
|