38 lines
607 B
CSS
38 lines
607 B
CSS
/* ================= Breadcrumb Layout C ================= */
|
|
|
|
.__PFX__-bc-c{
|
|
margin:10px 0;
|
|
font-size:13px;
|
|
line-height:1.8;
|
|
color:var(--text-muted-color);
|
|
}
|
|
|
|
.__PFX__-bc-c a{
|
|
color:var(--text-muted-color);
|
|
text-decoration:none;
|
|
}
|
|
|
|
.__PFX__-bc-c strong,
|
|
.__PFX__-bc-c em,
|
|
.__PFX__-bc-c mark{
|
|
font-style:normal;
|
|
font-weight:500;
|
|
background:none;
|
|
color:var(--text-color);
|
|
}
|
|
|
|
.__PFX__-bc-c code,
|
|
.__PFX__-bc-c kbd{
|
|
background:transparent;
|
|
padding:0;
|
|
font-size:12px;
|
|
}
|
|
|
|
.__PFX__-bc-c.seo{
|
|
font-weight:500;
|
|
}
|
|
|
|
.__PFX__-bc-c.compact{
|
|
font-size:12px;
|
|
}
|