mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Make header of the info tab darker
This commit is contained in:
parent
4982914aa8
commit
cd09b688c1
1 changed files with 5 additions and 8 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
background-color: RGB($bg-200)
|
background-color: RGB($bg-300)
|
||||||
border-radius: $rad
|
border-radius: $rad
|
||||||
|
|
||||||
transition: max-height 0.3s cubic-bezier(.79, .14, .15, .86)
|
transition: max-height 0.3s cubic-bezier(.79, .14, .15, .86)
|
||||||
|
@ -44,6 +44,9 @@
|
||||||
.collapse-indicator
|
.collapse-indicator
|
||||||
transform: rotate(90deg)
|
transform: rotate(90deg)
|
||||||
|
|
||||||
|
.info-header
|
||||||
|
border-radius: $rad
|
||||||
|
|
||||||
.info-table
|
.info-table
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
@ -80,7 +83,7 @@
|
||||||
gap: 0.5rem
|
gap: 0.5rem
|
||||||
|
|
||||||
background-color: RGB($bg-200)
|
background-color: RGB($bg-200)
|
||||||
border-radius: $rad
|
border-radius: $rad $rad 0 0
|
||||||
|
|
||||||
> i
|
> i
|
||||||
font-size: 1.25rem
|
font-size: 1.25rem
|
||||||
|
@ -210,9 +213,3 @@
|
||||||
|
|
||||||
.info-container
|
.info-container
|
||||||
background: transparent
|
background: transparent
|
||||||
|
|
||||||
.info-header
|
|
||||||
border-radius: $rad $rad 0 0
|
|
||||||
|
|
||||||
.info-tab.collapsed .info-header
|
|
||||||
border-radius: $rad
|
|
Loading…
Add table
Add a link
Reference in a new issue