diff --git a/client/src/pages/tools/base64/components/TextArea/styles.sass b/client/src/pages/tools/base64/components/TextArea/styles.sass new file mode 100644 index 0000000..781da23 --- /dev/null +++ b/client/src/pages/tools/base64/components/TextArea/styles.sass @@ -0,0 +1,11 @@ +@import "@/common/styles/colors" + +.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