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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c91bd25f8b1dfdcf2ed627a14f29c20c8c02f6b5
|
|
4
|
+
data.tar.gz: 43cfbf32cf83f9fe0d023fb2beb72c9e5f1592a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8d24ca3d323b3813e7a1f333e1c9dda018e0c9c4987cf2e72a3596e1e90213c23bc7da7edc5d87df62f06003700f8ef4b3d3544d5804ed75eefdcd0901682e8
|
|
7
|
+
data.tar.gz: a6247e00897ba898458773c69838e6a4671446b997bbef374a31bc27b4ffcc621af2717e485226b62af65e7f16dcc6b4398f3449bed22d9042fc8ebc23b93dd5
|
|
@@ -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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2016-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|