dlegr250_material_design 0.4.34 → 0.4.35

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: aad422120feb88c3173b7468bcd930ff242528ba
4
- data.tar.gz: 7ae79dc1cd2b71355103772617f87f89f48ab719
3
+ metadata.gz: 8f530886e2d1ef81b6c87659252e2597b9a61d03
4
+ data.tar.gz: af60944f08a0f90e4f7519d3f266a62336f45266
5
5
  SHA512:
6
- metadata.gz: 6e6188d5a1ede15fa7ddb6c5a7d5afc6a654abddebbacce8226c5c2e83e5fa1d68ef3850111fddf336e315b0b024016f607a5b3ae05f433c1e60809661fa29a7
7
- data.tar.gz: 41ea3e8bf1dce87599092191593ab7763cf53b1d2765790934de3b1dcbec261c2066444bc0809b4e1d51a5064ae09b8ba3650aee6989990d9268a4ebac5a77d7
6
+ metadata.gz: c7e5224248bce4091b5555c945fd10dae12fa642350ff99e1763168733ba7f73dcd76af568ac9d0cfdbd2423f8f5f7ad97374cc650d5a5bdba579bc578057d21
7
+ data.tar.gz: 0060516db680b2f08d4dffb0bf6de85a4e0e4db0da43e1398eee259e1d635fd29a65e093cfaf916020cd48699969d9c9daaf7d8792e2b7bf2ceb664d57c6d6e1
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.34"
2
+ VERSION = "0.4.35"
3
3
  end
@@ -118,6 +118,7 @@ $colors: (
118
118
  "red" : #db4437,
119
119
  "light-red" : #ffebee,
120
120
  "blue" : #2196f3,
121
+ "google-blue": : #4285f4,
121
122
  "dark-blue" : darken(#2196f3, 10%),
122
123
  "disabled" : rgba(0, 0, 0, 0.26),
123
124
  "grey" : #9e9e9e,
@@ -8,7 +8,7 @@
8
8
  //----------------------------------------------------------------------
9
9
 
10
10
  hr {
11
- height: 1px;
11
+ height: 0;
12
12
  margin: $spacing-small 0;
13
13
 
14
14
  // Has a line
@@ -23,6 +23,11 @@ hr {
23
23
  margin: $spacing-normal 0;
24
24
  }
25
25
 
26
+ // No margins, totally flush against other containers
27
+ &.flush {
28
+ margin: 0;
29
+ }
30
+
26
31
  &.xsmall {
27
32
  margin: $spacing-xsmall 0;
28
33
  }
@@ -48,6 +48,7 @@
48
48
  // overflow: hidden;
49
49
  // text-overflow: ellipsis;
50
50
  // white-space: nowrap;
51
+ @include flex-parent-row();
51
52
 
52
53
  a {
53
54
  color: $appbar-text-color;
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.4.34
4
+ version: 0.4.35
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-12-02 00:00:00.000000000 Z
11
+ date: 2016-12-07 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