mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-06-01 01:56:20 +00:00
8 lines
160 B
SCSS
8 lines
160 B
SCSS
.short-urls-paginator {
|
|
position: sticky;
|
|
bottom: 0;
|
|
background-color: rgba(white, .8);
|
|
padding: .75rem 0;
|
|
border-top: 1px solid rgba(black, .125);
|
|
}
|