From 045597184560d4579cb5e34d3e731a5d6bb022c9 Mon Sep 17 00:00:00 2001 From: garbash Date: Fri, 28 Nov 2014 17:29:15 +0200 Subject: Implemented stylesheet structure+font change --- res/css/partials/top-bar.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 res/css/partials/top-bar.scss (limited to 'res/css/partials/top-bar.scss') 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 -- cgit v1.3.1