feat(15): associating session with root page

This commit is contained in:
efim
2023-07-13 18:31:30 +00:00
parent 2d514e9258
commit 03aa9f8b94
5 changed files with 65 additions and 42 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
hello from the resource file!

View File

@@ -548,6 +548,14 @@ video {
bottom: 0px;
}
.end-0 {
inset-inline-end: 0px;
}
.top-0 {
top: 0px;
}
.col-start-2 {
grid-column-start: 2;
}
@@ -569,6 +577,10 @@ video {
margin-top: -5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
@@ -593,10 +605,6 @@ video {
margin-top: 0.3rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.flex {
display: flex;
}
@@ -621,6 +629,10 @@ video {
height: 3rem;
}
.h-14 {
height: 3.5rem;
}
.h-20 {
height: 5rem;
}
@@ -653,20 +665,12 @@ video {
height: 100vh;
}
.h-16 {
height: 4rem;
}
.h-14 {
height: 3.5rem;
}
.w-11\/12 {
width: 91.666667%;
}
.w-20 {
width: 5rem;
.w-14 {
width: 3.5rem;
}
.w-24 {
@@ -693,18 +697,6 @@ video {
width: 100vw;
}
.w-16 {
width: 4rem;
}
.w-12 {
width: 3rem;
}
.w-14 {
width: 3.5rem;
}
.grow {
flex-grow: 1;
}
@@ -856,6 +848,11 @@ video {
padding-right: 1.5rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
@@ -871,11 +868,6 @@ video {
padding-bottom: 2rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
@@ -903,11 +895,6 @@ video {
line-height: 1.25rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-bold {
font-weight: 700;
}