react-ark-tools
Version:
Boilerplate and tooling for JavaScript application development with React
26 lines (21 loc) • 486 B
CSS
/**
* React App SDK (https://github.com/kriasoft/react-app)
*
* Copyright © 2015-present Kriasoft, LLC. All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE.txt file in the root directory of this source tree.
*/
.nav {
}
.link {
display: inline-block;
padding: 10px 20px;
border-bottom: 4px solid transparent;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.active {
border-bottom-color: #fff;
}