Skip to content

Commit

Permalink
Added styles for history navigation on team page
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed May 4, 2016
1 parent b488bc7 commit 96abf60
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions scss/pages/_website.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,59 @@ html.no_touch {
color: $base-font-color !important;
}
}

.pager {
.previous,
.next {
> a:hover,
> a:focus {
background-position: 0;
color: $color-highlight;
}
}
}
}

.pager {
li {
> a,
> span {
background-color: $color-shade-mid;
background-image: none;
border: 1px solid $color-shade-dark;
border-radius: 3px;
color: $base-font-color;
}

&.previous > {
a,
span {
background-position: 0;
padding-right: 0;
text-align: center;
}
}

&.next > {
a,
span {
background-position: 0;
padding-left: 0;
text-align: center;
}
}
}

.disabled > {
a,
span {
color: $color-highlight;
}
}
}

.loading_hash_animation img {
display: none;
}

.card,
Expand Down

0 comments on commit 96abf60

Please sign in to comment.