restore composer.json, add mysqli extension
This commit is contained in:
68
public/vendor/dashboard/app-assets/css/pages/faq.css
vendored
Executable file
68
public/vendor/dashboard/app-assets/css/pages/faq.css
vendored
Executable file
@@ -0,0 +1,68 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
.faq-bg
|
||||
{
|
||||
background: url(../../../app-assets/images/pages/faq.jpg) no-repeat;
|
||||
-webkit-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
.faq-bg .form-control:focus ~ .form-control-position i
|
||||
{
|
||||
color: #7367f0;
|
||||
}
|
||||
|
||||
.faq .faq-content .faq-table-content
|
||||
{
|
||||
font-weight: 500;
|
||||
|
||||
padding: .5rem;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
.faq .faq-content .faq-table-content i
|
||||
{
|
||||
margin-right: .5rem;
|
||||
}
|
||||
|
||||
.faq .supporter-details .supporter-img img
|
||||
{
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
margin-right: .5rem;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.faq .supporter-info
|
||||
{
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.faq .accordion .collapse-title
|
||||
{
|
||||
font-weight: 500;
|
||||
|
||||
color: #2c2c2c;
|
||||
}
|
||||
|
||||
.faq .accordion .collapse-margin
|
||||
{
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px)
|
||||
{
|
||||
.faq-bg .card-body
|
||||
{
|
||||
padding: 8rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 991px)
|
||||
{
|
||||
.faq-bg .card-body
|
||||
{
|
||||
padding: 6rem !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user