middleman-sculptor 0.13 → 0.14

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: d553c0f6629caf58c7e7c093724bf55a6c5c921b
4
- data.tar.gz: c00b49dd814a2f54f1aca8b22433729c4ef97197
3
+ metadata.gz: 88ac3f3f06d3e6ffd6eaed7d488ca01f1c4920c1
4
+ data.tar.gz: d07a5f252fbbc23111a3c612a886dc9ebdc9aff8
5
5
  SHA512:
6
- metadata.gz: ebf9105f24d6bf3494f0a56bcd556386b8cd0c36a109807117691d732495dd49c43a7469e024de2d53fd2bd666190e8e1a55ae6496ec7be78645ac9fd74cde66
7
- data.tar.gz: 3352eb03ccb05b5009452f55ce1d057934cbe98f1d118234725b96ec221b22c1ef1c2cd005978fac5576fc417e07dd758a349141c332a598b0c109ea5d028db7
6
+ metadata.gz: f6081822fc7eacbb43f87604b6c0ca99d230ae68be742832df5cae21faee216e7a73c063b395f4ea9409065fcdc71f0bfd7b4006d2a97dca4ebe6651bcb4156b
7
+ data.tar.gz: e4f0d4a7ebefec7bebaa4da0b7507c944dea6a9bfae4122bc710d1fa3b3e066f71eb4b22da41b8aa40b7bc212b3f7ff0b24ebb903892a47e73f71bef6faf05cf
@@ -34,15 +34,23 @@ button {
34
34
  }
35
35
 
36
36
  .glypto-section {
37
- margin: 0 -30px 40px;
38
- padding: 0 30px 40px;
39
- border-bottom: 2px solid lighten($dark-grey, 50);
40
- box-shadow: 0 1px rgba(white, .4);
37
+ margin: 0 -10px 40px;
38
+ padding: 0 10px 40px;
39
+
40
+ &:after {
41
+ @include position(absolute, null 0 null 0);
42
+ content: '';
43
+ background: lighten($dark-grey, 55);
44
+ height: 3px;
45
+ margin-top: 39px;
46
+ }
41
47
 
42
48
  &:last-child {
43
- box-shadow: none;
44
- border: 0;
45
49
  margin-bottom: 0;
50
+
51
+ &:after {
52
+ content: none;
53
+ }
46
54
  }
47
55
  }
48
56
 
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Sculptor
3
- VERSION = "0.13"
3
+ VERSION = "0.14"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-sculptor
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.13'
4
+ version: '0.14'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyom Semonov