You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
173 lines
3.1 KiB
173 lines
3.1 KiB
4 years ago
|
@import "~bootstrap/scss/bootstrap-utilities";
|
||
|
@import "../../common/scss/variables";
|
||
|
@import "../../common/scss/functions";
|
||
|
|
||
|
.al-page-index {
|
||
|
.al-hero-cta-primary {
|
||
|
background: $al-c-science-blue;
|
||
|
color: $al-font-color;
|
||
|
|
||
|
&:hover {
|
||
|
background: darken($al-c-science-blue, 5%);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.al-hero-cta-secondary {
|
||
|
background: $al-c-atlantis;
|
||
|
color: #222222;
|
||
|
|
||
|
&:hover {
|
||
|
background: darken($al-c-atlantis, 5%);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.al-index-feature-container {
|
||
|
background: #0e3b5c;
|
||
|
|
||
|
.al-index-feature-icon {
|
||
|
color: lighten($al-font-color, 10%);
|
||
|
font-size: 32px;
|
||
|
padding-right: 22px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.al-index-community-container {
|
||
|
background: #0e3b5c;
|
||
|
|
||
|
.al-index-community-icon {
|
||
|
color: $al-font-color;
|
||
|
font-size: 32px;
|
||
|
padding-right: 22px;
|
||
|
|
||
|
&.img {
|
||
|
height: 32px;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.al-community-cta {
|
||
|
min-width: 120px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.al-index-backed-by {
|
||
|
h2.border-bottom {
|
||
|
border-bottom-color: lighten($al-body-background, 8%) !important;
|
||
|
}
|
||
|
|
||
|
@include media-breakpoint-up(md) {
|
||
|
padding-top: 72px !important;
|
||
|
padding-bottom: 102px !important;
|
||
|
}
|
||
|
|
||
|
.al-backed-by-list {
|
||
|
div.col {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.al-backer-logo {
|
||
|
max-width: 120px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.al-index-faq {
|
||
|
background: #0e3b5c;
|
||
|
|
||
|
.accordion-button {
|
||
|
border: none;
|
||
|
box-shadow: none;
|
||
|
font-weight: normal;
|
||
|
background: #104469;
|
||
|
|
||
|
&:active, &.active, &:hover, &:focus {
|
||
|
box-shadow: none;
|
||
|
outline: none;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
&:not(.collapsed) {
|
||
|
background: #104469;
|
||
|
color: $al-font-color;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.accordion-body {
|
||
|
background: #114a73;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.al-index-newsletter {
|
||
|
|
||
|
@include media-breakpoint-up(md) {
|
||
|
padding-top: 80px;
|
||
|
padding-bottom: 80px;
|
||
|
}
|
||
|
|
||
|
.al-newsletter-button {
|
||
|
background: #0e3b5c;
|
||
|
|
||
|
&:hover {
|
||
|
background: lighten(#0e3b5c, 5%);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.al-index-press {
|
||
|
background: #0e3b5c;
|
||
|
|
||
|
@include media-breakpoint-up(md) {
|
||
|
padding-top: 72px !important;
|
||
|
padding-bottom: 72px !important;
|
||
|
}
|
||
|
|
||
|
.al-index-press-item {
|
||
|
margin-bottom: 10px;
|
||
|
|
||
|
blockquote.blockquote {
|
||
|
padding-bottom: 7px;
|
||
|
font-family: $al-font-family-accent;
|
||
|
font-size: 1.4rem;
|
||
|
|
||
|
&:before {
|
||
|
content: open-quote;
|
||
|
padding-right: 3px;
|
||
|
}
|
||
|
|
||
|
&:after {
|
||
|
content: close-quote;
|
||
|
padding-left: 3px;
|
||
|
}
|
||
|
|
||
|
&:before,
|
||
|
&:after {
|
||
|
font-family: $al-font-family-accent;
|
||
|
vertical-align: top;
|
||
|
display: inline-block;
|
||
|
color: #faf5f5;
|
||
|
font-weight: bold;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
figcaption.blockquote-footer {
|
||
|
color: $al-font-color;
|
||
|
|
||
|
cite {
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
|
||
|
&:hover {
|
||
|
text-decoration: underline;
|
||
|
color: lighten($al-link-color, 10%);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|