From af11f34a22d248e23261875018af599f4bbdd711 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 13 Aug 2023 18:06:37 +0200 Subject: [PATCH] Added animations to the ConfigurationArea styles.sass --- .../components/ConfigurationArea/styles.sass | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/styles.sass b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/styles.sass index a3ba0f8..a98a2df 100644 --- a/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/styles.sass +++ b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationArea/styles.sass @@ -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