commit
This commit is contained in:
80
style/about_us/_form-about.scss
Normal file
80
style/about_us/_form-about.scss
Normal file
@@ -0,0 +1,80 @@
|
||||
|
||||
.form-about {
|
||||
.headline{
|
||||
.headline-h3{
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-size: 26px;
|
||||
line-height: 1.33333;
|
||||
font-family: Merriweather, serif;
|
||||
letter-spacing: 0px;
|
||||
color: #31353d;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.headline-h2{
|
||||
color: #15c1cb;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 29px;
|
||||
line-height: 1.36957;
|
||||
font-family: Merriweather, serif;
|
||||
letter-spacing: 0px;
|
||||
margin-bottom: 0px;
|
||||
padding: 0 50px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.input-text{
|
||||
padding: 18px 20px;
|
||||
border: none;
|
||||
background-color: #f6f6f6;
|
||||
margin: 0 0 20px;
|
||||
color: #777777 !important;
|
||||
width: 100%;
|
||||
font-family: MerriweatherSans;
|
||||
|
||||
}
|
||||
|
||||
.input-text::placeholder{
|
||||
color: #31353d !important;
|
||||
}
|
||||
|
||||
.form-container-bot{
|
||||
position: relative;
|
||||
width: 382px;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
|
||||
}
|
||||
@media only screen and (min-width: 992px) {
|
||||
|
||||
.form-about{
|
||||
padding-top: 98px;
|
||||
padding-bottom: 114px;
|
||||
.headline{
|
||||
.headline-h3 {
|
||||
font-size: 36px ;
|
||||
}
|
||||
|
||||
.headline-h2 {
|
||||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
.view-more{
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.form-container-bot{
|
||||
width: 794px !important;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user