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:
30
httpdocs/themes/vuexy/vendor/css/pages/page-help-center.css
vendored
Normal file
30
httpdocs/themes/vuexy/vendor/css/pages/page-help-center.css
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
.help-center-header {
|
||||
background: url("../../../img/pages/header.png");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
min-height: 300px !important;
|
||||
}
|
||||
.help-center-header .input-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 55%;
|
||||
}
|
||||
@media (max-width: 575.98px) {
|
||||
.help-center-header .input-wrapper {
|
||||
max-width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
.light-style .bg-help-center {
|
||||
background-color: #fff;
|
||||
}
|
||||
.light-style .help-center-bg-alt {
|
||||
background-color: #fbfbfc;
|
||||
}
|
||||
|
||||
.dark-style .bg-help-center {
|
||||
background-color: #2f3349;
|
||||
}
|
||||
.dark-style .help-center-bg-alt {
|
||||
background-color: rgba(134, 146, 208, 0.02);
|
||||
}
|
||||
Reference in New Issue
Block a user