diff --git a/frontend/assets/icons/arrow.svg b/frontend/assets/icons/arrow.svg new file mode 100644 index 0000000..0145e73 --- /dev/null +++ b/frontend/assets/icons/arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/assets/styles/_typography.css b/frontend/assets/styles/_typography.css index 0918415..67404e3 100644 --- a/frontend/assets/styles/_typography.css +++ b/frontend/assets/styles/_typography.css @@ -2,8 +2,12 @@ h1, .h1 { @apply font-sans font-bold; - font-size: 1.75rem; - line-height: 1.43; + font-size: 1.5rem; + line-height: 1.3; + + @screen md { + font-size: 2rem; + } } /* Headline 2 */ diff --git a/frontend/components/general/Btn.vue b/frontend/components/general/Btn.vue index 7350af8..b275e11 100644 --- a/frontend/components/general/Btn.vue +++ b/frontend/components/general/Btn.vue @@ -91,7 +91,6 @@ const btnClass = computed(() => { 'w-full': props.type !== 'link' && props.size === 'large', 'text-primary underline': props.type === 'link', 'font-bold': props.type !== 'link', - '!text-white': props.type === 'secondary', 'pointer-events-none pointer-default': props.disabled || props.loading, 'opacity-60': props.disabled, 'hover-bounce': props.type !== 'link' && props.type !== 'builders', diff --git a/frontend/components/parts/form/SighUp.vue b/frontend/components/parts/form/SighUp.vue index 0867e54..a37aa27 100644 --- a/frontend/components/parts/form/SighUp.vue +++ b/frontend/components/parts/form/SighUp.vue @@ -95,10 +95,15 @@ function onCaptchaVerify(token: string) {
- +
- -

I have read and agree to Terms and Conditions and Privacy Policy.

+ +

+ I have read and agree to + Terms and Conditions and Privacy Policy. +

@@ -132,7 +137,7 @@ function onCaptchaVerify(token: string) { @close="() => (modalTermsAndConditionsVisible = false)" @update:show="modalTermsAndConditionsVisible = false" > - + diff --git a/frontend/lib/config/naive.ts b/frontend/lib/config/naive.ts index 26bbf9c..326920f 100644 --- a/frontend/lib/config/naive.ts +++ b/frontend/lib/config/naive.ts @@ -160,6 +160,21 @@ export const NaiveTheme: GlobalThemeOverrides = { paddingSmall: '32px', paddingMedium: '16px 64px 16px 64px', }, + Checkbox: { + border: `2px solid ${colors.black}`, + borderChecked: `2px solid ${colors.white}`, + borderFocus: `2px solid ${colors.black}`, + borderRadius: '4px', + color: colors.bg.dark, + sizeSmall: '16px', + sizeMedium: '20px', + sizeLarge: '24px', + fontSizeMedium: '14px', + fontSizeLarge: '14px', + textColor: colors.white, + colorChecked: colors.white, + boxShadowFocus: 'none', + }, DataTable: { borderColor: colors.bg.lighter, tdColor: colors.bg.DEFAULT, @@ -215,9 +230,9 @@ export const NaiveTheme: GlobalThemeOverrides = { labelTextColor: colors.white, }, Input: { - border: `1px solid ${colors.info}`, - borderFocus: `1px solid ${colors.white}`, - borderHover: `1px solid ${colors.info}`, + border: `1px solid ${colors.black}`, + borderFocus: `1px solid ${colors.black}`, + borderHover: `1px solid ${colors.black}`, borderError: `1px solid ${colors.konference}`, borderFocusError: `1px solid ${colors.konference}`, borderHoverError: `1px solid ${colors.konference}`, @@ -226,9 +241,9 @@ export const NaiveTheme: GlobalThemeOverrides = { boxShadowFocus: 'none', boxShadowFocusError: 'none', boxShadowFocusWarning: 'none', - caretColor: colors.white, + caretColor: colors.black, clearSize: '24px', - color: colors.bg.light, + color: colors.bg.dark, colorDisabled: colors.bg.dark, colorFocus: colors.bg.light, colorFocusError: colors.bg.light, @@ -246,8 +261,8 @@ export const NaiveTheme: GlobalThemeOverrides = { paddingSmall: '12px', paddingMedium: '20px', paddingLarge: '25px', - placeholderColor: colors.info, - textColor: colors.white, + placeholderColor: colors.black, + textColor: colors.black, textColorDisabled: colors.bodyDark, }, Layout: { diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue index b3e3558..b4b980b 100644 --- a/frontend/pages/index.vue +++ b/frontend/pages/index.vue @@ -9,22 +9,31 @@ useHead({ diff --git a/frontend/pages/share.vue b/frontend/pages/share.vue index 5d7366a..02e41fa 100644 --- a/frontend/pages/share.vue +++ b/frontend/pages/share.vue @@ -66,6 +66,7 @@ function transactionLink(transactionHash?: string | null): string {

{{ metadata.description }}

+ Import NFT to wallet + + + + View your MENT Token + + + + View MENT Token collection + + + +