dlegr250_material_design 0.3.35 → 0.3.36

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: fe39f5fe1643048a47c0f8591e03f62fe35caab7
4
- data.tar.gz: 16a83e7387e6c000f25b82b7bfe73d0e53f92527
3
+ metadata.gz: c91bd25f8b1dfdcf2ed627a14f29c20c8c02f6b5
4
+ data.tar.gz: 43cfbf32cf83f9fe0d023fb2beb72c9e5f1592a6
5
5
  SHA512:
6
- metadata.gz: 8bb227ac61dd1f677d69bdbd7dbae59512d6baddfe436058987f0f1a0b8d9abf28a2c55cd4c98cfe8bd5007f69bbc168941c4f2c3980331c09cab561c74fcfdc
7
- data.tar.gz: 901fd9b7c8ad05dadbf1d611609b7f187c91517cb8cae3fbb8fe11fe47c7f344485bc855ce91e5d205e3336d614e28ca4871cf21463a33e189d969eefd213fa7
6
+ metadata.gz: f8d24ca3d323b3813e7a1f333e1c9dda018e0c9c4987cf2e72a3596e1e90213c23bc7da7edc5d87df62f06003700f8ef4b3d3544d5804ed75eefdcd0901682e8
7
+ data.tar.gz: a6247e00897ba898458773c69838e6a4671446b997bbef374a31bc27b4ffcc621af2717e485226b62af65e7f16dcc6b4398f3449bed22d9042fc8ebc23b93dd5
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.35"
2
+ VERSION = "0.3.36"
3
3
  end
@@ -259,6 +259,31 @@
259
259
  border-top: 1px solid color("divider");
260
260
  }
261
261
 
262
+ .no-border-bottom {
263
+ border-bottom: 0 !important;
264
+ }
265
+
266
+ .no-border-left {
267
+ border-left: 0 !important;
268
+ }
269
+
270
+ .no-border-right {
271
+ border-right: 0 !important;
272
+ }
273
+
274
+ .no-border-top {
275
+ border-top: 0 !important;
276
+ }
277
+
278
+ // disabled
279
+ //----------------------------------------------------------------------
280
+
281
+ .disabled,
282
+ :disabled {
283
+ cursor: not-allowed;
284
+ pointer-events: none;
285
+ }
286
+
262
287
  // Widths
263
288
  //----------------------------------------------------------------------
264
289
 
@@ -126,6 +126,7 @@ $colors: (
126
126
  "pink" : #e91e63,
127
127
  "purple" : #9c27b0,
128
128
  "deep-purple" : #673ab7,
129
+ "light-purple" : lighten(#673ab7, 47%),
129
130
  "indigo" : #3f51b5,
130
131
  "light-blue" : #03a9f4,
131
132
  "cyan" : #00bcd4,
@@ -71,6 +71,7 @@
71
71
  //----------------------------------------------------------------------
72
72
 
73
73
  .menu-item {
74
+ font-size: $font-size-normal;
74
75
  min-height: 48px;
75
76
  @include flex-parent-row();
76
77
  // box-sizing: border-box;
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.35
4
+ version: 0.3.36
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-05 00:00:00.000000000 Z
11
+ date: 2016-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler