diff options
| author | rr- | 2016-08-27 18:19:42 +0200 |
|---|---|---|
| committer | rr- | 2016-08-27 22:19:01 +0200 |
| commit | 514c4349e0533d67bea5d7588c68e9ec20e8ad87 (patch) | |
| tree | b6a1a98d2564882860cde47b71ba19df0046714c /client/css/pager.styl | |
| parent | 702ec3e6fe57744e56ffa1a4423d122a2d8a2a5c (diff) | |
client/css: split into files
Diffstat (limited to 'client/css/pager.styl')
| -rw-r--r-- | client/css/pager.styl | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/client/css/pager.styl b/client/css/pager.styl new file mode 100644 index 0000000..9ce9757 --- /dev/null +++ b/client/css/pager.styl @@ -0,0 +1,34 @@ +@import colors + +.pager + nav + .disabled + opacity: .5 + .prev span, + .next span + opacity: 0 + position: absolute + display: block + width: 0 + height: 0 + + .page + position: relative + .page-header + margin: 0.5em 0.5em 0.5em 0 + position: relative + &:before + display: block + content: '' + position: absolute + left: 0 + top: 50% + right: 0 + height: 3px + background: $top-navigation-color + z-index: 1 + span + position: relative + background: white + padding: 0 1em + z-index: 2 |