acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
18 lines (15 loc) • 337 B
text/less
/* * * * * * * * * * * * * * * * * * * * *
BREADCRUMB
* * * * * * * * * * * * * * * * * * * * */
.ant-breadcrumb{
color: @isoColor--TextDark;
font-size: @isoFontSize - 1;
a{
color: @isoColor--TextDark;
font-size: @isoFontSize - 1;
}
> span:last-child {
font-weight: 700;
color: @isoColor--HeadingLight;
}
}