17 lines
338 B
SCSS
17 lines
338 B
SCSS
|
|
|
|
|
|
/* --------------- contact page styles --------------- */
|
|
.contact-page.style-5{
|
|
.contact.style-6 .form-group .form-control:focus, .contact.style-6 .form-group .form-select:focus{
|
|
border-color: var(--color-blue5);
|
|
}
|
|
.map{
|
|
iframe{
|
|
width: 100%;
|
|
margin-bottom: -6px;
|
|
}
|
|
}
|
|
}
|
|
|