Make header of the info tab darker

This commit is contained in:
Michał 2023-04-21 16:21:25 +00:00
parent 4982914aa8
commit cd09b688c1

View file

@ -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