mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 03:59:17 +00:00
26 lines
380 B
CSS
26 lines
380 B
CSS
nav.breadcrumbs {
|
|
padding: 5px;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
nav.breadcrumbs > span {
|
|
display: inline-block;
|
|
padding: 5px 0;
|
|
font-size: 12px;
|
|
}
|
|
|
|
nav.breadcrumbs > span a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
|
|
nav.breadcrumbs > span::after {
|
|
content: '>';
|
|
padding: 0 5px;
|
|
opacity: 0.4;
|
|
}
|
|
|
|
nav.breadcrumbs > span:last-child::after {
|
|
display: none;
|
|
}
|