summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/top-bar.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss
index 46b18cec..a96d3055 100644
--- a/res/client/css/partials/top-bar.scss
+++ b/res/client/css/partials/top-bar.scss
@@ -7,14 +7,6 @@
background-color:$dark-grey;
}
-.doc-title{
- font-family: $semibold-font-family;
- color: $light-grey;
- margin-left: 40px;
- padding: 10px;
- font-size: $h3-size;
-}
-
.user-area {
float: right;
margin: 3px $doc-margin 3px $doc-margin;
@@ -50,3 +42,11 @@
left: -20px;
top: -10px;
}
+
+#doc-title{
+ font-family: $semibold-font-family;
+ color: $light-grey;
+ margin-left: 40px;
+ padding: 10px;
+ font-size: $h3-size;
+}