dlegr250_material_design 0.3.95 → 0.3.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: d9d7074a2bde032a7275ec645a74a4ab7b9d778d
4
- data.tar.gz: 3d67d8c7f2fa5aa09cda9f6e7603d2c703b1e474
3
+ metadata.gz: 2478983a3c2fd2fd805430c7d179a65fa3053f87
4
+ data.tar.gz: 006f7afa92441ebf7f6cff479abd6d426d49a7fd
5
5
  SHA512:
6
- metadata.gz: 20cdb165e789e909b95ed94e0321491079dd9892fd6a428280aa0d2a35322271a213ab27aecc8f8481e64df7d9ecfb3ed8fc9545f1af3a1d6f0839dd78d4498a
7
- data.tar.gz: cefcbe762fa8241bbccd581bf34758e0e95cba8014310c10866edb4f72ce4e059a55ecb5d7f85f1f873b2f3c02e6c1c3d5ecf40c90c73b83d2213222498bb908
6
+ metadata.gz: b4eaceaebe3a2e80c39f60c1430c3e7dc92c08722527e49bbfc9629e831b9197a38aec91eb230d0cf8f5a3232801cd59bc31793cfb2a4713b383605ecd63d90a
7
+ data.tar.gz: 643e2a31ae1fda4d92d4a6ca9000f37760cc3cb5d206f123d779910a242616203061a335b4c263eb5050032faf2b6afdf62ac52a3458a8882c85157ec9e09241
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.95"
2
+ VERSION = "0.3.96"
3
3
  end
@@ -302,6 +302,21 @@ $font-sizes: 8, 10, 12, 14, 16, 18, 20, 22, 24;
302
302
  border-top: 0 !important;
303
303
  }
304
304
 
305
+ // Rotation
306
+ //----------------------------------------------------------------------
307
+
308
+ .rotate-90 {
309
+ @include transform(rotate(90deg));
310
+ }
311
+
312
+ .rotate-180 {
313
+ @include transform(rotate(180deg));
314
+ }
315
+
316
+ .rotate-270 {
317
+ @include transform(rotate(270deg));
318
+ }
319
+
305
320
  // disabled
306
321
  //----------------------------------------------------------------------
307
322
 
@@ -83,6 +83,16 @@ ol {
83
83
  text-align: right;
84
84
  }
85
85
 
86
+ .list-header .button-icon {
87
+ &:hover {
88
+ background-color: darken(color("hover"), 10%);
89
+ }
90
+
91
+ &:active {
92
+ background-color: darken(color("hover"), 20%);
93
+ }
94
+ }
95
+
86
96
  // Lists - base
87
97
  //----------------------------------------------------------------------
88
98
 
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.95
4
+ version: 0.3.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand