mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
29
httpdocs/themes/vuexy/vendor/css/pages/page-misc.css
vendored
Normal file
29
httpdocs/themes/vuexy/vendor/css/pages/page-misc.css
vendored
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user