mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-02-14 17:30:07 +00:00
Make header of the info tab darker
This commit is contained in:
parent
4982914aa8
commit
cd09b688c1
|
@ -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
|
Loading…
Reference in a new issue