Added animations to the ConfigurationArea styles.sass
This commit is contained in:
parent
f5e1da8c4d
commit
af11f34a22
@ -9,7 +9,6 @@
|
||||
padding: 1rem 1rem
|
||||
display: flex
|
||||
flex-direction: column
|
||||
gap: 0.8rem
|
||||
|
||||
.package-title
|
||||
display: flex
|
||||
@ -27,6 +26,21 @@
|
||||
span
|
||||
color: $primary
|
||||
|
||||
svg
|
||||
margin-left: auto
|
||||
font-size: 18pt
|
||||
color: $green
|
||||
|
||||
.description-area
|
||||
max-height: 25rem
|
||||
overflow: hidden
|
||||
overflow-y: scroll
|
||||
transition: max-height 1s ease-in-out
|
||||
|
||||
.description-hidden
|
||||
max-height: 0
|
||||
|
||||
|
||||
.align-right
|
||||
display: flex
|
||||
justify-content: flex-end
|
||||
|
Reference in New Issue
Block a user