intia-theme 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/_layout.scss +8 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd72e93766460608e71c0175ba728af09e1da5956105b12758fd4e24151f7dec
|
4
|
+
data.tar.gz: 57b9b1286e1ae0eec1bd47122f986bfe21233d87abfa11acf1403f607f628726
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac8804eae4a7f8a7b6b9715c5b8d4a0af43034106eddd039b9bf176ee2d22d26716012466b11e5a7c7ea2218de80c75a4b68b20fc2986b44b57be83a7dc1891f
|
7
|
+
data.tar.gz: 0ad0fdc0bec3d40c8a53d7833d4d3cfed6e9bdca0eb7a635304ba144fdbbfaa9d6808036faab330f71ab78291619bc6e2efb78ddda846b7a26b16ae157c1cbb9
|
data/_sass/_layout.scss
CHANGED
@@ -286,6 +286,7 @@ img.is-rounded {
|
|
286
286
|
.card-image:first-child img {
|
287
287
|
border-top-left-radius: 65px;
|
288
288
|
border-top-right-radius: 65px;
|
289
|
+
max-height: 100vh;
|
289
290
|
}
|
290
291
|
|
291
292
|
.card-content {
|
@@ -303,6 +304,7 @@ img.is-rounded {
|
|
303
304
|
.card-image:last-child img {
|
304
305
|
border-bottom-left-radius: 65px;
|
305
306
|
border-bottom-right-radius: 65px;
|
307
|
+
max-height: 100vh;
|
306
308
|
}
|
307
309
|
|
308
310
|
.story-card {
|
@@ -549,13 +551,16 @@ a:hover .tooltip-popup {
|
|
549
551
|
|
550
552
|
// Contect
|
551
553
|
|
552
|
-
.input,
|
554
|
+
.input,
|
555
|
+
.textarea,
|
556
|
+
#thema {
|
553
557
|
border: 3px solid $primary-dark;
|
554
558
|
border-radius: 45px;
|
555
559
|
padding-left: 2.5em;
|
556
560
|
padding-right: 2.5em;
|
557
561
|
}
|
558
|
-
.input,
|
562
|
+
.input,
|
563
|
+
#thema {
|
559
564
|
height: 2.75em;
|
560
565
|
}
|
561
566
|
|
@@ -587,8 +592,6 @@ a:hover .tooltip-popup {
|
|
587
592
|
float: right;
|
588
593
|
}
|
589
594
|
|
590
|
-
|
591
|
-
|
592
595
|
// newss
|
593
596
|
.news {
|
594
597
|
box-shadow: none;
|
@@ -637,4 +640,4 @@ a:hover .tooltip-popup {
|
|
637
640
|
width: 100%;
|
638
641
|
display: flow-root;
|
639
642
|
margin: auto;
|
640
|
-
}
|
643
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: intia-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marc Schmidt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|