Feature: stelle die Pagination-Navigation schön dar
This commit is contained in:
@@ -74,3 +74,28 @@ section article {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Einstellungen für die Pagination-Navigation
|
||||||
|
.pagination-nav {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding-top: 1rem;
|
||||||
|
.option {
|
||||||
|
&.number, &.ellipsis {
|
||||||
|
line-height: 1.25rem;
|
||||||
|
span {
|
||||||
|
margin: .25rem .5rem;
|
||||||
|
}
|
||||||
|
&.active {
|
||||||
|
text-decoration: underline solid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.disabled {
|
||||||
|
svg {
|
||||||
|
path {
|
||||||
|
fill: darken(@mainColorLight,40%,relativ);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user