chowa
Version:
UI component library based on React
47 lines (44 loc) • 1.04 kB
CSS
/**
* @license chowa v1.1.3
*
* Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn).
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.cw-breadcrumb {
display: flex;
flex-direction: row;
color: #888da8;
white-space: nowrap;
margin: 0;
padding: 0;
list-style: none;
height: 32px;
line-height: 32px;
font-size: 14px;
box-sizing: border-box; }
.cw-breadcrumb-item {
flex: none;
margin: 0;
padding: 0;
box-sizing: border-box; }
.cw-breadcrumb-item:last-child {
color: #616a6e; }
.cw-breadcrumb-item:last-child a {
color: #616a6e; }
.cw-breadcrumb-item .cw-icon {
margin-right: 4px; }
.cw-breadcrumb-item a {
color: #888da8;
transition: color 0.2s ease-in;
text-decoration: none; }
.cw-breadcrumb-item a:hover {
color: #57a3f3; }
.cw-breadcrumb-separator {
flex: none;
margin: 0;
padding: 0 6px;
min-width: 24px;
text-align: center;
box-sizing: border-box; }