dlegr250_material_design 0.5.95 → 0.5.96

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: 9c469bd6d647182a087d5b6a0af78e235c4f719a
4
- data.tar.gz: 419938be7a3da453abf4a6cc5634f3454db923df
3
+ metadata.gz: 78b731a6c73f95ac68444a56dae745590439e0d5
4
+ data.tar.gz: ed4feda764c3bb5ab708ab7fb2b0d52726e0d798
5
5
  SHA512:
6
- metadata.gz: a4fe75b4807ef823b367d75f79afad19ecc2fa889501e70f973794e8799c7d0ec2f9c880df5cb4fed73f11ad5a3577fa551b768705fa29853b7fd74de47fc8fc
7
- data.tar.gz: be72b791472a7eabb9c95820c011be145f944c0cedc99d687ae56dcb2f6a6f30d5229c51ce8dd4fccc1287afb3f58d223f52b4881cb431b9ab98563fe76d1383
6
+ metadata.gz: f12ae1d4724dd7ed3cf3c3d6095f5284b89454b29e1fb2a940533110eaa92057852a908d9a0641cef31fb150ac5bb4a6bd2933b18385ba2dc8af13e7a43c6f21
7
+ data.tar.gz: debc6219fbdc2d8b551df12bafb278b03cd86f45da0c354577b4f3dcd0e9a3d69a1393d392fd352b63bc2c6ce7308f506e3276e2dc9ceeb005c6940373a778d1
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.95"
2
+ VERSION = "0.5.96"
3
3
  end
@@ -316,7 +316,6 @@ $colors: (
316
316
  "text": rgba(0, 0, 0, 0.87),
317
317
  "snackbar": #323232,
318
318
  "divider": rgba(0, 0, 0, 0.12),
319
- "table-hover": #eee,
320
319
  "table-selected": #f5f5f5,
321
320
  "highlight": #fef5d8,
322
321
  "highlight-dark": #ffe79f,
@@ -2,6 +2,15 @@
2
2
  // SCSS variables accessible in every SCSS file imported after this one.
3
3
  //======================================================================
4
4
 
5
+ // Device breakpoints
6
+ //----------------------------------------------------------------------
7
+
8
+ $device-xsmall: 320px !default; // Small phone
9
+ $device-small: 460px !default; // Larger phone
10
+ $device-medium: 800px !default; // Tablet
11
+ $device-large: 1200px !default; // Desktop
12
+ $device-xlarge: 1200px !default; // Large desktop
13
+
5
14
  // Dimensions - toolbars
6
15
  //----------------------------------------------------------------------
7
16
 
@@ -119,12 +128,3 @@ $spacing-xlarge: 32px;
119
128
  // $elevation-16: 16; // Sidebar, modal bottom sheet
120
129
  // $elevation-24: 24; // Dialog, pickers
121
130
  // $elevation-26: 26; // Popups on top of dialogs
122
-
123
- // Device breakpoints
124
- //----------------------------------------------------------------------
125
-
126
- $device-xsmall: 320px; // Small phone
127
- $device-small: 460px; // Larger phone
128
- $device-medium: 760px; // Tablet
129
- $device-large: 1000px; // Desktop
130
- $device-xlarge: 1200px; // Large desktop
@@ -21,11 +21,10 @@ $default-button-rounded-corners: 4px;
21
21
  box-sizing: border-box;
22
22
  cursor: pointer;
23
23
  // font-size: $font-size-normal;
24
- font-size: 16px;
24
+ font-size: $font-size-normal;
25
25
  font-weight: 500;
26
26
  height: $button-height;
27
27
  line-height: 1.2;
28
- letter-spacing: 0.5px;
29
28
  min-width: 0;
30
29
  outline: none;
31
30
  padding: 0 $spacing-normal;
@@ -17,7 +17,7 @@
17
17
  cursor: pointer;
18
18
  width: $spacing-normal;
19
19
  height: $spacing-normal;
20
- margin-right: $spacing-normal;
20
+ // margin-right: $spacing-normal;
21
21
  position: relative;
22
22
  // top: 2px;
23
23
 
@@ -66,7 +66,7 @@
66
66
  @media (hover: hover) {
67
67
  .toolbar-button-icon {
68
68
  &:hover {
69
- background-color: rgba(0, 0, 0, 0.12);
69
+ background-color: rgba(0, 0, 0, 0.08);
70
70
  }
71
71
 
72
72
  &:active {
@@ -63,6 +63,7 @@
63
63
  .td-secondary-actions,
64
64
  .td-actions {
65
65
  padding: $spacing-small;
66
+ padding-top: 12px;
66
67
  text-align: right;
67
68
  vertical-align: top;
68
69
  width: 64px;
@@ -72,6 +73,8 @@
72
73
  .td-subtext {
73
74
  color: color("helper");
74
75
  font-size: $font-size-small;
76
+ @include flex-parent();
77
+ @include flex-align-left();
75
78
  }
76
79
 
77
80
  .td-supertext {
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.95
4
+ version: 0.5.96
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-30 00:00:00.000000000 Z
11
+ date: 2017-11-07 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