first commit
This commit is contained in:
16
static/assets/scss/elements/_contact_page.scss
Normal file
16
static/assets/scss/elements/_contact_page.scss
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
|
||||
/* --------------- 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user