Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myAppraisal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
myAppraisal
Commits
2f6038a7
Commit
2f6038a7
authored
Feb 19, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bg
parent
0c874d39
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
login-page2.component.html
src/app/authentication/login-page/login-page2.component.html
+5
-5
login-page2.component.scss
src/app/authentication/login-page/login-page2.component.scss
+2
-2
register-page.component.scss
...authentication/register-page/register-page.component.scss
+1
-1
bg_signup.png
src/assets/img/loginform/bg_signup.png
+0
-0
bg_signup2.jpg
src/assets/img/loginform/bg_signup2.jpg
+0
-0
No files found.
src/app/authentication/login-page/login-page2.component.html
View file @
2f6038a7
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
<div
class=
"grid grid-cols-12 gap-6 w-full h-full"
>
<div
class=
"grid grid-cols-12 gap-6 w-full h-full"
>
<div
class=
"lg:col-span-6 col-span-12 hidden lg:block relative"
>
<div
class=
"lg:col-span-6 col-span-12 hidden lg:block relative"
>
<div
class=
"cover relative w-full h-full z-[1] p-10"
>
<div
class=
"cover relative w-full h-full z-[1] p-10"
>
<a
routerLink=
"/dashboard/sales"
class=
"header- logo"
>
<
!-- <
a routerLink="/dashboard/sales" class="header- logo">
<img style="height: 36px; width: 93px;" src="./assets/img/brand-logos/logo-login-light.png" alt="logo"
<img style="height: 36px; width: 93px;" src="./assets/img/brand-logos/logo-login-light.png" alt="logo"
class="ltr:ml-auto rtl:mr-auto block" />
class="ltr:ml-auto rtl:mr-auto block" />
</a>
</a>
-->
<div
class=
"authentication-page justify-center w-full max-w-7xl mx-auto p-0"
>
<
!-- <
div class="authentication-page justify-center w-full max-w-7xl mx-auto p-0">
<img src="./assets/img/loginform/Computer login-bro.png" alt="logo" class="mx-auto h-[500px]" />
<img src="./assets/img/loginform/Computer login-bro.png" alt="logo" class="mx-auto h-[500px]" />
</div>
</div>
-->
</div>
</div>
</div>
</div>
<div
class=
"lg:col-span-6 col-span-12"
>
<div
class=
"lg:col-span-6 col-span-12"
>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<div
class=
"grid gap-y-4"
>
<div
class=
"grid gap-y-4"
>
<!-- Form Group -->
<!-- Form Group -->
<div>
<div>
<label
for=
"email"
class=
"block text-sm mb-2 dark:text-white"
>
Email address (อีเมล์)
</label>
<label
for=
"email"
class=
"block text-sm mb-2 dark:text-white"
>
Username
</label>
<div
class=
"relative"
>
<div
class=
"relative"
>
<input
type=
"email"
id=
"email"
name=
"email"
<input
type=
"email"
id=
"email"
name=
"email"
class=
"py-2 px-3 block w-full border-gray-200 rounded-sm text-sm focus:border-primary focus:ring-primary dark:bg-bgdark dark:border-white/10 dark:text-white/70"
class=
"py-2 px-3 block w-full border-gray-200 rounded-sm text-sm focus:border-primary focus:ring-primary dark:bg-bgdark dark:border-white/10 dark:text-white/70"
...
...
src/app/authentication/login-page/login-page2.component.scss
View file @
2f6038a7
...
@@ -7,10 +7,10 @@
...
@@ -7,10 +7,10 @@
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
content
:
var
(
--
tw-content
);
content
:
var
(
--
tw-content
);
background-image
:
url('/assets/img/loginform/bg_signup.
jp
g')
;
background-image
:
url('/assets/img/loginform/bg_signup.
pn
g')
;
background-size
:
cover
;
background-size
:
cover
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
center
;
//
background-position: center;
}
}
@media
(
min-width
:
480px
){
@media
(
min-width
:
480px
){
.authentication-page
{
.authentication-page
{
...
...
src/app/authentication/register-page/register-page.component.scss
View file @
2f6038a7
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
content
:
var
(
--
tw-content
);
content
:
var
(
--
tw-content
);
background-image
:
url('/assets/img/register_images/bg_signup.
jp
g')
;
background-image
:
url('/assets/img/register_images/bg_signup.
pn
g')
;
background-size
:
cover
;
background-size
:
cover
;
background-position
:
center
;
background-position
:
center
;
}
}
src/assets/img/loginform/bg_signup.png
0 → 100644
View file @
2f6038a7
This diff is collapsed.
Click to expand it.
src/assets/img/loginform/bg_signup.jpg
→
src/assets/img/loginform/bg_signup
2
.jpg
View file @
2f6038a7
File moved
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