dlegr250_material_design 0.5.11 → 0.5.12

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: cf5154d1c3f68f7b34c6937ee8f8d2b42bfaa7d5
4
- data.tar.gz: e51199c601cf9a7a745036b895f638a7decc823f
3
+ metadata.gz: cbced2df7daa9b4968dfae1c2f396092fb0436e0
4
+ data.tar.gz: 28fa2fafc760a8e1a0fe58929adb44dd6330f83b
5
5
  SHA512:
6
- metadata.gz: 5e77738befc5f62e3cc694efcf9d47ab1e773876958c1992468f113d4e749f2269688443a9da4d6c861508d34ba3a5e56220cf75eb48119c09030fb1df51a25d
7
- data.tar.gz: ff0fbf91c12a15435220ec3fd299368b56bd69cc2aff4cbf0a047117fd5df1207bf8ad889e9da97044551dc854d1fa86ab6370b71e93cf544fcf8897fbd59695
6
+ metadata.gz: b2053214c58f104fe1125912157dedd775aea64e2a2516cd74606593d39bb4848a152e4dfc89ab86b6e0e9cc04028dd297d06ef3eab6ec027acf2b36de39a7fb
7
+ data.tar.gz: d437e969694f33f3c974501f73a4d6975250cdb4959c49014ae6d871bafe5abe8b99bbfea17e6b1c1868911a70cf6386864190873e682a74bd9f4f3d254be85b
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.11"
2
+ VERSION = "0.5.12"
3
3
  end
@@ -150,6 +150,7 @@
150
150
  .font-size-xsmall { font-size: $font-size-xsmall !important; }
151
151
  .font-size-small { font-size: $font-size-small !important; }
152
152
  .font-size-normal { font-size: $font-size-normal !important; }
153
+ .font-size-16 { font-size: 16px !important; }
153
154
  .font-size-large { font-size: $font-size-large !important; }
154
155
  .font-size-xlarge { font-size: $font-size-xlarge !important; }
155
156
 
@@ -122,14 +122,28 @@ ol {
122
122
  }
123
123
 
124
124
  // Hoverable
125
- .list-hoverable .list-item {
126
- &:hover { background-color: color("hover"); }
127
- &:active { background-color: darken(color("hover"), 3%); }
125
+ .list-hoverable {
126
+ .list-item {
127
+ &:hover { background-color: color("hover"); }
128
+ &:active { background-color: darken(color("hover"), 3%); }
129
+ }
130
+
131
+ .button-icon {
132
+ &:hover { background-color: darken(color("hover"), 7%); }
133
+ &:active { background-color: darken(color("hover"), 12%); }
134
+ }
128
135
  }
129
136
 
130
- .list-hoverable-blue .list-item {
131
- &:hover { background-color: color("hover-blue"); }
132
- &:active { background-color: darken(color("hover-blue"), 3%); }
137
+ .list-hoverable-blue {
138
+ .list-item {
139
+ &:hover { background-color: color("hover-blue"); }
140
+ &:active { background-color: darken(color("hover-blue"), 3%); }
141
+ }
142
+
143
+ .button-icon {
144
+ &:hover { background-color: darken(color("hover-blue"), 7%); }
145
+ &:active { background-color: darken(color("hover-blue"), 12%); }
146
+ }
133
147
  }
134
148
 
135
149
  // Aligned top instead of centered
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.5.11
4
+ version: 0.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand