dlegr250_material_design 0.5.94 → 0.5.95
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: 9c469bd6d647182a087d5b6a0af78e235c4f719a
|
|
4
|
+
data.tar.gz: 419938be7a3da453abf4a6cc5634f3454db923df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4fe75b4807ef823b367d75f79afad19ecc2fa889501e70f973794e8799c7d0ec2f9c880df5cb4fed73f11ad5a3577fa551b768705fa29853b7fd74de47fc8fc
|
|
7
|
+
data.tar.gz: be72b791472a7eabb9c95820c011be145f944c0cedc99d687ae56dcb2f6a6f30d5229c51ce8dd4fccc1287afb3f58d223f52b4881cb431b9ab98563fe76d1383
|
|
@@ -5,6 +5,8 @@ $body-background-color: #ebebeb !default;
|
|
|
5
5
|
$color-primary: #2196f3 !default;
|
|
6
6
|
$color-primary: #4285f4 !default;
|
|
7
7
|
$color-secondary: #db4437 !default;
|
|
8
|
+
$color-hover: #f1f3f7 !default;
|
|
9
|
+
$color-hover-blue: #f0f7fe !default;
|
|
8
10
|
|
|
9
11
|
// SCSS maps of all colors
|
|
10
12
|
//----------------------------------------------------------------------
|
|
@@ -307,8 +309,8 @@ $colors: (
|
|
|
307
309
|
// Custom colors
|
|
308
310
|
"primary": $color-primary,
|
|
309
311
|
"secondary": $color-secondary,
|
|
310
|
-
"hover":
|
|
311
|
-
"hover-blue":
|
|
312
|
+
"hover": $color-hover,
|
|
313
|
+
"hover-blue": $color-hover-blue,
|
|
312
314
|
"icon": #737373,
|
|
313
315
|
"disabled": rgba(0, 0, 0, 0.26),
|
|
314
316
|
"text": rgba(0, 0, 0, 0.87),
|
|
@@ -85,7 +85,9 @@
|
|
|
85
85
|
// Flex table - modifications
|
|
86
86
|
//----------------------------------------------------------------------
|
|
87
87
|
|
|
88
|
-
.table-align-top .td { vertical-align: top; }
|
|
88
|
+
.table-align-top .td { vertical-align: top !important; }
|
|
89
|
+
|
|
90
|
+
.table-align-middle .td { vertical-align: middle !important; }
|
|
89
91
|
|
|
90
92
|
.table-bordered {
|
|
91
93
|
@include box-shadow-border(color("divider"));
|
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.5.
|
|
4
|
+
version: 0.5.95
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel LeGrand
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-10-
|
|
11
|
+
date: 2017-10-30 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
|