From e7f26dd23a66cc929603ad333a72852fe5405418 Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 24 Nov 2024 14:13:41 +0100 Subject: [PATCH] feat: integrate profile card seamlessly --- .../static/fellchensammlung/css/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/fellchensammlung/static/fellchensammlung/css/styles.css b/src/fellchensammlung/static/fellchensammlung/css/styles.css index c3dc608..69d1bf1 100644 --- a/src/fellchensammlung/static/fellchensammlung/css/styles.css +++ b/src/fellchensammlung/static/fellchensammlung/css/styles.css @@ -141,8 +141,6 @@ textarea { .profile-card { display: flex; - border-radius: 0px 0px 8px 8px; - background-color: var(--highlight-two); color: var(--highlight-one-text); align-items: center; @@ -259,6 +257,9 @@ select, .button { flex-direction: column; justify-content: center; align-items: center; + background: #4ab457; + padding: 20px; + border-radius: 8px; } #menu-toggle { @@ -345,6 +346,7 @@ select, .button { .menu > li:not(:last-child) { border-bottom: 1px solid #444; } + #header-sign-out, #header-change-language { display: none; } @@ -565,7 +567,6 @@ select, .button { .btn-notification { display: inline-block; position: relative; - padding: 0; } /* Make the badge float in the top right corner of the button */