dlegr250_material_design 0.3.54 → 0.3.55

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 119e82a6cc09bcebc2cf0f4ed9eb00d61ad7e83d
4
- data.tar.gz: db3b4b0272bc298c167cf9b3dac9b815e0235673
3
+ metadata.gz: dc1567b2aefcaa52bf371bac0ee8602a5d5ce64e
4
+ data.tar.gz: 012996f4a435bb16eafb054e4e88b46d26193bc3
5
5
  SHA512:
6
- metadata.gz: bc73e675d9a63879350f1098bb49e304716bd76040b3198feae15f105337c90a9e225d5275d2a951e54f09b9f0c1a2a6835ab2c3d352ff9e4b8925e211504064
7
- data.tar.gz: e5c06a0eb43d298f8d5a8d4a08cd38a86778ae6ade3034de0b8a65e12fdb883efcfe5bf2f3330bc869b66f23a594770ad13c0f828fd405e89e33c03211c85486
6
+ metadata.gz: a4983f43bcd05a476fa3f25866652085cd9063640ef4ac8300402ad773c004a70c6df6fa603468896078caed73e048e1af455afc2a6966ea0e5a4dabb1948dc8
7
+ data.tar.gz: aaf1653da46d4826fbb671bcd0bf161de9e26f17cce188dc2648e808e26e077f538ffa666786b56fb6973b99940d3e2f5303ddd1ce2dd92b90e9e3879c4d3df0
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.54"
2
+ VERSION = "0.3.55"
3
3
  end
@@ -49,13 +49,6 @@
49
49
  width: 100%;
50
50
  }
51
51
 
52
- // @media (min-width: $medium-width) {
53
- // .field {
54
- // padding-left: 0;
55
- // padding-right: 0;
56
- // }
57
- // }
58
-
59
52
  // Fields - sizes
60
53
  //----------------------------------------------------------------------
61
54
 
@@ -96,22 +89,21 @@
96
89
  // Fields - has errors
97
90
  //----------------------------------------------------------------------
98
91
 
99
- // .field.has-errors {
100
- // background-color: color("light-red");
101
- // }
92
+ .field.has-errors {
93
+ background-color: transparent;
102
94
 
103
- .has-errors {
104
95
  input.invalid {
105
- border-color: color("red") !important;
96
+ background-color: color("light-red");
97
+ border: 1px solid color("red");
106
98
  }
99
+ }
107
100
 
108
- &.text-field-underline-container {
109
- input.invalid {
110
- @include box-shadow(0 1px 0 color("red"));
101
+ .has-errors.text-field-underline-container {
102
+ input.invalid {
103
+ @include box-shadow(0 1px 0 color("red"));
111
104
 
112
- &:focus {
113
- @include box-shadow(0 1px 0 color("red"));
114
- }
105
+ &:focus {
106
+ @include box-shadow(0 1px 0 color("red"));
115
107
  }
116
108
  }
117
109
  }
@@ -42,8 +42,9 @@
42
42
 
43
43
  .appbar-title {
44
44
  flex: 1; // To fill empty gaps
45
- font-size: $font-size-large;
45
+ font-size: $font-size-normal * 1.2;
46
46
  margin-right: $spacing-small;
47
+ // Note: Use class "truncate-text" instead in app to force truncation (...)
47
48
  // overflow: hidden;
48
49
  // text-overflow: ellipsis;
49
50
  // white-space: nowrap;
@@ -53,13 +54,16 @@
53
54
  }
54
55
  }
55
56
 
56
- // appbar - subtitle
57
- //----------------------------------------------------------------------
58
-
59
57
  .appbar-subtitle {
60
58
  font-size: $font-size-normal;
61
59
  }
62
60
 
61
+ @media (min-width: $medium-width) {
62
+ .appbar-title {
63
+ font-size: $font-size-large;
64
+ }
65
+ }
66
+
63
67
  // appbar - actions
64
68
  //----------------------------------------------------------------------
65
69
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.54
4
+ version: 0.3.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand