Files
yoga/website/src/components/Toolbar.css

40 lines
703 B
CSS
Raw Normal View History

/**
* 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;
}