dlegr250_material_design 0.3.23 → 0.3.24
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: 514387339170273b64f4be2d96f19e555b90d14c
|
4
|
+
data.tar.gz: 136426117bf53f3378c7de2c4e6f745ee5e50ac1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d077caccbef7230ad60205a24d80b8d43eb754d8fffae8b9e4b306418680e645df2ebeb8558aeb756c29e92f60ac0301bd0e1042b44b958989d4ba96239fde26
|
7
|
+
data.tar.gz: 6bd872003446cc650a5730b86f2861d75f1979a7d590fd41c2266691fc91abe0364e631c42e2e7c47123974806021916fec1fe83e935474cf923defaa8bfc75a
|
@@ -157,7 +157,8 @@ $default-rounded-corners-radius: 3px;
|
|
157
157
|
display: -webkit-flex;
|
158
158
|
flex-direction: row;
|
159
159
|
flex-wrap: nowrap;
|
160
|
-
justify-content: center;
|
160
|
+
// justify-content: center;
|
161
|
+
justify-content: flex-start;
|
161
162
|
}
|
162
163
|
|
163
164
|
@mixin flex-parent-row-align-top() {
|