Skip to content

Instantly share code, notes, and snippets.

@acodesmith
Created November 19, 2014 20:53
Show Gist options
  • Save acodesmith/0a7c74a60929abbf4f6b to your computer and use it in GitHub Desktop.
Save acodesmith/0a7c74a60929abbf4f6b to your computer and use it in GitHub Desktop.
SCSS Template for stying Yii 1.0 Pagination HTML
//Yii pagination
.pager {
.yiiPager {
li {
&.page {
}
&.previous {
}
&.next {
}
&.first {
}
&.last {
}
&.selected {
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment