dlegr250_material_design 0.3.46 → 0.3.47

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: 46835f10495dfae6478dee45bf8031c283d1b1dc
4
- data.tar.gz: 1bdca11b5a0b327efd3b8cae303bc5fa54df82cc
3
+ metadata.gz: b61dedf75e7e5dccefeacb9dbb44a0b6d1026df3
4
+ data.tar.gz: 46caa3ba1f2e5a6a9cf81f4ac7a17461ed9206fe
5
5
  SHA512:
6
- metadata.gz: 685ec345e4d7fd9b639aff6825a880c7b4ac8f1cf262cd3c21021fb96321224ff2b2cc10b7dd8c0509e5ed84869115d8b14c2e2db050738b4c0f8c83c9161d0d
7
- data.tar.gz: 70c94dde29fc81d493e3b71bf889cbdbdf8432be0153d46d9fa5c0a9c2e577414262c4557c86e0f6a28938f580dece623e0bc6f167382c7be7ad6519b09402cc
6
+ metadata.gz: 83c2cea54947eedeaa7b0c2fc8130e0636444bbc3a42b20a0910ccb78c10ff118c40abf180a815b1891fd1f2c8eb7282f50b02a5dc5c126a02406eed77ed879b
7
+ data.tar.gz: c09a7ab52343e68d83957bf920948b0846886bcac3223b6a0dc8b80926a1e1020272a1364bcf44aa438ed6441386f28db3e53b4acb77c3bdf40704685d81cbbc
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.46"
2
+ VERSION = "0.3.47"
3
3
  end
@@ -255,19 +255,19 @@ $font-sizes: 8, 10, 12, 14, 16, 18, 20, 22, 24;
255
255
  //----------------------------------------------------------------------
256
256
 
257
257
  .border-bottom {
258
- border-bottom: 1px solid color("divider");
258
+ border-bottom: 1px solid color("divider") !important;
259
259
  }
260
260
 
261
261
  .border-left {
262
- border-left: 1px solid color("divider");
262
+ border-left: 1px solid color("divider") !important;
263
263
  }
264
264
 
265
265
  .border-right {
266
- border-right: 1px solid color("divider");
266
+ border-right: 1px solid color("divider") !important;
267
267
  }
268
268
 
269
269
  .border-top {
270
- border-top: 1px solid color("divider");
270
+ border-top: 1px solid color("divider") !important;
271
271
  }
272
272
 
273
273
  .no-border-bottom {
@@ -145,7 +145,7 @@ ol {
145
145
  color: color("icon");
146
146
  padding-left: $spacing-normal;
147
147
  text-align: left;
148
- width: 40px; // .list-item-primary already has 16px padding on left
148
+ width: 30px;
149
149
  }
150
150
 
151
151
  // Lists - list item primary
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.46
4
+ version: 0.3.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand