From ab5423ea7f1ee24bf785f3c689f7138c33e1a9c6 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 30 May 2023 21:34:06 +0200 Subject: [PATCH] Created the Encoder index styles.sass --- client/src/pages/tools/base64/styles.sass | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 client/src/pages/tools/base64/styles.sass diff --git a/client/src/pages/tools/base64/styles.sass b/client/src/pages/tools/base64/styles.sass new file mode 100644 index 0000000..01514f1 --- /dev/null +++ b/client/src/pages/tools/base64/styles.sass @@ -0,0 +1,16 @@ +@import "@/common/styles/colors" + +.base64-encoder + display: flex + flex-direction: column + color: $white + +.area + background-color: $background + color: $darker-white + border-radius: 1rem + padding: 1rem + resize: none + width: 100% + box-sizing: border-box + font-size: 16pt \ No newline at end of file