Files
yoga/website/src/components/Toolbar.css
Emil Sjölander 025ee03cb1 Add copywrite headers to css files
Reviewed By: danielbuechele

Differential Revision: D6976529

fbshipit-source-id: 7f0c3fdd70105cbe055fa49f10eac3bdaf84b5c2
2018-02-13 09:16:03 -08:00

40 lines
703 B
CSS

/**
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
.Toolbar {
display: flex;
padding: 20px 15px;
z-index: 4;
align-items: center;
background-color: white;
}
.Toolbar .logo {
display: flex;
align-items: center;
text-decoration: none;
}
.Toolbar a {
margin: 0 15px;
color: #606770;
}
.Toolbar a:hover {
color: #8FD0C6;
}
.Toolbar .ToolbarToggle {
font-size: 16px;
}
.Toolbar .ToolbarToggle i {
margin-right: 5px;
}