Added original Vuexy files and cloned focus2 views into vuexy views for its conversion

This commit is contained in:
imnavajas
2023-05-06 13:01:53 +02:00
parent f0772cf1a6
commit ab99ba508b
1240 changed files with 240576 additions and 12 deletions

View File

@ -0,0 +1,29 @@
.misc-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
text-align: center;
}
.misc-bg-wrapper {
position: relative;
}
.misc-bg-wrapper img {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
z-index: -1;
}
@media (max-width: 1499.98px) {
.misc-bg-wrapper img {
height: 250px;
}
.misc-under-maintenance-bg-wrapper img {
height: 270px !important;
}
}