tmatt_cms 0.1.4 → 0.1.5

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: b3c4199bcb785bd4080c75f987412ef1b37bdfc3
4
- data.tar.gz: 0bed87d7108b9ce356f79b1c3859ccb4f8e781c4
3
+ metadata.gz: add86b1d146b8309fca6843db3cbe10752db1f05
4
+ data.tar.gz: 3957012207ac68f4bc461e9c13c765066fbbdd04
5
5
  SHA512:
6
- metadata.gz: b4aee58a685f6c7cca65703b9289eebe532ffb315ea02913df29e62bf9772acf70a76676f17b9f5f5985b5a98e32a267e95c4dc577e9ee0dd1fbe3188d64a97d
7
- data.tar.gz: a02e467f0f2d337e7721c3aa3c97d00eda7ad8148967f9c09c838732b02858662b3abf940fb581aedd3a4b5d7301598dfb67d2b5b22ac025a67a2bb7a23755c2
6
+ metadata.gz: 19954983e5de3455fcdab212b5eff54ca1b1dbdd58fb2d18b28bc98e67ce500b805f2319ab2008b90b409a831e1f70b514f185df0274da097d34ef826ce70d33
7
+ data.tar.gz: f11f57a89dae13fb2c8d5311ae3c6e9b47a52f8155ec81941e25bde2ded33574edc876c68a0a13ad5ab68d22e02d840b5d33dca55b14b83f35f5f0d3dffa21b2
@@ -82,7 +82,9 @@ abbr[title] { border: 0; }
82
82
  .block { display:block; }
83
83
  .inline-block { display:inline-block; }
84
84
  .relative { position:relative; }
85
+ .absolute { position:absolute; }
85
86
 
87
+ .overflow-h { overflow: hidden }
86
88
 
87
89
  .m-c { margin:0 !important; }
88
90
 
@@ -249,9 +251,10 @@ abbr[title] { border: 0; }
249
251
  .font-large { font-size:1.8rem !important; }
250
252
  .font-xlarge { font-size:2.2rem !important; }
251
253
  .font-2xlarge { font-size:2.8rem !important; }
252
- .font-3xlarge { font-size:3.6rem !important; }
253
- .font-4xlarge { font-size:5.0rem !important; }
254
- .font-5xlarge { font-size:6.0rem !important; }
254
+ .font-3xlarge { font-size:3rem !important; }
255
+ .font-4xlarge { font-size:3.8rem !important; }
256
+ .font-5xlarge { font-size:5.0rem !important; }
257
+ .font-6xlarge { font-size:6.0rem !important; }
255
258
 
256
259
  .font-light { font-weight: 100; }
257
260
  .font-300 { font-weight: 300; }
@@ -316,6 +319,12 @@ abbr[title] { border: 0; }
316
319
  background-color: rgba(255, 255, 255, 0.4);
317
320
  }
318
321
 
322
+ .cover-origin:after {
323
+ @extend .image-bg;
324
+ content: '';
325
+ background-color: rgba(255, 255, 255, 0);
326
+ }
327
+
319
328
  .image-bg {
320
329
  position: absolute;
321
330
  top: 0;
@@ -1,2 +1,2 @@
1
- .image-bg.bg-blur{:class => "cover-#{type}"}
1
+ .image-bg{:class => "cover-#{type} #{blur ? 'bg-blur' : ''}"}
2
2
  .image.h_100.cover-image{:style => "background-image: url(#{url});"}
@@ -1,3 +1,3 @@
1
1
  module TmattCms
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmatt_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xingyu Ye
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-11 00:00:00.000000000 Z
11
+ date: 2017-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler