Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
workly-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ToAber
workly-frontend
Commits
5af67cff
Commit
5af67cff
authored
3 weeks ago
by
themagicmartin
Browse files
Options
Downloads
Patches
Plain Diff
CSS change
parent
62d601d8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Workly/src/pages/Signup/Signup.modules.css
+2
-2
2 additions, 2 deletions
Workly/src/pages/Signup/Signup.modules.css
Workly/src/pages/Signup/Signup.tsx
+1
-1
1 addition, 1 deletion
Workly/src/pages/Signup/Signup.tsx
with
3 additions
and
3 deletions
Workly/src/pages/Signup/Signup.modules.css
+
2
−
2
View file @
5af67cff
.
Con
1
.
Div
1
{
align-self
:
center
;
margin
:
5rem
auto
;
...
...
@@ -8,7 +8,7 @@
border
:
1px
solid
#e5e7eb
;
box-shadow
:
0
4px
6px
-1px
rgba
(
0
,
0
,
0
,
0.5
),
0
2px
4px
-1px
rgba
(
0
,
0
,
0
,
0.0
);
}
.
Con
1
.Title
.
Div
1
.Title
{
text-align
:
center
;
margin
:
3rem
auto
;
...
...
This diff is collapsed.
Click to expand it.
Workly/src/pages/Signup/Signup.tsx
+
1
−
1
View file @
5af67cff
...
...
@@ -3,7 +3,7 @@ import "./Signup.modules.css"
const
Signup
=
()
=>
{
return
(
<>
<
div
className
=
"
Con
1"
>
<
div
className
=
"
Div
1"
>
<
div
className
=
"Title"
>
<
p
>
SELECT YOUR
<
strong
>
WORK
</
strong
></
p
>
</
div
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment