Added animations to the ConfigurationArea styles.sass

This commit is contained in:
Mathias Wagner 2023-08-13 18:06:37 +02:00
parent f5e1da8c4d
commit af11f34a22
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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