dlegr250_material_design 0.1.16 → 0.1.17

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: a003cce8708f30ccf44886a79f200ed966cc6e80
4
- data.tar.gz: 35eb31a86390fadcd44c91b6eedc4085fa170f78
3
+ metadata.gz: fbf4dcdf0fe1d7d8fccfe360e814e308220f9ef2
4
+ data.tar.gz: 9730bc7e0a7fe84ad34141f8b0a98273286589ab
5
5
  SHA512:
6
- metadata.gz: 5a9e18026f7320f0397e835c8108fd7d3a5077d303a8787e2a7ef04d852a942d465cd18782f767e3bc099cec534e853db25a1611b4ad96b973fe9d3498207c66
7
- data.tar.gz: 4aa64f6833efbe2274356ed8569ce7968f78ea4138c3057ec514186c4eec9059d6f7d15ccceb5319180b60477843636ca4b870ed6d95194c15674cec50ad1c5d
6
+ metadata.gz: af826bf3eafa945a75294ca85d7af01d92301e405cdda89de5f4cf08ff29a4ad72bb501ef1fdba03c0f17e0b098b1c849ad1edbf01e988b9cbc6e050110f739f
7
+ data.tar.gz: f5c63bf953890cfb068dd64c51ccd4061cf83146126bd1f134da4094a32c979bc567294069b68275651226fbc2d4fedefad53397177d241f4f05732d69eec170
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.16"
2
+ VERSION = "0.1.17"
3
3
  end
@@ -34,7 +34,9 @@
34
34
  // Constrained to max size to center content
35
35
  //----------------------------------------------------------------------
36
36
 
37
- .constrained {
37
+ .constrained-small,
38
+ .constrained-medium,
39
+ .constrained-large {
38
40
  margin: auto;
39
41
  @include full-width;
40
42
  }
@@ -57,7 +57,7 @@
57
57
  }
58
58
 
59
59
  .card-title {
60
- font-size: $font-size-normal;
60
+ font-size: $font-size-large * 0.8;
61
61
  font-weight: bold;
62
62
  }
63
63
 
@@ -94,7 +94,13 @@
94
94
  //----------------------------------------------------------------------
95
95
 
96
96
  .card-content {
97
- padding: $spacing-normal;
97
+ padding: $spacing-small;
98
+ }
99
+
100
+ @media (min-width: $medium-width) {
101
+ .card-content {
102
+ padding: $spacing-normal;
103
+ }
98
104
  }
99
105
 
100
106
  // Card - actions
@@ -95,7 +95,6 @@
95
95
 
96
96
  .field-label {
97
97
  display: block;
98
- float: none;
99
98
  margin-top: $spacing-xsmall;
100
99
  padding-bottom: $spacing-xsmall;
101
100
 
@@ -106,7 +105,10 @@
106
105
  }
107
106
 
108
107
  .field-element {
109
- float: none;
108
+ input.responsive,
109
+ select.responsive {
110
+ width: 100%;
111
+ }
110
112
 
111
113
  .helper-text {
112
114
  display: block;
@@ -126,7 +128,6 @@
126
128
 
127
129
  .field-label {
128
130
  display: inline-block;
129
- // float: left;
130
131
  margin-top: 0;
131
132
  margin-right: $spacing-normal;
132
133
  padding: 0;
@@ -140,9 +141,13 @@
140
141
  }
141
142
 
142
143
  .field-element {
143
- // float: left;
144
144
  flex: 1;
145
145
 
146
+ input.responsive,
147
+ select.responsive {
148
+ width: inherit;
149
+ }
150
+
146
151
  .helper-text {
147
152
  display: inline-block;
148
153
 
@@ -54,7 +54,7 @@
54
54
  font-weight: normal;
55
55
  height: $button-height;
56
56
  line-height: $button-height;
57
- padding: 0 ($spacing-normal * 0.75);
57
+ padding: 0 $spacing-small;
58
58
  @include transition(background-color 0.30s ease);
59
59
  }
60
60
 
@@ -42,7 +42,7 @@
42
42
 
43
43
  .appbar-title {
44
44
  flex: 1; // To fill empty gaps
45
- font-size: $font-size-large;
45
+ font-size: $font-size-large * 0.8;
46
46
  margin-right: $spacing-small;
47
47
  overflow: hidden;
48
48
  text-overflow: ellipsis;
@@ -53,6 +53,12 @@
53
53
  }
54
54
  }
55
55
 
56
+ @media (min-width: $medium-width) {
57
+ .appbar-title {
58
+ font-size: $font-size-large;
59
+ }
60
+ }
61
+
56
62
  // appbar - actions
57
63
  //----------------------------------------------------------------------
58
64
 
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.16
4
+ version: 0.1.17
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-03-19 00:00:00.000000000 Z
11
+ date: 2016-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler