-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(multi): applied latest package.
- Loading branch information
1 parent
a16fcd8
commit 0b1291b
Showing
55 changed files
with
16,191 additions
and
11,442 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
|
||
.misc-footer-tree, .misc-footer-tree-1 { | ||
position: absolute; | ||
z-index: 1; | ||
} | ||
|
||
.misc-footer-tree { | ||
|
73 changes: 45 additions & 28 deletions
73
javascript-version/@core/scss/template/pages/page-auth.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 |
---|---|---|
@@ -1,44 +1,61 @@ | ||
.auth-wrapper { | ||
min-block-size: calc(var(--vh, 1vh) * 100); | ||
} | ||
.layout-blank { | ||
.auth-wrapper { | ||
min-block-size: 100dvh; | ||
} | ||
|
||
.auth-footer-mask { | ||
position: absolute; | ||
inset-block-end: 0; | ||
min-inline-size: 100%; | ||
} | ||
.auth-footer-mask { | ||
position: absolute; | ||
inset-block-end: 0; | ||
max-inline-size: 100%; | ||
min-inline-size: 100%; | ||
} | ||
|
||
.auth-card { | ||
z-index: 1 !important; | ||
} | ||
.auth-footer-tree{ | ||
position: absolute !important; | ||
inset-block-end: 70px; | ||
inset-inline-start: 70px; | ||
} | ||
|
||
.auth-footer-start-tree, | ||
.auth-footer-end-tree { | ||
position: absolute; | ||
z-index: 1; | ||
} | ||
.auth-footer-start-tree, .auth-footer-end-tree{ | ||
position: absolute !important; | ||
z-index: 1 !important; | ||
} | ||
|
||
.auth-footer-start-tree { | ||
inset-block-end: 0; | ||
inset-inline-start: 0; | ||
} | ||
.auth-footer-start-tree{ | ||
inset-block-end: 3.75rem; | ||
inset-inline-start: 3.75rem; | ||
} | ||
|
||
.auth-footer-end-tree { | ||
inset-block-end: 0; | ||
inset-inline-end: 0; | ||
.auth-footer-end-tree{ | ||
inset-block-end: 4.625rem; | ||
inset-inline-end: 5rem; | ||
} | ||
|
||
.auth-card, .auth-card-v2, .auth-illustration { | ||
z-index: 1 !important; | ||
} | ||
} | ||
|
||
.auth-illustration { | ||
z-index: 1; | ||
@media (min-width: 960px) { | ||
.skin--bordered { | ||
.auth-card-v2 { | ||
border-inline-start: 1px solid rgba(var(--v-border-color), var(--v-border-opacity)) !important; | ||
} | ||
} | ||
} | ||
|
||
|
||
.auth-logo { | ||
position: absolute; | ||
z-index: 1; | ||
z-index: 2; | ||
inset-block-start: 2rem; | ||
inset-inline-start: 2.3rem; | ||
} | ||
|
||
.auth-bg { | ||
background-color: rgb(var(--v-theme-surface)); | ||
.auth-title{ | ||
font-size: 1.5rem; | ||
font-weight: 600; | ||
letter-spacing: 0.273px; | ||
line-height: normal; | ||
text-transform: capitalize; | ||
} |
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
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
Oops, something went wrong.