Add themes folder
This commit is contained in:
parent
78eab7dcac
commit
077da5b941
108 changed files with 6225 additions and 0 deletions
113
themes/airspace-hugo/assets/scss/templates/_contact.scss
Normal file
113
themes/airspace-hugo/assets/scss/templates/_contact.scss
Normal file
|
|
@ -0,0 +1,113 @@
|
|||
.contact-form {
|
||||
padding-top: 70px;
|
||||
padding-bottom: 35px;
|
||||
|
||||
.block {
|
||||
.form-group {
|
||||
padding-bottom: 15px;
|
||||
margin: 0px;
|
||||
|
||||
.form-control {
|
||||
background: darken( $light, 0.392);
|
||||
height: 60px;
|
||||
border: 1px solid #EEF2F6;
|
||||
box-shadow: none;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group-2 {
|
||||
margin-bottom: 13px;
|
||||
|
||||
textarea {
|
||||
background: darken( $light, 0.392);
|
||||
height: 135px;
|
||||
border: 1px solid #EEF2F6;
|
||||
box-shadow: none;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.form-group-h {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
background: lighten( $black, 27.84);
|
||||
border: none;
|
||||
color: $white;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.address-block {
|
||||
margin-bottom: 40px;
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
padding-left: 30px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
i {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
div {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.social-icons {
|
||||
margin-top: 40px;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
i {
|
||||
color: #2C2C2C;
|
||||
margin-right: 25px;
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.contact-box {
|
||||
padding-top: 35px;
|
||||
padding-bottom: 58px;
|
||||
|
||||
.block {
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: 300;
|
||||
color: #000;
|
||||
font-size: 28px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: lighten( $black, 36.07);
|
||||
display: block;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue