aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/colophon/colophon.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/colophon/colophon.module.scss')
-rw-r--r--src/components/molecules/colophon/colophon.module.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/components/molecules/colophon/colophon.module.scss b/src/components/molecules/colophon/colophon.module.scss
new file mode 100644
index 0000000..725ed58
--- /dev/null
+++ b/src/components/molecules/colophon/colophon.module.scss
@@ -0,0 +1,20 @@
+@use "../../../styles/abstracts/mixins" as mix;
+
+.list {
+ ::marker {
+ color: var(--color-fg);
+ }
+
+ @include mix.media("screen") {
+ @include mix.dimensions(null, "sm") {
+ flex-flow: column;
+ }
+ }
+}
+
+.legal {
+ display: flex;
+ flex-flow: row wrap;
+ align-items: center;
+ gap: var(--spacing-2xs);
+}