Browse Source

chore(gui-v2): position icon relative

pull/2837/head
braks 2 years ago
parent
commit
cfab968de0
  1. 2
      packages/nc-gui-v2/pages/forgot-password.vue
  2. 2
      packages/nc-gui-v2/pages/signin.vue
  3. 2
      packages/nc-gui-v2/pages/signup.vue

2
packages/nc-gui-v2/pages/forgot-password.vue

@ -75,7 +75,7 @@ const resetError = () => {
> >
<div class="h-full w-full flex flex-col flex-wrap justify-center items-center"> <div class="h-full w-full flex flex-col flex-wrap justify-center items-center">
<div <div
class="color-transition bg-white dark:(!bg-gray-900 !text-white) md:relative flex flex-col justify-center gap-2 w-full max-w-[500px] mx-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)" class="color-transition bg-white dark:(!bg-gray-900 !text-white) relative flex flex-col justify-center gap-2 w-full max-w-[500px] mx-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)"
> >
<general-noco-icon /> <general-noco-icon />

2
packages/nc-gui-v2/pages/signin.vue

@ -79,7 +79,7 @@ const resetError = () => {
> >
<div class="h-full w-full flex flex-col flex-wrap items-center pt-[100px]"> <div class="h-full w-full flex flex-col flex-wrap items-center pt-[100px]">
<div <div
class="bg-white dark:(!bg-gray-900 !text-white) md:relative flex flex-col justify-center gap-2 w-full max-w-[500px] mx-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)" class="bg-white dark:(!bg-gray-900 !text-white) relative flex flex-col justify-center gap-2 w-full max-w-[500px] mx-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)"
> >
<general-noco-icon /> <general-noco-icon />

2
packages/nc-gui-v2/pages/signup.vue

@ -76,7 +76,7 @@ const resetError = () => {
> >
<div class="h-full w-full flex flex-col flex-wrap pt-[100px]"> <div class="h-full w-full flex flex-col flex-wrap pt-[100px]">
<div <div
class="bg-white dark:(!bg-gray-900 !text-white) md:relative flex flex-col justify-center gap-2 w-full max-w-[500px] mx-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)" class="bg-white dark:(!bg-gray-900 !text-white) relative flex flex-col justify-center gap-2 w-full max-w-[500px] mx-auto p-8 md:(rounded-lg border-1 border-gray-200 shadow-xl)"
> >
<general-noco-icon /> <general-noco-icon />

Loading…
Cancel
Save