dlegr250_material_design 0.1.53 → 0.1.54

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: d886e3b9219f66aa05a6b0f498f0259937fd0815
4
- data.tar.gz: 677efe38023f98b834e1c5cc3dde7d72f339e25b
3
+ metadata.gz: 3104a4a95aa6dcd00cc46106adb841dd8b7d9c4e
4
+ data.tar.gz: 26234cb96336880ef8c8111603c207a307e63029
5
5
  SHA512:
6
- metadata.gz: 8b67b496512c8da2b0433690fd555dafdaf2160d6f476e93977b3b00972436e78b11795ca2d35a55fd1452264d7a6e6c30d5feb9f5c816d8669000536db96c64
7
- data.tar.gz: cb6fa3c2140d195e45fb1ad8848faa531c430f8b78ec10f431522abe01cbcb8b65b4688b1e7f47ac2c0a6a2d996b763ba872566c46456df8fef58487caf28910
6
+ metadata.gz: 30d36885171b6dcd84513fe40c86310d1ec4d329895d4da69eea5151a66dea7f34585385515f19aa6d86c6a477cab20a3c7d2997b0b04a4bc869da2e2d5b6a35
7
+ data.tar.gz: ae38c24cc44817ab310ed3b9d313882041f33464366397bc587c98a7918e91b2680741fe5eeac65e83335fbfb3e5ece3951dbcf65cb0bf57936252a8f5d5018f
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.53"
2
+ VERSION = "0.1.54"
3
3
  end
@@ -17,7 +17,8 @@
17
17
  }
18
18
 
19
19
  .box-icon,
20
- .box-primary {
20
+ .box-primary,
21
+ .box-primary-subtext {
21
22
  box-sizing: border-box;
22
23
  padding-bottom: $spacing-normal;
23
24
  padding-top: $spacing-normal;
@@ -34,7 +35,10 @@
34
35
  flex: 1;
35
36
  padding-left: $spacing-normal;
36
37
  padding-right: $spacing-normal;
38
+ }
37
39
 
40
+ .box-primary-subtext {
41
+ padding-top: $spacing-xsmall;
38
42
  }
39
43
 
40
44
  // Boxes - colored boxes
@@ -137,6 +137,7 @@ ol {
137
137
 
138
138
  .list-item-primary-subtext {
139
139
  color: color("helper");
140
+ font-size: $font-size-small;
140
141
  padding-top: $spacing-xsmall;
141
142
  }
142
143
  }
@@ -23,9 +23,9 @@
23
23
  font-size: $font-size-normal;
24
24
  font-weight: 600;
25
25
  height: $tab-height - 2px; // Account for 2px bottom border on tab
26
- max-width: 264px;
27
- min-width: 72px;
28
- padding: 0 12px;
26
+ // max-width: 264px;
27
+ // min-width: 72px;
28
+ padding: 0 $spacing-small;
29
29
  text-align: center;
30
30
  text-decoration: none;
31
31
  text-transform: uppercase;
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.53
4
+ version: 0.1.54
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-05-02 00:00:00.000000000 Z
11
+ date: 2016-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler