diff options
Diffstat (limited to 'res/css/partials/top-bar.scss')
| -rw-r--r-- | res/css/partials/top-bar.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/css/partials/top-bar.scss b/res/css/partials/top-bar.scss new file mode 100644 index 00000000..c43f6cce --- /dev/null +++ b/res/css/partials/top-bar.scss @@ -0,0 +1,14 @@ +.logo { + position:fixed; + top:10px; + right:10px; + opacity: 0.7; + +} + +.poweredby{ + position:fixed; + bottom:10px; + right:10px; + vertical-align: middle; +}
\ No newline at end of file |
