Skip to content

Commit

Permalink
Styles version number in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Oct 7, 2018
1 parent 040a347 commit bf6887d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/docs.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,22 @@ div[class^="rsg--logo"] {
}
}

// Sidebar version
p[class^="rsg--version"] {
@include inset-squish-space($space-xs);
margin: $space-xs 0 0;
color: $color-bleu-de-france;
font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-weight: $weight-normal;
display: inline-block;
line-height: $line-height-xs;
border: 1px solid $color-bleu-de-france;
text-transform: uppercase;
letter-spacing: 1px;
font-size: $size-xs;
border-radius: $radius-default;
}

// Sidebar search
div[class^="rsg--search"] input {
@include inset-squish-space($space-s);
Expand Down

0 comments on commit bf6887d

Please sign in to comment.