This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-12 07:01:59 -07:00
|
|
|
.landing-strip {
|
2017-05-08 06:57:49 -07:00
|
|
|
background: rgba(darken($ui-base-color, 7%), 0.8);
|
|
|
|
color: $ui-primary-color;
|
2017-04-12 07:01:59 -07:00
|
|
|
font-weight: 400;
|
|
|
|
padding: 14px;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin-bottom: 20px;
|
2017-08-16 08:12:58 -07:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2017-04-12 07:01:59 -07:00
|
|
|
|
2017-05-07 11:47:31 -07:00
|
|
|
strong,
|
|
|
|
a {
|
2017-04-12 07:01:59 -07:00
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2017-08-16 08:12:58 -07: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 07:01:59 -07:00
|
|
|
}
|