From 527a7f240f1a010a4eafd851944b03070e1a2d5f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 13 Nov 2023 22:03:05 +0100 Subject: [PATCH] Updated the Header styles.sass --- .../Manage/components/Header/styles.sass | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/states/Manage/components/Header/styles.sass b/src/states/Manage/components/Header/styles.sass index b36fcfd..fdc59ae 100644 --- a/src/states/Manage/components/Header/styles.sass +++ b/src/states/Manage/components/Header/styles.sass @@ -1,5 +1,13 @@ @import "@/common/styles/colors" +.title-area + display: flex + align-items: center + gap: 1rem + +.title-area svg + display: none + header display: flex justify-content: space-between @@ -48,4 +56,13 @@ header .action-area &:hover background-color: $error - color: $black \ No newline at end of file + color: $black + +@media screen and (max-width: 768px) + .action-area .user-card + display: none + .title-area svg + display: inline + font-size: 1.5rem + color: $text + cursor: pointer \ No newline at end of file