corrections updated
This commit is contained in:
parent
c2a7ac04ab
commit
3a2beea951
@ -1252,7 +1252,7 @@ Location:
|
|||||||
|
|
||||||
.vl-btn1:hover {
|
.vl-btn1:hover {
|
||||||
transition: all 0.4s;
|
transition: all 0.4s;
|
||||||
color: var(--ztc-text-text-1);
|
color: #000000cf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vl-btn1:hover::before {
|
.vl-btn1:hover::before {
|
||||||
@ -1289,7 +1289,7 @@ Location:
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
transition: all 0.4s;
|
transition: all 0.4s;
|
||||||
background: var(--ztc-bg-bg-2);
|
background: #ffde14;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 0;
|
top: 0;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
@ -1598,7 +1598,7 @@ Location:
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.demo:hover{
|
.demo:hover {
|
||||||
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
@ -4496,15 +4496,15 @@ Location:
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.hero9-slider-area .hero8-header h1 {
|
.hero9-slider-area .hero8-header h1 {
|
||||||
color: var(--ztc-text-text-1);
|
color: var(--ztc-text-text-1);
|
||||||
font-family: var(--grotesk);
|
font-family: var(--grotesk);
|
||||||
font-size: 39px;
|
font-size: 39px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: var(--ztc-weight-bold);
|
font-weight: var(--ztc-weight-bold);
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
@ -4697,7 +4697,7 @@ Location:
|
|||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero9-slider-area .heading12 p {
|
.hero9-slider-area .heading12 p {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
}
|
}
|
||||||
@ -5123,6 +5123,18 @@ Location:
|
|||||||
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
|
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
|
||||||
transform: translateY(-5px);
|
transform: translateY(-5px);
|
||||||
transition: all 0.4s;
|
transition: all 0.4s;
|
||||||
|
background-color: #ffde14;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links-mobile-menu ul li a i {
|
||||||
|
font-size: 18px;
|
||||||
|
color: #fff;
|
||||||
|
transition: color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links-mobile-menu ul li a:hover i {
|
||||||
|
color: #000000cf !important;
|
||||||
|
transition: color 0.4s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-header.mobile-haeder2 {
|
.mobile-header.mobile-haeder2 {
|
||||||
@ -7111,8 +7123,14 @@ Location:
|
|||||||
transition: all 0.4s;
|
transition: all 0.4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-logo-area ul li a i {
|
||||||
|
font-size: 18px;
|
||||||
|
color: #000000cf;
|
||||||
|
transition: color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
.footer1-sertion-area .link-content {
|
.footer1-sertion-area .link-content {
|
||||||
padding-left: 50px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
@ -7124,7 +7142,7 @@ Location:
|
|||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||||
.footer1-sertion-area .link-content {
|
.footer1-sertion-area .link-content {
|
||||||
padding: 30px;
|
padding: 30px 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -19113,16 +19131,16 @@ html {
|
|||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
|
||||||
.team10-section-area .team10-widget-boxarea2 .text-area a {
|
.team10-section-area .team10-widget-boxarea2 .text-area a {
|
||||||
color: #000000cf;
|
color: #000000cf;
|
||||||
font-family: var(--grotesk);
|
font-family: var(--grotesk);
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: var(--ztc-weight-bold);
|
font-weight: var(--ztc-weight-bold);
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: all 0.4s;
|
transition: all 0.4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
4
public/assets/css/vendor/fontawesome.css
vendored
4
public/assets/css/vendor/fontawesome.css
vendored
@ -17839,7 +17839,6 @@ readers do not read off random characters that represent icons */
|
|||||||
|
|
||||||
.fa-linkedin-in:before {
|
.fa-linkedin-in:before {
|
||||||
content: "\f0e1";
|
content: "\f0e1";
|
||||||
color: #000000cf;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-digital-ocean:before {
|
.fa-digital-ocean:before {
|
||||||
@ -18596,7 +18595,6 @@ readers do not read off random characters that represent icons */
|
|||||||
|
|
||||||
.fa-facebook-f:before {
|
.fa-facebook-f:before {
|
||||||
content: "\f39e";
|
content: "\f39e";
|
||||||
color: #000000cf;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-square-google-plus:before {
|
.fa-square-google-plus:before {
|
||||||
@ -18909,7 +18907,6 @@ readers do not read off random characters that represent icons */
|
|||||||
|
|
||||||
.fa-instagram:before {
|
.fa-instagram:before {
|
||||||
content: "\f16d";
|
content: "\f16d";
|
||||||
color: #000000cf;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-cmplid:before {
|
.fa-cmplid:before {
|
||||||
@ -19098,7 +19095,6 @@ readers do not read off random characters that represent icons */
|
|||||||
|
|
||||||
.fa-pinterest-p:before {
|
.fa-pinterest-p:before {
|
||||||
content: "\f231";
|
content: "\f231";
|
||||||
color: #000000cf;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-apper:before {
|
.fa-apper:before {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user