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