2022-11-17 10:29:59 -05:00
|
|
|
.page-style {
|
|
|
|
background-color: @white;
|
|
|
|
|
2022-11-17 10:30:48 -05:00
|
|
|
a:not(.btn) {
|
2022-11-17 10:29:59 -05:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-header {
|
|
|
|
border-bottom: none;
|
|
|
|
margin: 0;
|
2022-12-12 10:49:34 -05:00
|
|
|
margin-top: 60px !important;
|
2022-11-17 10:29:59 -05:00
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
background-color: @blue-10;
|
|
|
|
border-radius: 24px;
|
|
|
|
}
|
2022-12-05 10:32:01 -05:00
|
|
|
|
|
|
|
video {
|
|
|
|
clip-path: inset(0 0); // fix Safari bug that will sometimes add border
|
|
|
|
}
|
2022-12-05 10:32:08 -05:00
|
|
|
|
|
|
|
.section-row {
|
|
|
|
margin: 0 auto;
|
|
|
|
/* match .col-sm-12 */
|
|
|
|
/* @grid-gutter-width is used for margins */
|
|
|
|
max-width: (@screen-sm) - @grid-gutter-width!important;
|
|
|
|
@media (min-width: @screen-md-min) {
|
|
|
|
max-width: (@screen-md) - @grid-gutter-width!important;
|
|
|
|
}
|
|
|
|
@media (min-width: @screen-lg-min) {
|
|
|
|
max-width: (@screen-lg) - @grid-gutter-width!important;
|
|
|
|
}
|
|
|
|
}
|
2022-11-17 10:29:59 -05:00
|
|
|
}
|