diff --git a/app.vue b/app.vue index 8e7f33e9..f8eacfa7 100644 --- a/app.vue +++ b/app.vue @@ -1,7 +1,5 @@ diff --git a/assets/css/main.scss b/assets/css/main.scss index 526b04c0..054c3a92 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -1,12 +1,11 @@ @import "media"; .page { - scroll-behavior: smooth; - overflow-x: hidden; + @apply overflow-x-hidden scroll-smooth; } .body { - @apply overflow-x-hidden overflow-y-hidden text-rui-text; + @apply text-rui-text; } .container { @@ -18,5 +17,5 @@ } .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ { - opacity: 0; + @apply opacity-0; } diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index a90a793f..d65cea25 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -1,5 +1,17 @@ -@import '@rotki/ui-library/dist/style.css'; +@import '@rotki/ui-library/style.css'; @tailwind base; @tailwind components; @tailwind utilities; + +@layer utilities { + /* Chrome, Safari and Opera */ + .no-scrollbar::-webkit-scrollbar { + display: none; + } + + .no-scrollbar { + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ + } +} diff --git a/components/account/activation/AccountActivate.vue b/components/account/activation/AccountActivate.vue index b7d5b172..53219299 100644 --- a/components/account/activation/AccountActivate.vue +++ b/components/account/activation/AccountActivate.vue @@ -1,4 +1,5 @@ - - diff --git a/components/account/activation/PendingActivation.vue b/components/account/activation/PendingActivation.vue index 31b46601..6a03d76a 100644 --- a/components/account/activation/PendingActivation.vue +++ b/components/account/activation/PendingActivation.vue @@ -1,27 +1,13 @@ - - - - diff --git a/components/account/login/LoginForm.vue b/components/account/login/LoginForm.vue index 5056da60..4b23ea99 100644 --- a/components/account/login/LoginForm.vue +++ b/components/account/login/LoginForm.vue @@ -1,5 +1,13 @@ - - diff --git a/components/account/login/LoginModal.vue b/components/account/login/LoginModal.vue index db3b0061..47f482f6 100644 --- a/components/account/login/LoginModal.vue +++ b/components/account/login/LoginModal.vue @@ -16,6 +16,8 @@ const dismiss = () => { boxless @update:model-value="dismiss()" > - +
+ +
diff --git a/components/account/login/LoginPage.vue b/components/account/login/LoginPage.vue index b9fa92df..7de1496a 100644 --- a/components/account/login/LoginPage.vue +++ b/components/account/login/LoginPage.vue @@ -1,33 +1,7 @@ - - - - diff --git a/components/account/password/PasswordChanged.vue b/components/account/password/PasswordChanged.vue index ef5b9e2a..7c95aff5 100644 --- a/components/account/password/PasswordChanged.vue +++ b/components/account/password/PasswordChanged.vue @@ -1,12 +1,23 @@ diff --git a/components/account/password/PasswordForm.vue b/components/account/password/PasswordForm.vue index ec17cbdd..1ef3b26a 100644 --- a/components/account/password/PasswordForm.vue +++ b/components/account/password/PasswordForm.vue @@ -1,8 +1,9 @@ - - diff --git a/components/account/password/PasswordLinkSend.vue b/components/account/password/PasswordLinkSend.vue index e6e0e654..842d0ddf 100644 --- a/components/account/password/PasswordLinkSend.vue +++ b/components/account/password/PasswordLinkSend.vue @@ -1,22 +1,13 @@ - - - - diff --git a/components/account/password/PasswordReset.vue b/components/account/password/PasswordReset.vue index 371035eb..073e2563 100644 --- a/components/account/password/PasswordReset.vue +++ b/components/account/password/PasswordReset.vue @@ -1,17 +1,22 @@ - - diff --git a/components/account/signup/SignupAccount.vue b/components/account/signup/SignupAccount.vue new file mode 100644 index 00000000..3156940d --- /dev/null +++ b/components/account/signup/SignupAccount.vue @@ -0,0 +1,168 @@ + + + diff --git a/components/account/signup/SignupAddress.vue b/components/account/signup/SignupAddress.vue new file mode 100644 index 00000000..77638e68 --- /dev/null +++ b/components/account/signup/SignupAddress.vue @@ -0,0 +1,233 @@ + + + diff --git a/components/account/signup/SignupCustomerInformation.vue b/components/account/signup/SignupCustomerInformation.vue new file mode 100644 index 00000000..9ac47be8 --- /dev/null +++ b/components/account/signup/SignupCustomerInformation.vue @@ -0,0 +1,134 @@ + + + diff --git a/components/account/signup/SignupForm.vue b/components/account/signup/SignupForm.vue index d5b924c4..38444f08 100644 --- a/components/account/signup/SignupForm.vue +++ b/components/account/signup/SignupForm.vue @@ -1,421 +1,198 @@ - - - + + + diff --git a/components/account/signup/SignupIntroduction.vue b/components/account/signup/SignupIntroduction.vue new file mode 100644 index 00000000..35fb1636 --- /dev/null +++ b/components/account/signup/SignupIntroduction.vue @@ -0,0 +1,41 @@ + + + diff --git a/components/common/ButtonLink.vue b/components/common/ButtonLink.vue index dabad8bd..8dd206f6 100644 --- a/components/common/ButtonLink.vue +++ b/components/common/ButtonLink.vue @@ -30,6 +30,7 @@ const attrs = useAttrs(); > diff --git a/components/footer/PageFooter.vue b/components/footer/PageFooter.vue index 1947883d..fe709cfb 100644 --- a/components/footer/PageFooter.vue +++ b/components/footer/PageFooter.vue @@ -1,15 +1,27 @@