From da1cc04f9326c391c1375ad41a28f8bba60c3404 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 1 Jun 2023 19:51:26 +0200 Subject: [PATCH] Created the InstallSoftware index styles.sass --- .../pages/tools/linux/InstallSoftware/styles.sass | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 client/src/pages/tools/linux/InstallSoftware/styles.sass diff --git a/client/src/pages/tools/linux/InstallSoftware/styles.sass b/client/src/pages/tools/linux/InstallSoftware/styles.sass new file mode 100644 index 0000000..151d10e --- /dev/null +++ b/client/src/pages/tools/linux/InstallSoftware/styles.sass @@ -0,0 +1,13 @@ +@import "@/common/styles/colors" + +.install-area + margin-top: 2rem + display: flex + justify-content: space-between + flex-wrap: wrap + gap: 2rem + +.configuration-area + display: flex + flex-direction: column + gap: 1rem \ No newline at end of file