feat(plugins/sponsors): add list support to plugin_sponsors_sections (#1011) [skip ci]

This commit is contained in:
Simon Lecoq
2022-04-23 22:00:47 +02:00
committed by GitHub
parent a6104cb98c
commit 14f14d9f4d
4 changed files with 34 additions and 22 deletions

View File

@@ -147,6 +147,9 @@
border-radius: 50%;
margin: 0 6px;
}
.avatar.past {
filter: opacity(0.5);
}
.organization.avatar {
border-radius: 15%;
@@ -1076,9 +1079,6 @@
.sponsors .avatar {
margin: 2px;
}
.sponsors .avatar.past {
opacity: 0.3;
}
/* Stackoverflow */
.stackoverflow {