dlegr250_material_design 0.3.52 → 0.3.53

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: 072aca2e21fa9cb1d27b9a8ec1a202c38cacb5d7
4
- data.tar.gz: bd9736172626f9946567547e60a897a3d28cd2e4
3
+ metadata.gz: 9cfc1c548c684d8563ff72d830915026fddfef76
4
+ data.tar.gz: cffeac43fc24a75978f421742f537fc33b66502d
5
5
  SHA512:
6
- metadata.gz: 14ad994896f2a2b12f89102fad0f89d35042726306b51dacd54a01761b4375d02f1f649aa0c4a46cf3dd8487664cd43363665e067ef4e0c24525d96a75e7d41e
7
- data.tar.gz: 323963dce4099bbf2a4d9cc059ad154f5aeaf45b2ec05ed200971678ba0d338aa53e4267a3dea4acec8709f1ed18392d57a957ced788914d9bb577c331a0ff6a
6
+ metadata.gz: d53b7ba1310942615ee5b16c5d7da6e83266670b04f3c75d4a56724644157b27b7cb4bf90ae11b57f9dca8d09a6616f3958683b09e8cb7d8c089d5e593030a13
7
+ data.tar.gz: 8c03cec78837643bd8cde17edbd23ef6e766af80e688fe98b1324055819ca122f56a9fa803e748664e2c18f5e11adb2a0a9985d2e49b002377ff3003a955735f
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.52"
2
+ VERSION = "0.3.53"
3
3
  end
@@ -157,7 +157,6 @@ $default-rounded-corners-radius: 3px;
157
157
  display: -webkit-flex;
158
158
  flex-direction: row;
159
159
  flex-wrap: nowrap;
160
- // justify-content: center;
161
160
  justify-content: flex-start;
162
161
  }
163
162
 
@@ -16,16 +16,26 @@
16
16
  // Grid - row - element
17
17
  //----------------------------------------------------------------------
18
18
 
19
- .grid-row-element {
20
- padding: $spacing-xsmall;
21
- }
19
+ .grid-container {}
20
+
21
+ .grid-row {}
22
22
 
23
23
  @media (min-width: $medium-width) {
24
24
  .grid-row {
25
- @include flex-parent-row-align-top();
25
+ @include flex-parent-row();
26
+ justify-content: space-around;
26
27
  }
27
28
 
28
29
  .grid-row-element {
29
30
  flex: 1;
31
+ margin: 0 $spacing-small;
32
+ }
33
+
34
+ .grid-row-element:first-child {
35
+ margin-left: 0;
36
+ }
37
+
38
+ .grid-row-element:last-child {
39
+ margin-right: 0;
30
40
  }
31
41
  }
@@ -148,6 +148,13 @@ ol {
148
148
  width: 30px;
149
149
  }
150
150
 
151
+ .list-item-icon-circle {
152
+ font-size: 16px;
153
+ height: 30px;
154
+ line-height: 30px;
155
+ width: 30px;
156
+ }
157
+
151
158
  // Lists - list item primary
152
159
  //----------------------------------------------------------------------
153
160
 
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.3.52
4
+ version: 0.3.53
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-08-15 00:00:00.000000000 Z
11
+ date: 2016-08-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
14
14
  AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind