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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: add86b1d146b8309fca6843db3cbe10752db1f05
|
4
|
+
data.tar.gz: 3957012207ac68f4bc461e9c13c765066fbbdd04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
253
|
-
.font-4xlarge { font-size:
|
254
|
-
.font-5xlarge { font-size:
|
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
|
1
|
+
.image-bg{:class => "cover-#{type} #{blur ? 'bg-blur' : ''}"}
|
2
2
|
.image.h_100.cover-image{:style => "background-image: url(#{url});"}
|
data/lib/tmatt_cms/version.rb
CHANGED
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
|
+
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
|
+
date: 2017-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|