From cd09b688c1b9bc00e904c469c5c5c9fb1b8e0950 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Fri, 21 Apr 2023 16:21:25 +0000 Subject: [PATCH] Make header of the info tab darker --- .../static/sass/components/image-view/info-tab.sass | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/onlylegs/static/sass/components/image-view/info-tab.sass b/onlylegs/static/sass/components/image-view/info-tab.sass index adcbdcb..1b42c1e 100644 --- a/onlylegs/static/sass/components/image-view/info-tab.sass +++ b/onlylegs/static/sass/components/image-view/info-tab.sass @@ -33,7 +33,7 @@ position: relative - background-color: RGB($bg-200) + background-color: RGB($bg-300) border-radius: $rad transition: max-height 0.3s cubic-bezier(.79, .14, .15, .86) @@ -44,6 +44,9 @@ .collapse-indicator transform: rotate(90deg) + .info-header + border-radius: $rad + .info-table display: none @@ -80,7 +83,7 @@ gap: 0.5rem background-color: RGB($bg-200) - border-radius: $rad + border-radius: $rad $rad 0 0 > i font-size: 1.25rem @@ -210,9 +213,3 @@ .info-container background: transparent - - .info-header - border-radius: $rad $rad 0 0 - - .info-tab.collapsed .info-header - border-radius: $rad \ No newline at end of file