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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3104a4a95aa6dcd00cc46106adb841dd8b7d9c4e
|
4
|
+
data.tar.gz: 26234cb96336880ef8c8111603c207a307e63029
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30d36885171b6dcd84513fe40c86310d1ec4d329895d4da69eea5151a66dea7f34585385515f19aa6d86c6a477cab20a3c7d2997b0b04a4bc869da2e2d5b6a35
|
7
|
+
data.tar.gz: ae38c24cc44817ab310ed3b9d313882041f33464366397bc587c98a7918e91b2680741fe5eeac65e83335fbfb3e5ece3951dbcf65cb0bf57936252a8f5d5018f
|
@@ -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
|
@@ -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
|
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.
|
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-
|
11
|
+
date: 2016-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|