Initial commit
This commit is contained in:
16
client/scss/components/_pagination.scss
Normal file
16
client/scss/components/_pagination.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
/*Pagination*/
|
||||
.pagination {
|
||||
margin-bottom: $globalMargin;
|
||||
.page-link {
|
||||
padding: 10px 14px;
|
||||
}
|
||||
.page-item {
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
.page-item.active {
|
||||
a {
|
||||
color: $color_white !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user