summaryrefslogtreecommitdiff
path: root/res/client/css/partials/base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/partials/base.scss')
-rw-r--r--res/client/css/partials/base.scss13
1 files changed, 10 insertions, 3 deletions
diff --git a/res/client/css/partials/base.scss b/res/client/css/partials/base.scss
index 6595d656..7edebc53 100644
--- a/res/client/css/partials/base.scss
+++ b/res/client/css/partials/base.scss
@@ -70,9 +70,16 @@ input{
}
.rhizi-logo{
- position:fixed;
+ position: fixed;
color: $dark-grey;
- bottom:10px;
- right:10px;
+ bottom: 10px;
+ right: 10px;
vertical-align: middle;
+}
+
+#org-logo__CRI {
+ position: fixed;
+ bottom: 10px;
+ right: 80px;
+ height: 30px;
} \ No newline at end of file