mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-27 06:01:56 +00:00
8 lines
172 B
SCSS
8 lines
172 B
SCSS
.short-urls-paginator {
|
|
position: sticky;
|
|
bottom: 0;
|
|
background-color: var(--primary-color-alfa);
|
|
padding: .75rem 0;
|
|
border-top: 1px solid var(--border-color);
|
|
}
|