jekyll-lux-covid-theme 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/minima/_footer.scss +11 -8
- data/_sass/minima/_layout.scss +1 -1
- data/_sass/minima/_lcsb.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 863ae323bfd4a928d3079e249ab6d0cc46eeaefc1845983b5ff7bdfeef6d2458
|
4
|
+
data.tar.gz: 0ae7fce428c6da2b577411a0ba8c0cb68e56d4202e7a74bb5e1a19d21ced7ad9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f4543c97ce1af3e0990132ebb679b2781db9d1e07eae6a8e7f6616711b84210095e5fd937d84c8305a6d01d674a9ead0622b57ab29c1950f572e7f847a00386
|
7
|
+
data.tar.gz: e678a054291736c56fc17bd0a164e6dd6209c47d98862647cd2e4762ed42ae6bfa26d12eafa654686109cb3958750f25811f7cc909d8f2b5e5166d97aafcab57
|
data/_sass/minima/_footer.scss
CHANGED
@@ -10,9 +10,12 @@ footer.partners {
|
|
10
10
|
display: inline;
|
11
11
|
}
|
12
12
|
|
13
|
+
$logos_width: 140px !default;
|
14
|
+
$logos_height: 40px !default;
|
15
|
+
|
13
16
|
.img-banner-logos {
|
14
|
-
max-width:
|
15
|
-
max-height:
|
17
|
+
max-width: $logos_width;
|
18
|
+
max-height: $logos_height;
|
16
19
|
margin-right: 20px;
|
17
20
|
margin-bottom: 10px;
|
18
21
|
|
@@ -25,12 +28,12 @@ footer.partners {
|
|
25
28
|
}
|
26
29
|
|
27
30
|
&.lsru {
|
28
|
-
max-width:
|
31
|
+
max-width: $logos_width * 1.4;
|
29
32
|
}
|
30
33
|
|
31
34
|
&.lih {
|
32
35
|
max-width: unset;
|
33
|
-
max-height:
|
36
|
+
max-height: $logos_height * 0.8;
|
34
37
|
}
|
35
38
|
|
36
39
|
&.list {
|
@@ -39,20 +42,20 @@ footer.partners {
|
|
39
42
|
|
40
43
|
&.chem {
|
41
44
|
max-width: unset;
|
42
|
-
max-height:
|
45
|
+
max-height: $logos_height * 1.4;
|
43
46
|
}
|
44
47
|
|
45
48
|
&.liser {
|
46
49
|
max-width: unset;
|
47
|
-
max-height:
|
50
|
+
max-height: $logos_height * 1.4;
|
48
51
|
}
|
49
52
|
|
50
53
|
&.wider {
|
51
|
-
max-width:
|
54
|
+
max-width: $logos_width * 1.4;
|
52
55
|
}
|
53
56
|
|
54
57
|
&.taller {
|
55
|
-
max-height:
|
58
|
+
max-height: $logos_height * 1.4;
|
56
59
|
}
|
57
60
|
}
|
58
61
|
|
data/_sass/minima/_layout.scss
CHANGED
data/_sass/minima/_lcsb.scss
CHANGED