if navtype is circles and infinite scrolling is enabled load more link looks more like a button, similar to the circles pagination
This commit is contained in:
parent
0d3aeb96fa
commit
bc28510322
2 changed files with 40 additions and 23 deletions
|
|
@ -416,3 +416,20 @@ ul.list {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.loadMoreButton {
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
&.buttonLike {
|
||||
a {
|
||||
border-radius: 10px;
|
||||
background-color: $highlight_bg_color;
|
||||
padding: 15px;
|
||||
border-bottom: none;
|
||||
&:hover, &:focus {
|
||||
background-color: $accent_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue