diff options
author | 2019-04-20 16:35:07 +0100 | |
---|---|---|
committer | 2019-04-20 16:35:07 +0100 | |
commit | c8ceda475744bdfaf5ec55bfb3df0e0a9702562b (patch) | |
tree | cf92c1128ae0c0f85b8f83e023b260789e90af57 /pydis_site/static/css/base | |
parent | 100% coverage (diff) |
Remove unneeded sites.py and move navbar CSS to base.css
Diffstat (limited to 'pydis_site/static/css/base')
-rw-r--r-- | pydis_site/static/css/base/base.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index 4f656189..84af21f2 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -18,6 +18,30 @@ div.card.has-equal-height { 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; +} + #django-logo { padding-bottom: 2px; background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center; |