dlegr250_material_design 0.3.23 → 0.3.24

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: 78edb1c22ef5f2495b0d76975939b43fd5b78614
4
- data.tar.gz: 0321a17e9aeef4e78886c172b72207b00ce30c49
3
+ metadata.gz: 514387339170273b64f4be2d96f19e555b90d14c
4
+ data.tar.gz: 136426117bf53f3378c7de2c4e6f745ee5e50ac1
5
5
  SHA512:
6
- metadata.gz: e3a515afcdb7604de7bb41cf2c4ff934cad3b534a0b0f1f47c5afb8a32e5962adf1a77737ded3dbeca009e26c295f2c6f20e4d586009306a056026414a3337fa
7
- data.tar.gz: 9119d691e3fce8f0a066c0f0662949d304e465d9a7971f018b9d0e60a22f7559f0889eb5622a39e175e808060c8b938d964062411f7a31681a1662bcdfbfae6c
6
+ metadata.gz: d077caccbef7230ad60205a24d80b8d43eb754d8fffae8b9e4b306418680e645df2ebeb8558aeb756c29e92f60ac0301bd0e1042b44b958989d4ba96239fde26
7
+ data.tar.gz: 6bd872003446cc650a5730b86f2861d75f1979a7d590fd41c2266691fc91abe0364e631c42e2e7c47123974806021916fec1fe83e935474cf923defaa8bfc75a
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.23"
2
+ VERSION = "0.3.24"
3
3
  end
@@ -157,7 +157,8 @@ $default-rounded-corners-radius: 3px;
157
157
  display: -webkit-flex;
158
158
  flex-direction: row;
159
159
  flex-wrap: nowrap;
160
- justify-content: center;
160
+ // justify-content: center;
161
+ justify-content: flex-start;
161
162
  }
162
163
 
163
164
  @mixin flex-parent-row-align-top() {
@@ -37,8 +37,8 @@ ol {
37
37
  .list-subheader {
38
38
  color: color("helper");
39
39
  height: 48px;
40
- line-height: 48px;
41
40
  padding: 0 $spacing-normal;
41
+ @include flex-parent-row();
42
42
  }
43
43
 
44
44
  // Lists - header
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.23
4
+ version: 0.3.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand