77 lines
1.6 KiB
SCSS
77 lines
1.6 KiB
SCSS
.about {
|
|
&_title {
|
|
text-transform: uppercase;
|
|
font: {
|
|
size: 35px;
|
|
weight: 500;
|
|
}
|
|
margin-top: 60px;
|
|
margin-bottom: 14px;
|
|
color:#E9E9E9;
|
|
}
|
|
p {
|
|
font: {
|
|
size: 20px;
|
|
}
|
|
color: white;
|
|
padding-right: 40px;
|
|
}
|
|
&_image {
|
|
background: {
|
|
image: url(../assets/about/img.png);
|
|
size: cover;
|
|
position: center;
|
|
repeat: no-repeat;
|
|
}
|
|
height: 730px;
|
|
}
|
|
&_text {
|
|
font: {
|
|
size: 20px;
|
|
}
|
|
color: #7E7E7E;
|
|
}
|
|
button {
|
|
width: 100%;
|
|
border: 1px solid #D9D9D9;
|
|
border-radius: 4px;
|
|
background-color: #212121;
|
|
&:hover {
|
|
background-color: #D9D9D9;
|
|
}
|
|
color: #fff;
|
|
}
|
|
&-feature {
|
|
position: relative;
|
|
top: -200px;
|
|
margin-bottom: -200px;
|
|
&_title {
|
|
border-bottom: 1px solid #fff;
|
|
color: #fff;
|
|
font: {
|
|
size: 30px;
|
|
weight: 400;
|
|
}
|
|
grid-gap:0px;
|
|
span {
|
|
float: left;
|
|
font: {
|
|
size: 109px;
|
|
weight: 400;
|
|
}
|
|
}
|
|
.col {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
&_text {
|
|
margin-top: 34px;
|
|
color: #7E7E7E;
|
|
font: {
|
|
size: 18px;
|
|
weight: 500;
|
|
}
|
|
}
|
|
}
|
|
} |