dlegr250_material_design 0.5.59 → 0.5.60

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: cb6898efea6621af29200a27a902cef428b53730
4
- data.tar.gz: 4ad5290efa34ff7b66435829c7a1055c778ac13b
3
+ metadata.gz: 9f49a66a816f5b804b3e494ac8057ebf22662a6a
4
+ data.tar.gz: cc08c369a5af284011eeb0e8ebde660eff517119
5
5
  SHA512:
6
- metadata.gz: df04da84a52ba5629b082ef6b65a8b2b0935a253929dc6157746790eb37207b5ec6a1519a055d1574a8e6be71b5673a90d6ae61bd551952153791647e320f59e
7
- data.tar.gz: 55c9ce0c08ad13d703b6bd8ee340cbcadc0bcbefe2251dae19e0bb97b0da25fbff8503373acf4503b63565f2df143acd4ae47b91985601c2b823cdf99f904c82
6
+ metadata.gz: 99da0e358f9b660822f9b7582539063d89d8fe3b1c387955b7852b9400a5ae318279a356ff418b1b9cf08813c20bcd72717693fd8dbeb69a432896d0cd9bd3f8
7
+ data.tar.gz: 1120963a3065ea8c9aaffb87f2e968622e4709f14e161cc5e8cc581ea927b1e4cc27bb873909f4d1cdfb4d2058dc0baef7ee98f6e1012617e40f1d62162f6769
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.59"
2
+ VERSION = "0.5.60"
3
3
  end
@@ -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-large;
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.59
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-05 00:00:00.000000000 Z
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