Added animations to the ConfigurationArea styles.sass
This commit is contained in:
parent
f5e1da8c4d
commit
af11f34a22
@ -9,7 +9,6 @@
|
|||||||
padding: 1rem 1rem
|
padding: 1rem 1rem
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
gap: 0.8rem
|
|
||||||
|
|
||||||
.package-title
|
.package-title
|
||||||
display: flex
|
display: flex
|
||||||
@ -27,6 +26,21 @@
|
|||||||
span
|
span
|
||||||
color: $primary
|
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
|
.align-right
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: flex-end
|
justify-content: flex-end
|
||||||
|
Reference in New Issue
Block a user