diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-24 14:03:45 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-24 14:03:45 +0200 |
| commit | 3e081c989c2ea890ec1237c9829aeb979b04f897 (patch) | |
| tree | bb5e4fa722a62079f7725c34d60f31f27cc29821 /animism-align/frontend/app/views/viewer/nav/eflux.css | |
| parent | e11d1e37492c209979b8b65a3e802821f513a24c (diff) | |
eflux chrome
Diffstat (limited to 'animism-align/frontend/app/views/viewer/nav/eflux.css')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/nav/eflux.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/viewer/nav/eflux.css b/animism-align/frontend/app/views/viewer/nav/eflux.css new file mode 100644 index 0000000..2dbd0be --- /dev/null +++ b/animism-align/frontend/app/views/viewer/nav/eflux.css @@ -0,0 +1,24 @@ +.eflux-header { + position: absolute; + top: 0; + left: 0; + width: 100%; + z-index: 2; +} +.eflux-logo { + position: absolute; + top: 20px; + left: 28px; +} +.eflux-logo img { + height: 28px; +} +.eflux-nav { + position: absolute; + top: 23px; + right: 32px; +} +.eflux-nav img { + height: 20px; + margin-left: 34px; +} |
