2017-04-12 10:01:59 -04:00
|
|
|
.landing-strip {
|
2017-05-08 09:57:49 -04:00
|
|
|
background: rgba(darken($ui-base-color, 7%), 0.8);
|
|
|
|
color: $ui-primary-color;
|
2017-04-12 10:01:59 -04:00
|
|
|
font-weight: 400;
|
|
|
|
padding: 14px;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin-bottom: 20px;
|
2017-08-16 11:12:58 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2017-04-12 10:01:59 -04:00
|
|
|
|
2017-05-07 14:47:31 -04:00
|
|
|
strong,
|
|
|
|
a {
|
2017-04-12 10:01:59 -04:00
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2017-08-16 11:12:58 -04:00
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 740px) {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2017-04-12 10:01:59 -04:00
|
|
|
}
|