add squad template

This commit is contained in:
2024-05-21 05:20:26 +02:00
parent 26222db013
commit 00062e5a17
53 changed files with 13834 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
a,.tp-caption a.btn:hover {
color: #67b0d1;
}
.top-nav-collapse {
background: #67b0d1;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
color: #67b0d1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
background-color: #67b0d1;
}
.widget-avatar .avatar:hover {
border: 5px solid #67b0d1;
}
.bg-skin {
background: #67b0d1;
}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
border-color: #67b0d1;
}
footer {
background-color: #67b0d1;
}
.btn-skin {
color: #fff;
background-color: #67b0d1;
border-color: #67b0d1;
}