Add css style for paginator
This commit is contained in:
parent
cb6b616581
commit
10ea5f74c9
34
src/Web/WebMonolithic/eShopWeb/wwwroot/css/catalog/pager.css
Normal file
34
src/Web/WebMonolithic/eShopWeb/wwwroot/css/catalog/pager.css
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
.esh-pager-wrapper {
|
||||||
|
padding-top: 1rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.esh-pager-item {
|
||||||
|
margin: 0 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.esh-pager-item--navigable {
|
||||||
|
display: inline-block;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.esh-pager-item--navigable.is-disabled {
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.esh-pager-item--navigable:hover {
|
||||||
|
color: #83D01B;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1280px) {
|
||||||
|
.esh-pager-item {
|
||||||
|
font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1024px) {
|
||||||
|
.esh-pager-item {
|
||||||
|
margin: 0 4vw;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user