dlegr250_material_design 0.2.20 → 0.2.21
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: 449e1e921e8d8c47819f846247cf6962684b5233
|
4
|
+
data.tar.gz: 9b5b035890a60b85da6d95d32d38dc6affa8c6a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ff7c6b75a941c1eff4a2f9749404632890c453a622770592f88e07162548bd6ba09f5b6a806ab791efb8a6ea92a1751145d589ef0b1ffff2f360a2c97dec3d9
|
7
|
+
data.tar.gz: f894b8183ca6c87f859e8e7c09f9c1182cf52acf1c0fe517e915ab603294076f517b0b336cc109e6e7a7e58729d07498700268fac1489e588268f279f057a0b6
|
@@ -27,14 +27,13 @@ body {
|
|
27
27
|
font-size: $font-size-normal;
|
28
28
|
font-weight: normal;
|
29
29
|
line-height: 1.2;
|
30
|
-
overflow: hidden;
|
31
30
|
|
32
31
|
// Elements animated via transform instead of display will
|
33
32
|
// still be rendered on the page and cause horizontal scroll.
|
34
33
|
// This stops that scrolling on smaller devices.
|
35
|
-
&.has-right-sidebar {
|
36
|
-
|
37
|
-
}
|
34
|
+
// &.has-right-sidebar {
|
35
|
+
// overflow-x: hidden;
|
36
|
+
// }
|
38
37
|
}
|
39
38
|
|
40
39
|
// Bold
|