Index: static/scss/layout/_navbar.scss |
=================================================================== |
--- a/static/scss/layout/_navbar.scss |
+++ b/static/scss/layout/_navbar.scss |
@@ -32,16 +32,36 @@ |
.js #navbar |
{ |
position: fixed; |
z-index: 1; |
top: 0; |
left: 0; |
} |
+#navbar h1 |
+{ |
+ margin: 0; |
+ font-size: 17px; |
saroyanm
2017/04/28 10:19:48
Detail: in ticket it's mentioned 16px, I assume yo
juliandoucette
2017/05/22 19:18:33
Done.
|
+ line-height: 64px; |
+} |
+ |
+#navbar h1 a |
+{ |
+ color: $primary-fg; |
+ text-decoration: none; |
+ font-weight: 300; |
+} |
+ |
+#navbar h1 a strong |
+{ |
+ font-weight: 400; |
+ margin-left: -2px; |
saroyanm
2017/04/28 10:19:48
Is there a reason why you are not removing the spa
juliandoucette
2017/05/22 19:18:33
Acknowledged.
We determined that removing the spa
|
+} |
+ |
@media(min-width: $sidebar-breakpoint-x) |
{ |
html[dir="rtl"] #navbar-logo |
{ |
margin-right: $sidebar-width; |
} |
html[dir="ltr"] #navbar-logo |
{ |