This commit is contained in:
Yohan Boniface 2024-12-17 12:19:45 -05:00 committed by GitHub
commit 394e892167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -41,6 +41,7 @@ body.login header {
display: inline-block;
}
.login-grid span,
.login-grid a {
border: 1px solid #e5e5e5;
padding: 5px;

View file

@ -28,8 +28,8 @@
</h3>
<ul>
{% for name in providers %}
<li>
{{ name|title }}
<li class="login-grid">
<span class="login-{{ name }}" title="{{ name }}"></span>
</li>
{% endfor %}
</ul>