Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/app/assets/less/views/landingpage.less
2017-09-01 17:10:27 +02:00

43 lines
883 B
Text

// ----------------------------------
// Feature section
// ----------------------------------
.feature-section {
&:extend(.section);
> div + div {
margin-top: 2em;
}
.steps {
&:extend(.row all);
.steps-img {
&:extend(.center-block);
width: 270px;
height: 220px;
}
.steps-step1 .steps-img {
background-image: url('@{image-path}/step1.png');
}
.steps-step2 .steps-img {
background-image: url('@{image-path}/step2.png');
}
.steps-step3 .steps-img {
background-image: url('@{image-path}/step3.png');
}
.steps-step1,
.steps-step2,
.steps-step3 {
.make-md-column(4);
.text-center();
}
}
.call-to-action {
&:extend(.text-center);
}
}