dlegr250_material_design 0.5.59 → 0.5.60
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: 9f49a66a816f5b804b3e494ac8057ebf22662a6a
|
4
|
+
data.tar.gz: cc08c369a5af284011eeb0e8ebde660eff517119
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99da0e358f9b660822f9b7582539063d89d8fe3b1c387955b7852b9400a5ae318279a356ff418b1b9cf08813c20bcd72717693fd8dbeb69a432896d0cd9bd3f8
|
7
|
+
data.tar.gz: 1120963a3065ea8c9aaffb87f2e968622e4709f14e161cc5e8cc581ea927b1e4cc27bb873909f4d1cdfb4d2058dc0baef7ee98f6e1012617e40f1d62162f6769
|
@@ -63,7 +63,7 @@
|
|
63
63
|
&:hover {
|
64
64
|
background-color: darken($color-primary, 7%);
|
65
65
|
}
|
66
|
-
//
|
66
|
+
//
|
67
67
|
// &:active {
|
68
68
|
// background-color: darken($color-primary, 12%);
|
69
69
|
// }
|
@@ -88,7 +88,7 @@
|
|
88
88
|
|
89
89
|
.appbar-title {
|
90
90
|
flex: 1; // To fill empty gaps
|
91
|
-
font-size: $font-size-
|
91
|
+
font-size: $font-size-normal + 2px;
|
92
92
|
font-weight: 400;
|
93
93
|
line-height: 1;
|
94
94
|
margin: 0 $spacing-small;
|
@@ -103,6 +103,7 @@
|
|
103
103
|
|
104
104
|
@media (min-width: $width-small) {
|
105
105
|
.appbar-title {
|
106
|
+
font-size: $font-size-large;
|
106
107
|
max-width: $sidebar-width - 64px;
|
107
108
|
}
|
108
109
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dlegr250_material_design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.60
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel LeGrand
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-04-
|
11
|
+
date: 2017-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
|
14
14
|
AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind
|