dlegr250_material_design 0.1.47 → 0.1.48

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: a75e08743218ab82c5342fa489d9f8693ec72f48
4
- data.tar.gz: 87db77ef6c4a20d2f4d30e63fd31cf77f499cdea
3
+ metadata.gz: c5dafc94dbc9c365e1cef8907a6820481d2bae76
4
+ data.tar.gz: af8422ce31db2f3a171b21e2e4b232e77ee9c2d2
5
5
  SHA512:
6
- metadata.gz: fa7d7f936a84ec95d7216eefdec150f397ad1b582e28862b0c3f6238a5561c16a2fd9de6bb13dada06173cc20555036c1acd4f43fc5c1c7134cbb96730e17215
7
- data.tar.gz: e5dcba84b0bce410443d3d6aea3589ec26a875811394d99b7a86766f911ae3c1073495d438e8de68cafcbe69f867c5e9b47323596d60d97da86e1ed0ca4804aa
6
+ metadata.gz: 06202f690c667e4dac0c1c0d387720e0676431ee84cc77ddc2d3e35496836ccec876ee41193835dc15d5ee2246db0a60c5138362beda68f49bad6fc287d7b784
7
+ data.tar.gz: 3ace6da7c0ff26aae6137e63823124863668ea9ed20a681728ee2ccc66e6736323ec4d8db91bb43638c212a67dfff579fe9c0aa6c00d311d48b81cc1db14a452
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.47"
2
+ VERSION = "0.1.48"
3
3
  end
@@ -56,11 +56,11 @@
56
56
  // Boxes - custom styles
57
57
  //----------------------------------------------------------------------
58
58
 
59
- // Green box
60
59
  .box-success {
61
- background-color: #dff0d8;
62
- border: 1px solid color("green");
63
- color: color("green");
60
+ background-color: color("white");
61
+ border-color: color("divider");
62
+ border-left: 4px solid color("green");
63
+ color: color("text");
64
64
  }
65
65
 
66
66
  // Blue box
@@ -129,7 +129,7 @@ $buttons: ".button";
129
129
 
130
130
  &:active,
131
131
  &.active {
132
- background: darken($color, 5%);
132
+ background-color: darken($color, 5%);
133
133
  @include box-shadow(0 3px 12px 0 rgba(0, 0, 0, 0.5));
134
134
  }
135
135
  }
@@ -245,3 +245,16 @@ $buttons: ".button";
245
245
  pointer-events: none;
246
246
  @include box-shadow(none);
247
247
  }
248
+
249
+ // Buttons - responsive
250
+ //----------------------------------------------------------------------
251
+
252
+ .button.responsive {
253
+ width: 100%;
254
+ }
255
+
256
+ @media (min-width: $small-width) {
257
+ .button.responsive {
258
+ width: inherit;
259
+ }
260
+ }
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.1.47
4
+ version: 0.1.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-21 00:00:00.000000000 Z
11
+ date: 2016-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler