Initial commit
This commit is contained in:
80
client/scss/pages/_contact.scss
Normal file
80
client/scss/pages/_contact.scss
Normal file
@@ -0,0 +1,80 @@
|
||||
/*Contact Form*/
|
||||
.menu {
|
||||
input[type="text"] {
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
}
|
||||
textarea {
|
||||
height: 85px !important;
|
||||
padding-top: 3px !important;
|
||||
}
|
||||
.form-field {
|
||||
margin-bottom: 5px;
|
||||
label {
|
||||
font-size: 12px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-field {
|
||||
span {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
font-size: 9px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
input {
|
||||
box-shadow: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background-color: $color_transparent !important;
|
||||
border-radius: 10px;
|
||||
margin: 0px 0px 15px 0px;
|
||||
}
|
||||
textarea {
|
||||
box-shadow: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background-color: $color_transparent !important;
|
||||
border-radius: 10px;
|
||||
margin: 0px 0px 15px 0px;
|
||||
}
|
||||
}
|
||||
.form-name {
|
||||
input {
|
||||
line-height: 40px;
|
||||
border: solid 1px rgba(0,0,0,0.1);
|
||||
width: 100%;
|
||||
padding: 0px 10px 0px 10px;
|
||||
}
|
||||
}
|
||||
.form-email {
|
||||
input {
|
||||
line-height: 40px;
|
||||
border: solid 1px rgba(0,0,0,0.1);
|
||||
width: 100%;
|
||||
padding: 0px 10px 0px 10px;
|
||||
}
|
||||
}
|
||||
.form-text {
|
||||
textarea {
|
||||
height: 145px;
|
||||
line-height: 24px;
|
||||
width: 100%;
|
||||
border: solid 1px rgba(0,0,0,0.1);
|
||||
padding: 10px 10px 0px 10px;
|
||||
margin-bottom: $globalMargin;
|
||||
}
|
||||
}
|
||||
.contactSubmitButton {
|
||||
width: 100%;
|
||||
display: block;
|
||||
border-radius: 10px;
|
||||
color: $color_white !important;
|
||||
padding: 12px 0px !important;
|
||||
}
|
||||
.fieldHasError {
|
||||
border: solid 1px #BF263C !important;
|
||||
}
|
||||
Reference in New Issue
Block a user