Files
Globaly-CSS-Practice/style/about_us/_form-about.scss
2024-06-05 16:57:33 +02:00

80 lines
1.5 KiB
SCSS

.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;
}
}
}