added more preview pages and more templates
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
.categories-list a:hover,
|
||||
.comment-reply:hover,
|
||||
.counter-num span,
|
||||
.footer-bottom a,
|
||||
.footer-brand span,
|
||||
.footer-links a:hover,
|
||||
.hero-title .accent,
|
||||
@@ -998,6 +997,7 @@ a {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.contact-info-item h6,
|
||||
.contact-info-label,
|
||||
.team-info h5,
|
||||
.testi-name {
|
||||
font-family: var(--font-display);
|
||||
@@ -1164,6 +1164,7 @@ a {
|
||||
align-items: center;
|
||||
}
|
||||
.contact-info-item h6,
|
||||
.contact-info-label,
|
||||
.form-label {
|
||||
margin-bottom: 6px;
|
||||
text-transform: uppercase;
|
||||
@@ -1181,12 +1182,25 @@ a {
|
||||
color: var(--yellow);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.contact-info-item h6 {
|
||||
.contact-info-item h6,
|
||||
.contact-info-label {
|
||||
font-size: 0.85rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 1px;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.contact-info-label {
|
||||
margin: 0 0 6px;
|
||||
font-family: var(--font-display);
|
||||
}
|
||||
.contact-form-title {
|
||||
font-family: var(--font-display);
|
||||
font-size: 1.4rem;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
color: var(--navy);
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
.contact-info-item p {
|
||||
font-size: 0.95rem;
|
||||
color: var(--white);
|
||||
@@ -2088,7 +2102,14 @@ html, body {
|
||||
overflow-x: hidden;
|
||||
max-width: 100%;
|
||||
}
|
||||
.footer-bottom a{color:rgba(255,255,255,0.4);margin-right:16px}
|
||||
.footer-bottom a {
|
||||
color: #e5e7eb;
|
||||
margin-right: 16px;
|
||||
transition: color var(--transition);
|
||||
}
|
||||
.footer-bottom a:hover {
|
||||
color: var(--yellow);
|
||||
}
|
||||
|
||||
/* Select Electrical real logo */
|
||||
.navbar-brand {
|
||||
|
||||
Reference in New Issue
Block a user