Remove obsolete pagination TS/CSS

This commit is contained in:
jeremystretch
2021-12-14 21:00:48 -05:00
parent 863fb9aa47
commit 0e50c964d5
8 changed files with 12 additions and 40 deletions

View File

@@ -737,10 +737,6 @@ nav.breadcrumb-container {
}
}
div.paginator > form > div.input-group {
width: fit-content;
}
label.required {
font-weight: $font-weight-bold;
@@ -900,14 +896,6 @@ div.card-overlay {
}
}
// Right-align the paginator element.
.paginator {
display: flex;
flex-direction: column;
align-items: flex-end;
padding: $spacer 0;
}
// Tabbed content
.nav-tabs {
.nav-link {