/* This file is part of rhizi, a collaborative knowledge graph editor. Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ .username { display: inline-block; text-align: right; } .profile-username { font-size: 14px; margin-right: 10px; } #top-bar__user-area { float: right; margin-right: 20px; vertical-align: middle; } #top-bar{ } #top-bar__brand-area { float: right; margin-right: 10px; vertical-align: middle; } #top-bar_L1 { // background-color: #363636; border-bottom: 2px solid lightgray; line-height: 40px; overflow: auto; padding-left: $graph-margin-left; } #top-bar_L2 { background-color: #CFE5FF; } #top-bar__logout-btn { margin-left: 15px; font-size: 14px; @include btn-change-on-hover__opacity } #rzdoc-bar { // color: $light-grey; float: left; min-width: 250px; overflow-x: auto; position: relative; } #rzdoc-bar_doc-label { font-family: $semibold-font-family; font-size: $h3-size; font-weight: bold; } #site-logo { border-radius: 3px; height: 25px; padding: 2px; vertical-align: middle; }