Newer
Older
@include media-query(tablet-portrait) {
background: linear-gradient(to right, $color--dark-blue 50%, $color--light-blue 50%);
}
@include media-query(tablet-portrait) {
padding: 40px 80px;
&:first-child {
background: $color--dark-blue;
}
&:last-child {
background: $color--light-blue;
}
}
&__heading {
display: none;
@include media-query(tablet-portrait) {
display: block;
margin: 0 20px 0 0;
}
}
&__social-links {
a {
display: flex;
align-items: center;
width: 100%;
max-width: 390px;
margin-bottom: 1rem;
color: $color--white;
background: transparent;
border-top: 0;
border-right: 0;
border-bottom: 4px solid $color--light-blue;
border-left: 0;
}
}
label {
display: block;
}
&__credits {
display: flex;
align-items: center;