36 lines
565 B
CSS
36 lines
565 B
CSS
/* ================= Breadcrumb Layout B ================= */
|
|
|
|
.__PFX__-bc-b{
|
|
margin:14px 0;
|
|
padding:10px 12px;
|
|
background:var(--bg-soft-color);
|
|
border-radius:6px;
|
|
font-size:13px;
|
|
line-height:1.6;
|
|
}
|
|
|
|
.__PFX__-bc-b a{
|
|
color:var(--text-color);
|
|
text-decoration:none;
|
|
}
|
|
|
|
.__PFX__-bc-b strong,
|
|
.__PFX__-bc-b em{
|
|
font-style:normal;
|
|
font-weight:600;
|
|
}
|
|
|
|
/* block spacing */
|
|
.__PFX__-bc-b > * > *{
|
|
margin-bottom:6px;
|
|
}
|
|
|
|
.__PFX__-bc-b.compact{
|
|
padding:8px 10px;
|
|
font-size:12px;
|
|
}
|
|
|
|
.__PFX__-bc-b.seo{
|
|
font-weight:500;
|
|
}
|