dlegr250_material_design 0.2.51 → 0.2.52

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: 4862f6d53ada693c8a4f8bea18834d6079d040ac
4
- data.tar.gz: b2a6c0131fe1adfc44d84c6a6d10a6c91f1da5ea
3
+ metadata.gz: 607ab964097b9030625057f3969fda007f6c00e5
4
+ data.tar.gz: 9a7dbf12e247a1adb7b2df260bf779f940400a3e
5
5
  SHA512:
6
- metadata.gz: eff5871fe591bc969a7b927acef1ef47b774df3d3446263ea021acdd60f846b5114ae1de5fe30092991d56b6294d26d730d39978bd281c8f6d1351e1292f7897
7
- data.tar.gz: 338b3b0e06ee8e6495abb5841c5367dd406b01c9d2f215483db763248203b8a67cd05fc42623782b5b2abb3dbdc99d895970260f3d95ca7d7c309709f0f22987
6
+ metadata.gz: 521a8015dbdb30dd107327faa24ab53d1340502ebdb1fb7aaada7881f462cefceddc4e0c0f0caedbd67143d57fb9b1ce89d0608f57e3e303ec1d4990a9f4b3f9
7
+ data.tar.gz: 7a023f315447004e7872efca0690620acf898428f1dba6cf4a202869c36bb809a11c0d37b12e33990710c0b7cc7a3516cc06b0c9a757e30017142840729f357c
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.2.51"
2
+ VERSION = "0.2.52"
3
3
  end
@@ -42,7 +42,7 @@
42
42
 
43
43
  .appbar-title {
44
44
  flex: 1; // To fill empty gaps
45
- font-size: $font-size-large * 0.9;
45
+ font-size: $font-size-large;
46
46
  margin-right: $spacing-small;
47
47
  overflow: hidden;
48
48
  text-overflow: ellipsis;
@@ -53,23 +53,11 @@
53
53
  }
54
54
  }
55
55
 
56
- @media (min-width: $medium-width) {
57
- .appbar-title {
58
- font-size: $font-size-large;
59
- }
60
- }
61
-
62
56
  // appbar - subtitle
63
57
  //----------------------------------------------------------------------
64
58
 
65
59
  .appbar-subtitle {
66
- font-size: $font-size-normal * 0.9;
67
- }
68
-
69
- @media (min-width: $medium-width) {
70
- .appbar-subtitle {
71
- font-size: $font-size-normal;
72
- }
60
+ font-size: $font-size-normal;
73
61
  }
74
62
 
75
63
  // appbar - actions
@@ -78,13 +66,6 @@
78
66
  .appbar-actions {
79
67
  @include flex-parent-row(); // To line up dividers and buttons properly
80
68
  text-align: right;
81
-
82
- // TODO test this in multiple browsers to see if it works everywhere...
83
- // Since standard buttons are not as tall as the appbar-button,
84
- // there is leftover space and the button clings to the baseline.
85
- // .button {
86
- // margin-top: -10px;
87
- // }
88
69
  }
89
70
 
90
71
  // appbar - buttons
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.2.51
4
+ version: 0.2.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-26 00:00:00.000000000 Z
11
+ date: 2016-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler