Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Seat-Booking
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sujeeth AV
Seat-Booking
Commits
905e925e
Commit
905e925e
authored
Jul 03, 2025
by
Sujeeth AV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed signup page routing issue and updated LoginPage.jsx
parent
78289f5b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
21 deletions
+18
-21
global.css
global.css
+1
-4
Styles.module.css
src/components/Top-level/Counter/Styles.module.css
+4
-3
Styles.module.css
src/pages/Styles.module.css
+13
-14
No files found.
global.css
View file @
905e925e
...
@@ -14,10 +14,7 @@ body {
...
@@ -14,10 +14,7 @@ body {
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
}
}
h2
{
font-size
:
1.5rem
;
font-weight
:
700
;
}
input
{
input
{
font-size
:
1rem
;
font-size
:
1rem
;
font-weight
:
500
;
font-weight
:
500
;
...
...
src/components/Top-level/Counter/Styles.module.css
View file @
905e925e
...
@@ -71,9 +71,6 @@
...
@@ -71,9 +71,6 @@
}
}
@media
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
.container
{
max-width
:
18rem
;
}
.hd
{
.hd
{
margin-bottom
:
1.5rem
;
margin-bottom
:
1.5rem
;
font-size
:
1.125rem
;
font-size
:
1.125rem
;
...
@@ -82,4 +79,8 @@
...
@@ -82,4 +79,8 @@
.block
{
.block
{
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
}
}
.container
{
max-width
:
30rem
;
margin
:
0
auto
;
}
}
}
src/pages/Styles.module.css
View file @
905e925e
...
@@ -36,14 +36,14 @@
...
@@ -36,14 +36,14 @@
position
:
relative
;
position
:
relative
;
min-width
:
20rem
;
min-width
:
20rem
;
}
}
.line
h2
{
.line
{
font-size
:
15px
;
font-size
:
0.9rem
;
color
:
#c7d2fe
;
color
:
#c7d2fe
;
font-weight
:
1
00
;
font-weight
:
2
00
;
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
}
}
.seat
{
.seat
{
margin-left
:
2.3
rem
;
margin-left
:
0.9
rem
;
}
}
.icon
{
.icon
{
color
:
#fff
;
color
:
#fff
;
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
height
:
1rem
;
height
:
1rem
;
width
:
1rem
;
width
:
1rem
;
}
}
.seatContainer
{
/*
.seatContainer {
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
box-sizing: border-box;
box-sizing: border-box;
...
@@ -61,9 +61,9 @@
...
@@ -61,9 +61,9 @@
max-width: 18rem;
max-width: 18rem;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
}
}
*/
.login
{
.login
{
max-width
:
24
rem
;
max-width
:
39
rem
;
margin
:
0.9rem
;
margin
:
0.9rem
;
}
}
@media
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
...
@@ -79,16 +79,15 @@
...
@@ -79,16 +79,15 @@
}
}
.icon
{
.icon
{
margin-left
:
0.5rem
;
margin-top
:
0.3rem
;
margin-top
:
0.3rem
;
height
:
1.5rem
;
height
:
1.5rem
;
width
:
1.
5
rem
;
width
:
1.
3
rem
;
}
}
.line
h2
{
.line
{
margin-left
:
2.5
rem
;
margin-left
:
1
rem
;
width
:
unset
;
width
:
unset
;
font-size
:
1
.5
rem
;
font-size
:
1rem
;
font-weight
:
30
0
;
font-weight
:
25
0
;
}
}
.footer
{
.footer
{
font-size
:
1.2rem
;
font-size
:
1.2rem
;
...
@@ -98,6 +97,6 @@
...
@@ -98,6 +97,6 @@
margin-top
:
1rem
;
margin-top
:
1rem
;
}
}
.seat
{
.seat
{
margin-left
:
2
rem
;
margin-left
:
1.5
rem
;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment