Skip to content

Commit

Permalink
Clicking logo goes to our public homepage, added note about needing a…
Browse files Browse the repository at this point in the history
… Scout account, aside styling
  • Loading branch information
itsderek23 committed Apr 20, 2017
1 parent 3ce610c commit 9c89ce3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
6 changes: 6 additions & 0 deletions source/includes/_elixir.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Elixir Agent

<aside class="warning">
Elixir support is in BETA.
</aside>

## Requirements

Our Elixir agent supports Phoenix 1.2.0+ and Elixir 1.4+.

## Installation

<aside class="notice">
A free Scout account is required. <a href="https://apm.scoutapp.com/users/sign_up" target: '_blank'>Signup here</a>.
</aside>

Tailored instructions are provided within our user interface. General instructions:

<div class="install">
Expand Down
2 changes: 1 addition & 1 deletion source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ under the License.
</span>
</a>
<div class="tocify-wrapper">
<%= link_to image_tag( "logo.png", id: 'logo'), '/' %>
<%= link_to image_tag( "logo.png", id: 'logo'), "https://scoutapp.com", target: '_blank' %>
<% if language_tabs %>
<div class="lang-selector">
<% language_tabs.each do |lang| %>
Expand Down
4 changes: 2 additions & 2 deletions source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -479,12 +479,12 @@ html, body {

&.warning {
background-color: $aside-warning-bg;
@include text-shadow(0 1px 0 lighten($aside-warning-bg, 15%));
// @include text-shadow(0 1px 0 lighten($aside-warning-bg, 15%));
}

&.success {
background-color: $aside-success-bg;
@include text-shadow(0 1px 0 lighten($aside-success-bg, 15%));
// @include text-shadow(0 1px 0 lighten($aside-success-bg, 15%));
}
}

Expand Down
17 changes: 17 additions & 0 deletions source/stylesheets/screen_overrides.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,23 @@ table.help {
color: #333;
}

.content {
aside {
font-weight: bold;
font-size: 16px;
color: #fff;
&:before {
font-size: 20px;
}
&.warning {
background-color: #f0592a;
}
&.notice {
background-color: #7aae37;
}
}
}

.tocify-wrapper > .search:before {

left: 25px;
Expand Down

0 comments on commit 9c89ce3

Please sign in to comment.