Testing hugo
This commit is contained in:
commit
e3975962fa
327 changed files with 17224 additions and 0 deletions
48
public/themes/novela/assets/scss/paginator.scss
Normal file
48
public/themes/novela/assets/scss/paginator.scss
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
.pagination{
|
||||
z-index: 100;
|
||||
margin: 0;
|
||||
margin-top: 95px;
|
||||
padding: 0;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
|
||||
&:hover{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
.page-item{
|
||||
display: block;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
|
||||
.page-link{
|
||||
display: block;
|
||||
color: var(--grey);
|
||||
min-width: 6rem;
|
||||
}
|
||||
|
||||
.page-next, .page-prev{
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
|
||||
&::before{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.active{
|
||||
.page-link{
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue