jekyll-theme-centos 0.6.12 → 0.6.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd827ec543678e6b846c267a93c240867bad6f3676b48576b25b02adc612ac69
4
- data.tar.gz: a95ef6cba07b3211e9d25715ea755869614e3550c975bbf1036328580cc88771
3
+ metadata.gz: 134cd4db8b97b5e95fa0bcda8358b0c8c5690f26e8c24d04cdcb21439411fc5f
4
+ data.tar.gz: a9f2948428b73419b56d1b49dba64b1e57ee3134dacfab45d9d7abae4461d21c
5
5
  SHA512:
6
- metadata.gz: d0c77b390aa74a3268613c9e8416b8542b70940795d870d8a63f4737f3c764fc71e21e2ef65c3f9e36c1ea1c093a720f558fdad5134c0e9cc14f0fcd8b213c7a
7
- data.tar.gz: 8057de64b59ac5072bf549e33e3762ed12b0ce4cc63d32faee2a77b0e00e5bda4715126e7668b3b8bb42154b06006e7da05056c2985f1eae507e750ebdb6e19e
6
+ metadata.gz: 78fcadb72287005b9395ffbb9b6c19f068bfbef19da644df0975e149e1485546f780ed9d71d75f4520a421d877a199a642de18545d2d511d8e2bf9720817b391
7
+ data.tar.gz: ec02d16777eb3233c919970440f59f1c9430840b1aeddaf690c6300e4ea8b219fdfd66874f13c0c2cdc60695a325d1564627df4cf5c5f4d01fc368c1fafb234f
@@ -45,6 +45,22 @@
45
45
  }
46
46
  }
47
47
 
48
+ .sponsor {
49
+ @extend .col;
50
+ @extend %-margin;
51
+ display: flex;
52
+ justify-content: space-between;
53
+ flex-direction: row;
54
+ &__message {
55
+ }
56
+ &__logo {
57
+ img {
58
+ padding: 15px;
59
+ background-color: $white;
60
+ }
61
+ }
62
+ }
63
+
48
64
  .copyright {
49
65
  @extend .col;
50
66
  @extend %-margin;
@@ -71,6 +71,32 @@
71
71
  padding: 0;
72
72
  }
73
73
  }
74
+
75
+ &__mailman {
76
+ &__listinfo {
77
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td
78
+ &> table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td,
79
+ &> address:nth-child(6) > table:nth-child(8) > tbody:nth-child(1) > tr:nth-child(1) > td {
80
+ background-color: $white;
81
+ border: none;
82
+ }
83
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > font:nth-child(1) {
84
+ @extend .h3;
85
+ }
86
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td {
87
+ border: none;
88
+ }
89
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) {
90
+ display: none;
91
+ }
92
+ &> table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4) {
93
+ @extend .text-white, .bg-dark;
94
+ }
95
+ img {
96
+ width: auto;
97
+ }
98
+ }
99
+ }
74
100
  }
75
101
  }
76
102
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.12 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.13 (https://gitlab.com/areguera/jekyll-theme-centos/)
3
3
  * Copyright 2020-2021 Alain Reguera Delgado
4
4
  * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
5
  */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.12
4
+ version: 0.6.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-27 00:00:00.000000000 Z
11
+ date: 2021-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll