dlegr250_material_design 0.1.80 → 0.1.81

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: 9f5c6858120ca0023bb6564001bdfded663b4648
4
- data.tar.gz: 2c156178232693147efc0d064b5cecfcca131625
3
+ metadata.gz: 5e3033e21f170ce5938432809cd8a5131b5133f1
4
+ data.tar.gz: 32313de035c83477ce3230d662699b110aa4cafd
5
5
  SHA512:
6
- metadata.gz: 10441c3844d0e25ad20f3dc63a02334585d5e429e80481e16cf6ab4a79a5d0e3fde85cf542a2eaba4e9da63bb91797575af2321dc231fe91fc8d43782b279f1e
7
- data.tar.gz: c3197882e6bd5d8ce3b56caae803de35ecce8334769fd3cdbe3b43386ed6bcb30b2125daa2e505a2692d2d5dd9e62695bd5798528dfe808a821ad75f1ede85d6
6
+ metadata.gz: a8649622dca61edd39f7c6c16d553f027dae19b2769a638504715710ae078e3a3a361aa4525f211817958770266e418875864ad5362b819563ec37cdcf595d37
7
+ data.tar.gz: c2a274bcb244fd7a8a505979ffe3e9849f64bf65df9bc07ea7f79b640a911d249cd53c33aec0928a5c06956f241e74637b54edfaa6c1ac93a699900b99534131
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.80"
2
+ VERSION = "0.1.81"
3
3
  end
@@ -119,7 +119,8 @@
119
119
  // appbar - dividers
120
120
  //----------------------------------------------------------------------
121
121
 
122
- .appbar-divider {
122
+ .appbar-divider,
123
+ .appbar-spacer {
123
124
  content: "";
124
125
  display: inline-block;
125
126
  height: $appbar-button-height - $spacing-normal;
@@ -128,3 +129,7 @@
128
129
  background-color: darken($primary-color, 10%);
129
130
  width: 1px;
130
131
  }
132
+
133
+ .appbar-spacer {
134
+ background-color: transparent;
135
+ }
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.1.80
4
+ version: 0.1.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand