dlegr250_material_design 0.1.74 → 0.1.75

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: 2e381b5a3c3ee9d1a321c802a007f933ba66224a
4
- data.tar.gz: d916274e47a08f2593c62cf8d031bd2722bcf144
3
+ metadata.gz: 97f4863adaf6dad9cf38ed7625f523590ed9ca37
4
+ data.tar.gz: db89193872e696df455e67f347918ac159735f10
5
5
  SHA512:
6
- metadata.gz: a951cb999a8fdde3d97495e5471fa24cab80fe7308b21476db07a4f37cff5658e0f68a39bb788cf5e7c843f2dede721f6671886b4e13e5faebf308d6a085ff59
7
- data.tar.gz: 7967750fa6e71df36785945cd4fdd67bea09e61b2a3040373790d65ec5996c9aad99c680a45b7e4f761b87dcf9695d8c16dccb4a0c12f35df28fa310adf8caff
6
+ metadata.gz: db3555f80634cf5ed438ffdd03fbb4f3dc41fc30b6d0e01da18815e4dcc707030f184bb6f0ebbe0501eae55424603de8b647adf0b68241d552169133e3c573ff
7
+ data.tar.gz: 1d3f295988526822761e3adef247df8177f9c7c9d40a41c1c5e9300384a231723ffa0642b2e80fb82fa4c3fb7c1bf9cc781a174ca8f17b9024dabf9172adeca6
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.74"
2
+ VERSION = "0.1.75"
3
3
  end
@@ -76,6 +76,7 @@
76
76
  //----------------------------------------------------------------------
77
77
 
78
78
  .appbar-actions {
79
+ @include flex-parent-row(); // To line up dividers and buttons properly
79
80
  text-align: right;
80
81
 
81
82
  // TODO test this in multiple browsers to see if it works everywhere...
@@ -114,3 +115,16 @@
114
115
  background-color: darken($primary-color, 12%);
115
116
  }
116
117
  }
118
+
119
+ // appbar - dividers
120
+ //----------------------------------------------------------------------
121
+
122
+ .appbar-divider {
123
+ content: "";
124
+ display: inline-block;
125
+ height: $appbar-button-height - $spacing-normal;
126
+ line-height: $appbar-button-height - $spacing-normal;
127
+ margin: 0 $spacing-small;
128
+ background-color: darken($primary-color, 10%);
129
+ width: 1px;
130
+ }
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.74
4
+ version: 0.1.75
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-05-23 00:00:00.000000000 Z
11
+ date: 2016-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler