summaryrefslogtreecommitdiff
path: root/res/css/partials/top-bar.scss
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-28 17:29:15 +0200
committergarbash <dor.garbash@gmail.com>2014-11-28 17:29:15 +0200
commit045597184560d4579cb5e34d3e731a5d6bb022c9 (patch)
treecdc80d22e4f92712963f2cfb8bf3c7f24d964610 /res/css/partials/top-bar.scss
parent92eb91a3c605cbd830d20dae6488a44d3679299c (diff)
Implemented stylesheet structure+font change
Diffstat (limited to 'res/css/partials/top-bar.scss')
-rw-r--r--res/css/partials/top-bar.scss14
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