Skip to content

Instantly share code, notes, and snippets.

@benrasmusen
Created June 14, 2013 14:01
Show Gist options
  • Save benrasmusen/5782024 to your computer and use it in GitHub Desktop.
Save benrasmusen/5782024 to your computer and use it in GitHub Desktop.

Revisions

  1. benrasmusen created this gist Jun 14, 2013.
    20 changes: 20 additions & 0 deletions components.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    // Slideshow pagination

    .slideshow-pagination {

    overflow:auto;
    margin:10px 0px;
    height:75px;

    .pagination {
    li {
    font-size: 16px;
    color: #0075bf;
    font-weight: bold;
    line-height: 68px;
    a:hover {
    background-color: #ffffff;
    }
    }
    }
    }