Skip to content

Commit

Permalink
Add styles for legal page
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Feb 13, 2017
1 parent a8f88af commit 7786ddf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
@import "modules/pages/api";
@import "modules/pages/apps";
@import "modules/pages/downloads";
@import "modules/pages/legal";
@import "modules/pages/oauth";
@import "modules/pages/spaces";
@import "modules/pages/status";
Expand Down
36 changes: 36 additions & 0 deletions scss/modules/pages/_legal.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
// Despite the selector, these are only used for legal pages.

#api_nav {
h5 {
color: $base-font-color;
}

#api_sections ul {
li {
a {
border-bottom-color: $color-shade-darkest;
color: $color-highlight;

&:hover {
color: $base-font-color;
}

&.active {
background: $color-shade-dark;
color: $color-highlight;
text-shadow: 0 1px 1px $color-shadow-medium;

&:hover {
background: $color-shade-dark;
color: $color-highlight;
text-shadow: 0 1px 1px $color-shadow-medium;
}
}
}
}
}
}

.col.span_1_of_2.bordered {
background-color: $color-shade-dark;
}

0 comments on commit 7786ddf

Please sign in to comment.