mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
25 lines
490 B
CSS
Executable File
25 lines
490 B
CSS
Executable File
.faq-header {
|
|
background: url("../../../img/pages/header.png");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
min-height: 300px !important;
|
|
}
|
|
.faq-header .input-wrapper {
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 55%;
|
|
}
|
|
@media (max-width: 575.98px) {
|
|
.faq-header .input-wrapper {
|
|
max-width: 70%;
|
|
}
|
|
}
|
|
|
|
.light-style .bg-faq-section {
|
|
background-color: rgba(75, 75, 75, 0.04);
|
|
}
|
|
|
|
.dark-style .bg-faq-section {
|
|
background-color: rgba(134, 146, 208, 0.04);
|
|
}
|