dlegr250_material_design 0.4.95 → 0.4.96

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: 9f5ffdac609a0346bf8a328ae071dc367402d371
4
- data.tar.gz: d85d8734b700c7a0456fe378c2f8896172eff929
3
+ metadata.gz: 90e19d7c101c2bc4770ee87d35e0eaf23144bcf6
4
+ data.tar.gz: 44092d70398352bf025d222a98517ee5a325f881
5
5
  SHA512:
6
- metadata.gz: 65f3ab83cc228511fa2dc0bc5609bbfa3d22cae30a1321e477e65e358a6224946ab8828d317701e5b84b4d8afd11db96df26a204f1d316c599c1b2e7c352d391
7
- data.tar.gz: 48168233b86a2f6d01ab711844620d4d7494155920d25c789c8f177c8e59f5542c1fbe0adab0aee9bc51a3838a277b04abc5bdb221b1f727d3a8be9c673d613e
6
+ metadata.gz: 5394002f7e4c887065c6d91f4aa6cf3b4e451df4c2d1b64ecfbed3d003913dc9907403d79cdcc5aa18e58c3b6830b1d845df814d18393d39423aba984f89783e
7
+ data.tar.gz: af575a5501459ab882fee6fe6b9e842f73a2fd3fc61b67ede1868c1e932e6c419b9f6aa654947833f21878074a325aafc7c1cf7411099182ec2cbed20d2598cb
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.95"
2
+ VERSION = "0.4.96"
3
3
  end
@@ -11,7 +11,7 @@ $application-container-min-width: 300px;
11
11
  //----------------------------------------------------------------------
12
12
 
13
13
  $appbar-height: 64px;
14
- $appbar-button-height: 46px;
14
+ $appbar-button-height: 44px;
15
15
 
16
16
  // Dimensions - sidebars
17
17
  //----------------------------------------------------------------------
@@ -93,6 +93,7 @@
93
93
  line-height: 1;
94
94
  margin: 0 $spacing-small;
95
95
  pointer-events: none;
96
+ -webkit-font-smoothing: antialiased;
96
97
  // @include truncate-text(); // Make optional via class
97
98
 
98
99
  a {
@@ -102,13 +103,13 @@
102
103
 
103
104
  @media (min-width: $small-width) {
104
105
  .appbar-title {
105
- max-width: $sidebar-depth - 80px;
106
+ max-width: $sidebar-width - 64px;
106
107
  }
107
108
  }
108
109
 
109
110
  // Above and below main text
110
- .appbar-supertitle,
111
- .appbar-subtitle {
111
+ .appbar-title-supertitle,
112
+ .appbar-title-subtitle {
112
113
  color: $appbar-subtitle-color;
113
114
  font-size: $font-size-normal;
114
115
  @include flex-parent-row;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.95
4
+ version: 0.4.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand