diff --git a/app/assets/stylesheets/components/pill.scss b/app/assets/stylesheets/components/pill.scss index 5d3b57ce5..3b04ed497 100644 --- a/app/assets/stylesheets/components/pill.scss +++ b/app/assets/stylesheets/components/pill.scss @@ -55,3 +55,26 @@ color: $text-colour; } } + +.pill-separate { + + &-item { + + display: block; + text-align: left; + padding: 10px $gutter-half; + + &:link, + &:visited { + background: $link-colour; + color: $white; + text-decoration: underline; + } + + &:hover { + color: $light-blue-25; + } + + } + +} diff --git a/app/templates/views/api/index.html b/app/templates/views/api/index.html index db6586550..cf782ce5c 100644 --- a/app/templates/views/api/index.html +++ b/app/templates/views/api/index.html @@ -8,11 +8,17 @@ {% block maincolumn_content %} -

+

API integration

- API keys - Documentation + {% endblock %} diff --git a/app/templates/views/dashboard/write-first-messages.html b/app/templates/views/dashboard/write-first-messages.html index 3fe87f68a..ecf754b33 100644 --- a/app/templates/views/dashboard/write-first-messages.html +++ b/app/templates/views/dashboard/write-first-messages.html @@ -1,16 +1,10 @@ -{% from "components/banner.html" import banner_wrapper %} -

Get started

- +