From 3f0c950e7278cda8e72f95a21a7f2784f4c5118f Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Thu, 20 Oct 2022 17:26:46 +1300 Subject: [PATCH] Fix UserPage groups styling --- .../pages/basePages/listPage/listPage.less | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/client/homebrew/pages/basePages/listPage/listPage.less b/client/homebrew/pages/basePages/listPage/listPage.less index a88589265..7ee5a7e67 100644 --- a/client/homebrew/pages/basePages/listPage/listPage.less +++ b/client/homebrew/pages/basePages/listPage/listPage.less @@ -26,7 +26,29 @@ font-size : 1.3em; font-style : italic; } - + .brewCollection { + h1:hover{ + cursor: pointer; + } + .active::before, .inactive::before { + font-family: 'Font Awesome 5 Free'; + font-weight: 900; + font-size: 0.6cm; + padding-right: 0.5em; + } + .active { + color: var(--HB_Color_HeaderText); + } + .active::before { + content: '\f107'; + } + .inactive { + color: #707070; + } + .inactive::before { + content: '\f105'; + } + } } } .sort-container{