Warning, /iDDS/monitor/data/scss/core/breadcrumb/breadcrumb.scss is written in an unsupported language. File is not indexed.
0001 /*******************
0002 Breadcrumb and page title
0003 *******************/
0004 .page-breadcrumb {
0005 padding: 13px 25px;
0006 .page-title{
0007 margin-bottom: 0px;
0008 font-weight: 700;
0009 }
0010 .breadcrumb {
0011 background: 0 0;
0012 margin-bottom: 0;
0013 padding: 0;
0014 margin-top: 8px;
0015 font-size: 12px;
0016 }
0017 }
0018 .breadcrumb {
0019 background: 0 0;
0020 margin-bottom: 0;
0021 padding: 0;
0022 margin-top: 8px;
0023 font-size: 12px;
0024 a {
0025 color: rgba(0,0,0,.5);
0026 font-size: 14px;
0027 font-weight: 300;
0028 &:hover {
0029 color: #000;
0030 }
0031 }
0032 .breadcrumb-item {
0033 &.active {
0034 a {
0035 color: #41b3f9;
0036 }
0037 }
0038 }
0039 }