mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 17:57:26 +03: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);
|
||
|
}
|