dlegr250_material_design 0.1.77 → 0.1.78

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: 84444ad6b4a9908235d3b4d5b1866b8e9c7443fc
4
- data.tar.gz: 3a88d54d889f0432af88f06ad1e89641da83f718
3
+ metadata.gz: 3669ed72eb5b16ea1c3309336208bc1449665808
4
+ data.tar.gz: 60bb5290f32b8ef52ea63ea2d5b092be159d1650
5
5
  SHA512:
6
- metadata.gz: 91b02b8ee08e7e00a8d310190b6159e145314442fe36b9a1be595cbfb36513f385f108405258b5f455cbc36c525a57c786e2102e230a1daf65396ae490331a17
7
- data.tar.gz: 49fc1e77e0cd634dc29de534423caedb1d10d02a207c29486ef2226c70efcd85fdd8f0bc1a076c5a788ece524b076ed09dbdc7c0a33dde03044ac4d427e616c9
6
+ metadata.gz: e7bc0bdf776372e4d18a93e9a54782183b4481b08175d07cca661554c40399bd87fd9d6ab148d13a4b460c787215a156c4cced0d1b14360b5c15df5f2a7c4895
7
+ data.tar.gz: 45a865332288babd4c00aade65b20fa6b675aa00c92782824bd593a5f91773ead586f43e199126794a4ef4a1a29fa48e0ddf67f7141eb08789dcf83d0bec1d7d
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.77"
2
+ VERSION = "0.1.78"
3
3
  end
@@ -182,23 +182,23 @@
182
182
  //----------------------------------------------------------------------
183
183
 
184
184
  .font-size-xsmall {
185
- font-size: $font-size-xsmall;
185
+ font-size: $font-size-xsmall !important;
186
186
  }
187
187
 
188
188
  .font-size-small {
189
- font-size: $font-size-small;
189
+ font-size: $font-size-small !important;
190
190
  }
191
191
 
192
192
  .font-size-normal {
193
- font-size: $font-size-normal;
193
+ font-size: $font-size-normal !important;
194
194
  }
195
195
 
196
196
  .font-size-large {
197
- font-size: $font-size-large;
197
+ font-size: $font-size-large !important;
198
198
  }
199
199
 
200
200
  .font-size-xlarge {
201
- font-size: $font-size-xlarge;
201
+ font-size: $font-size-xlarge !important;
202
202
  }
203
203
 
204
204
  // Borders
@@ -45,9 +45,8 @@
45
45
  }
46
46
  }
47
47
 
48
- .card-flat {
48
+ .card-no-shadow {
49
49
  @include box-shadow(none);
50
- @include rounded-corners(0);
51
50
  }
52
51
 
53
52
  // Card - header
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.1.77
4
+ version: 0.1.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand