@choerodon/master
Version:
A package of Master for Choerodon platform.
69 lines (61 loc) • 1.3 kB
text/less
.theme4-page-breadcrumb {
height: 56px ;
min-height: 56px ;
border-bottom: 1px solid #d9e6f2;
background: white;
justify-content: unset ;
.c7n-breadcrumb-link {
font-size: 18px ;
font-weight: 400;
color: #0f1358;
}
span:last-child span:first-child {
color: var(--text-color) ;
}
}
.page-breadcrumb {
height: 64px;
max-height: 64px;
min-height: 64px;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 24px;
padding-right: 24px;
span:last-child {
span:first-child {
color: rgba(0, 0, 0, 0.87);
}
}
.c7n-breadcrumb-separator {
font-size: 20px;
// vertical-align: bottom;
}
.c7n-breadcrumb-link {
font-size: 20px;
color: rgba(0, 0, 0, 0.65);
line-height: 28px;
max-width: 6.5rem;
display: table-cell;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
a {
color: rgba(0, 0, 0, 0.65) ;
&:hover {
color: rgba(0, 0, 0, 0.87) ;
}
}
}
.title {
font-size: 20px;
color: rgba(0, 0, 0, 0.87) ;
line-height: 28px;
a {
color: rgba(0, 0, 0, 0.87) ;
}
}
.icon {
margin-top: -0.04rem;
}
}