Adds styles for pagination

This commit is contained in:
Alberto Garcia Cabeza
2015-08-20 12:35:00 +02:00
parent 9e15652d58
commit 51d08d9798
8 changed files with 49 additions and 85 deletions

View File

@@ -12,6 +12,7 @@
// 10. User account
// 11. Filters
// 12. Official levels
// 13. Pagination
//
// 01. Variables
@@ -673,3 +674,14 @@ img.initialjs-avatar {
.level-5 {
background: $level-5;
}
// 13. Pagination
// - - - - - - - - - - - - - - - - - - - - - - - - -
ul.pagination {
margin-top: rem-calc(24);
li {
color: $text-medium;
}
}