@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
18 lines • 428 B
CSS
/*
Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.breadcrumb > div {
padding-left: 7px;
}
.breadcrumb div[role=navigation] {
margin-top: 0;
}
.breadcrumb .breadcrumbLinks ol li a {
font-size: 14px;
}
.breadcrumb .breadcrumbLinks ol li a:hover {
background-color: #fff;
}
.breadcrumb .breadcrumbLinks ol li i {
font-size: 10px;
}