initial commit
This commit is contained in:
36
resources/styles/@core/template/pages/misc.scss
Normal file
36
resources/styles/@core/template/pages/misc.scss
Normal file
@@ -0,0 +1,36 @@
|
||||
.layout-blank {
|
||||
.misc-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 1.25rem;
|
||||
min-block-size: 100dvh;
|
||||
|
||||
.misc-footer-img {
|
||||
position: absolute;
|
||||
inline-size: 100%;
|
||||
inset-block-end: 0;
|
||||
inset-inline-start: 0;
|
||||
}
|
||||
|
||||
.misc-footer-tree, .misc-footer-tree-1 {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.misc-footer-tree {
|
||||
inset-block-end: 3.75rem;
|
||||
inset-inline-start: 3.75rem;
|
||||
}
|
||||
|
||||
.misc-footer-tree-1 {
|
||||
inset-block-end: 5rem;
|
||||
inset-inline-end: 4.75rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.misc-avatar {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
61
resources/styles/@core/template/pages/page-auth.scss
Normal file
61
resources/styles/@core/template/pages/page-auth.scss
Normal file
@@ -0,0 +1,61 @@
|
||||
.layout-blank {
|
||||
.auth-wrapper {
|
||||
min-block-size: 100dvh;
|
||||
}
|
||||
|
||||
.auth-footer-mask {
|
||||
position: absolute;
|
||||
inset-block-end: 0;
|
||||
max-inline-size: 100%;
|
||||
min-inline-size: 100%;
|
||||
}
|
||||
|
||||
.auth-footer-tree{
|
||||
position: absolute !important;
|
||||
inset-block-end: 70px;
|
||||
inset-inline-start: 70px;
|
||||
}
|
||||
|
||||
.auth-footer-start-tree, .auth-footer-end-tree{
|
||||
position: absolute !important;
|
||||
z-index: 1 !important;
|
||||
}
|
||||
|
||||
.auth-footer-start-tree{
|
||||
inset-block-end: 3.75rem;
|
||||
inset-inline-start: 3.75rem;
|
||||
}
|
||||
|
||||
.auth-footer-end-tree{
|
||||
inset-block-end: 4.625rem;
|
||||
inset-inline-end: 5rem;
|
||||
}
|
||||
|
||||
.auth-card, .auth-card-v2, .auth-illustration {
|
||||
z-index: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@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: 2;
|
||||
inset-block-start: 2rem;
|
||||
inset-inline-start: 2.3rem;
|
||||
}
|
||||
|
||||
.auth-title{
|
||||
font-size: 1.5rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.273px;
|
||||
line-height: normal;
|
||||
text-transform: capitalize;
|
||||
}
|
Reference in New Issue
Block a user