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