Skip to content
Snippets Groups Projects

kite-3360388-01: Pagination needs style.

Merged Alok Singh requested to merge issue/kite-3360388:kite-3360388-01 into main
2 files
+ 82
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 33
0
@@ -1681,6 +1681,39 @@ input:focus-visible {
@@ -1681,6 +1681,39 @@ input:focus-visible {
#edit-pass--description {
#edit-pass--description {
margin: 10px; }
margin: 10px; }
 
nav.pager ul {
 
display: flex;
 
justify-content: center;
 
}
 
nav.pager ul li {
 
list-style-type: none;
 
}
 
nav.pager ul li {
 
margin-right: 6px;
 
}
 
nav.pager ul li a {
 
text-decoration: none;
 
padding: 5px 12px;
 
background: #000;
 
color: #fff;
 
border: 1px solid #000;
 
}
 
nav.pager ul li a:hover {
 
background: #fff;
 
color: #000;
 
border: 1px solid #000;
 
}
 
@media (max-width: 767px) {
 
nav.pager ul {
 
padding-left: 0;
 
 
}
 
nav.pager ul li a {
 
padding: 4px 7px;
 
font-size: 14px;
 
}
 
}
 
@media (max-width: 768px) {
@media (max-width: 768px) {
.footer .footer-nav {
.footer .footer-nav {
-webkit-box-orient: vertical;
-webkit-box-orient: vertical;
Loading