-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from Star-Academy/fix-routes
feat: Fixed routes navigation
- Loading branch information
Showing
15 changed files
with
70 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
project/src/app/components/dashboard/change-password/change-password.component.scss
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
project/src/app/components/dashboard/edit-profile/edit-profile.component.scss
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
...e-password/change-password.component.html → ...e-password/change-password.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
project/src/app/components/dashboard/profile/change-password/change-password.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@import '../../../../../variables'; | ||
|
||
|
||
@layer components { | ||
.float-center { | ||
@apply absolute rounded-2xl; | ||
|
||
inline-size: 40rem; | ||
block-size: 70rem; | ||
|
||
inset-inline-start: calc(50vw - 20rem); | ||
inset-block-start: calc(50vh - 35rem); | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
.../edit-profile/edit-profile.component.html → .../edit-profile/edit-profile.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
project/src/app/components/dashboard/profile/edit-profile/edit-profile.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@import "../../../../../variables"; | ||
|
||
@layer components { | ||
.float-center { | ||
@apply absolute rounded-2xl; | ||
|
||
inline-size: 40rem; | ||
block-size: 70rem; | ||
|
||
inset-inline-start: calc(50vw - 20rem); | ||
inset-block-start: calc(50vh - 35rem); | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters