diff --git a/webui/src/common/components/LegalArea/styles.sass b/webui/src/common/components/LegalArea/styles.sass new file mode 100644 index 0000000..ef69dcc --- /dev/null +++ b/webui/src/common/components/LegalArea/styles.sass @@ -0,0 +1,17 @@ +@import "@/common/styles/colors" + +.legal-area + position: absolute + bottom: 1rem + right: 1rem + display: flex + gap: 1rem + + a + color: $white + text-decoration: none + font-size: 14pt + font-weight: 500 + + &:hover + text-decoration: underline \ No newline at end of file