mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 09:47:28 +03:00
7 lines
160 B
SCSS
7 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);
|
|
}
|