File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default async function InventoryLayout({
13
13
} ) {
14
14
return (
15
15
< >
16
- < main className = "relative z-10 min-h-[100svh] flex items-center justify-center animate-fade animate-delay-300 animate-duration-[600ms]" >
16
+ < main className = "relative z-10 min-h-[100svh] flex items-center justify-center animate-fade animate-delay-500 animate-duration-[600ms]" >
17
17
{ children }
18
18
</ main >
19
19
< Image
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Link from "next/link";
5
5
export default function Page ( ) {
6
6
return (
7
7
< main className = "mx-auto mt-0 p-5 md:mt-16" >
8
- < header className = "mx-auto flex max-w-xl items-center justify-between" >
8
+ < header className = "mx-auto flex max-w-xl items-center justify-between animate-fade " >
9
9
< div className = "flex items-center gap-3" >
10
10
< Image
11
11
src = "/ouranos.svg"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Link from "next/link";
4
4
export default function Home ( ) {
5
5
return (
6
6
< main className = "mx-auto mt-0 p-5 md:mt-16" >
7
- < header className = "mx-auto flex max-w-xl items-center justify-between" >
7
+ < header className = "mx-auto flex max-w-xl items-center justify-between animate-fade " >
8
8
< div className = "flex items-center gap-3" >
9
9
< Image
10
10
src = "/ouranos.svg"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export default function LoginForm() {
57
57
58
58
if ( isRedirecting ) {
59
59
return (
60
- < section className = "bg-skin-base border border-skin-base shadow-2xl shadow-primary-light/30 max-w-xs rounded-2xl p-5" >
60
+ < section className = "bg-skin-base border border-skin-base/30 shadow-2xl shadow-primary-light/30 max-w-xs rounded-2xl p-5" >
61
61
< Image
62
62
src = "/logo.svg"
63
63
alt = "Ouranos logo"
@@ -79,7 +79,7 @@ export default function LoginForm() {
79
79
}
80
80
81
81
return (
82
- < section className = "bg-skin-base border border-skin-base max-w-xs rounded-2xl p-5 shadow-2xl shadow-primary-light/30" >
82
+ < section className = "bg-skin-base border border-skin-base/30 max-w-xs rounded-2xl p-5 shadow-2xl shadow-primary-light/30" >
83
83
< Image
84
84
src = "/logo.svg"
85
85
alt = "Ouranos logo"
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default function LinkPicker(props: Props) {
73
73
</ Dialog . Trigger >
74
74
< Dialog . Portal >
75
75
< Dialog . Content >
76
- < section className = "animate-fade-up animate-duration-200 bg-skin-base border-skin-base fixed bottom-0 z-50 flex h-fit w-full flex-col justify-between overflow-scroll rounded-t-3xl p-3 pb-16 shadow-2xl border-t" >
76
+ < section className = "animate-fade-up animate-duration-200 bg-skin-base border-skin-base fixed bottom-0 z-50 flex h-fit w-full flex-col justify-between overflow-scroll rounded-t-3xl p-3 pb-16 shadow-2xl border-t no-scrollbar " >
77
77
< h2 className = "text-skin-base mb-2 text-center text-xl font-semibold" >
78
78
Add a link
79
79
</ h2 >
You can’t perform that action at this time.
0 commit comments