diff options
author | 2019-10-03 15:46:59 +0100 | |
---|---|---|
committer | 2019-10-03 15:46:59 +0100 | |
commit | 8cfff311f1b2bfba61a4662e045368cd6d3fa651 (patch) | |
tree | 63e477c376d75d0d3139f36ef2f203f46b08a568 /pydis_site/static/css/base | |
parent | Initial Allauth dependency and settings/urls (diff) |
Remove accidental static files commit; fix Allauth
Diffstat (limited to 'pydis_site/static/css/base')
-rw-r--r-- | pydis_site/static/css/base/base.css | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css deleted file mode 100644 index ce1503a3..00000000 --- a/pydis_site/static/css/base/base.css +++ /dev/null @@ -1,72 +0,0 @@ -html { - overflow: auto; -} - -body.site { - display: flex; - min-height: 100vh; - flex-direction: column; -} - -main.site-content { - flex: 1; -} - -div.card.has-equal-height { - height: 100%; - display: flex; - flex-direction: column; -} - -.navbar-item.is-fullsize { - padding: 0; -} - -.navbar-item.is-fullsize img { - max-height: 4.75rem; -} - -.navbar-item.has-no-highlight:hover { - background-color: transparent; -} - -.navbar-item.has-left-margin-1 { - margin-left: 1rem; -} - -.navbar-item.has-left-margin-2 { - margin-left: 2rem; -} - -.navbar-item.has-left-margin-3 { - margin-left: 3rem; -} - -#navbar-banner { - background-color: transparent; -} - -#navbar-banner img { - max-height: 3rem; -} - -#django-logo { - padding-bottom: 2px; - background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center; - filter: grayscale(1) invert(0.02); - background-size: 52px 25.5px; - background-position: -1px -2px; - color: #00000000; -} - -#bulma-logo { - padding-left: 18px; - height: 20px; - background: url(https://bulma.io/images/bulma-logo-white.png) no-repeat center; - background-size: 60px; - color: #00000000; -} - -#pydis-text { - font-weight: bold; -} |