2015-08-18 00:31:17 -04:00
|
|
|
.bd-featurette {
|
|
|
|
padding-top: 3rem;
|
|
|
|
padding-bottom: 3rem;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #555;
|
2015-08-19 03:07:59 -04:00
|
|
|
text-align: center;
|
2015-08-18 00:31:17 -04:00
|
|
|
background-color: #fff;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2015-08-22 21:32:18 -04:00
|
|
|
.lead {
|
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
margin-left: auto;
|
|
|
|
font-size: 1rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-08-19 03:07:59 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2015-08-18 00:31:17 -04:00
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
.col-sm-6:first-child {
|
|
|
|
padding-right: ($grid-gutter-width * 1.5);
|
|
|
|
};
|
|
|
|
.col-sm-6:last-child {
|
|
|
|
padding-left: ($grid-gutter-width * 1.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bd-featurette-title {
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #333;
|
2015-08-22 21:32:18 -04:00
|
|
|
text-align: center;
|
2015-08-18 00:31:17 -04:00
|
|
|
}
|
2015-08-22 21:32:18 -04:00
|
|
|
|
2015-08-18 00:31:17 -04:00
|
|
|
.half-rule {
|
|
|
|
width: 6rem;
|
2015-08-19 03:07:59 -04:00
|
|
|
margin: 2.5rem auto;
|
|
|
|
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2015-08-18 00:31:17 -04:00
|
|
|
}
|
|
|
|
.bd-featurette h4 {
|
|
|
|
margin-top: 1rem;
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
.bd-featurette-img {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
.bd-featurette-img:hover {
|
|
|
|
color: $brand-primary;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.bd-featurette-img img {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 480px) {
|
2015-08-20 17:38:40 -04:00
|
|
|
.bd-featurette .img-fluid {
|
2015-08-18 00:31:17 -04:00
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.bd-featurette {
|
|
|
|
padding-top: 6rem;
|
|
|
|
padding-bottom: 6rem;
|
|
|
|
}
|
|
|
|
.bd-featurette-title {
|
|
|
|
font-size: 2.5rem;
|
2015-08-19 03:07:59 -04:00
|
|
|
|
|
|
|
+ .lead {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
2015-08-18 00:31:17 -04:00
|
|
|
}
|
|
|
|
.bd-featurette .lead {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
2015-08-20 17:38:40 -04:00
|
|
|
.bd-featurette .img-fluid {
|
2015-08-18 00:31:17 -04:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|