dlegr250_material_design 0.1.43 → 0.1.45

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: 2e58c10e7d6519ad138b1391eaa3d5b6e9ecc089
4
- data.tar.gz: e202cd4fd669ef376b0cfb168655a5d6c7ccf0e3
3
+ metadata.gz: 719add4b4daf3ccdc3ba10d9607fc0bb52a0efec
4
+ data.tar.gz: f1dd77211ffce0244d9c7dcc69fad4014e420a3e
5
5
  SHA512:
6
- metadata.gz: 2c289e259218b8d63d66aeebfc14f99ba4cf66755be6ef2ccbdb052b793389e121aa92f94aca68687268aa7ded1422e60fb4d6d90126915af0f24a71d6723e54
7
- data.tar.gz: 2f11af943bdb433f9132487175fd9a92b9df423af0fe18689247f97b3498cb0d84b534098b0b642327892bd095a06c22e3d19dec95d17e91e6e0f3f454c04b2d
6
+ metadata.gz: 6ff2bea94847fff628d1331a65318c82950a9b86215a652852b2c3e2dba0bd38c823757de61045dd4e7be9a8418f44136ea2752dbc5ceded95868c498dbda09c
7
+ data.tar.gz: f77e9cc856377ca8b7f55944f51c34cc7bb665db8f67425ebfbd7abd3f1a6f23a4f936c2c70e1db1c8a8a5d58bd5d37a9971c549c4e04a276e8b2f16ce84beed
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.43"
2
+ VERSION = "0.1.45"
3
3
  end
@@ -178,6 +178,29 @@
178
178
  }
179
179
  }
180
180
 
181
+ // Font sizes
182
+ //----------------------------------------------------------------------
183
+
184
+ .font-size-xsmall {
185
+ font-size: $font-size-xsmall;
186
+ }
187
+
188
+ .font-size-small {
189
+ font-size: $font-size-small;
190
+ }
191
+
192
+ .font-size-normal {
193
+ font-size: $font-size-normal;
194
+ }
195
+
196
+ .font-size-large {
197
+ font-size: $font-size-large;
198
+ }
199
+
200
+ .font-size-xlarge {
201
+ font-size: $font-size-xlarge;
202
+ }
203
+
181
204
  // Borders
182
205
  //----------------------------------------------------------------------
183
206
 
@@ -48,7 +48,7 @@ $menu-width-factors: 1, 2, 3, 4, 5, 6, 7;
48
48
  // Dimensions - tabs
49
49
  //----------------------------------------------------------------------
50
50
 
51
- $tab-height: 48px;
51
+ $tab-height: 50px;
52
52
 
53
53
  // Dimensions - buttons
54
54
  //----------------------------------------------------------------------
@@ -44,7 +44,7 @@
44
44
  //----------------------------------------------------------------------
45
45
 
46
46
  .blank-slate-title {
47
- font-size: $font-size-normal;
47
+ font-size: $font-size-large;
48
48
  font-weight: bold;
49
49
  }
50
50
 
@@ -145,7 +145,7 @@
145
145
  margin-top: 0;
146
146
  margin-right: $spacing-normal;
147
147
  padding: 0;
148
- padding-top: 10px;
148
+ padding-top: 12px;
149
149
  text-align: right;
150
150
  width: 160px;
151
151
 
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.1.43
4
+ version: 0.1.45
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-04-20 00:00:00.000000000 Z
11
+ date: 2016-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler