diff --git a/website/client/src/assets/scss/faq.scss b/website/client/src/assets/scss/faq.scss new file mode 100644 index 0000000000..3fd1252491 --- /dev/null +++ b/website/client/src/assets/scss/faq.scss @@ -0,0 +1,52 @@ +@import '~@/assets/scss/colors.scss'; + +h1 { + margin-top: 0px; + line-height: 1.33; +} + +li { + padding-bottom: 4px; + + li { + &:first-of-type { + padding-top: 4px; + } + li li { + list-style-type: disc; + } + } +} + +p { + margin-bottom: 21px; +} + +ul { + padding-left: 20px; +} + +.top-container { + width: 66.67%; + margin-top: 80px; + display: flex; + + @media (max-width: 1024px) { + flex-wrap: wrap; + } +} + +.main-text { + h3 { + font-size: 1.15em; + font-weight: 400; + line-height: 1.75; + color: $purple-200; + } + + .body-text { + font-size: 1em; + color: $gray-10; + line-height: 1.71; + } +} \ No newline at end of file diff --git a/website/client/src/components/shared/faqSidebar.vue b/website/client/src/components/shared/faqSidebar.vue new file mode 100644 index 0000000000..df4e1374a8 --- /dev/null +++ b/website/client/src/components/shared/faqSidebar.vue @@ -0,0 +1,376 @@ + + + + + diff --git a/website/client/src/components/static/chatSunsetFaq.vue b/website/client/src/components/static/chatSunsetFaq.vue index c7cd1f6089..9d85a9352d 100644 --- a/website/client/src/components/static/chatSunsetFaq.vue +++ b/website/client/src/components/static/chatSunsetFaq.vue @@ -8,7 +8,7 @@
-

+

{{ $t('sunsetFaqPara2') }}

{{ $t('sunsetFaqPara3') }}

{{ $t('sunsetFaqPara4') }}

@@ -66,7 +66,7 @@
-

+

@@ -105,14 +105,14 @@
-

-

-

-

-

-

-

-

+

+

+

+

+

+

+

+

@@ -138,9 +138,9 @@
@@ -154,459 +154,24 @@

- - - - - + diff --git a/website/client/src/components/static/faq.vue b/website/client/src/components/static/faq.vue index 88e9d04a1a..ea4228c834 100644 --- a/website/client/src/components/static/faq.vue +++ b/website/client/src/components/static/faq.vue @@ -67,441 +67,22 @@ - - - + -