diff options
author | 2020-10-12 01:30:34 +0100 | |
---|---|---|
committer | 2020-10-12 01:30:34 +0100 | |
commit | f3c28395e234b34006d986ae572c6f010796c4a9 (patch) | |
tree | 9d6e646527c10e623c079f27aac688a23172926e /pydis_site/static | |
parent | Use bigger icon for timeline items (diff) |
Use logo with text for new logo timeline itemm
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/home/timeline.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css index 00e0b447..11080766 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -43,6 +43,15 @@ button, input, textarea, select { height: 100%; } +.pydis-logo-banner { + background-color: #7289DA !important; + border-radius: 10px; +} + +.pydis-logo-banner img { + padding-right: 20px; +} + .btn, .form-control, .link, .reset { background-color: transparent; padding: 0; |