Skip to content
Snippets Groups Projects
Commit 116ef122 authored by Benjamin Melançon's avatar Benjamin Melançon
Browse files

Issue #3084159 by Jaydeep_patel, riddhi.addweb, medden, mlncn: Breadcrumb Padding Issue

parent b5fc08ca
No related branches found
No related tags found
No related merge requests found
......@@ -123,5 +123,19 @@ article {
.quickedit .icon { min-height:2em; }
.control { z-index: 999; }
.hero.is-primary .is-active a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current) {
color: #00d1b2;
}
\ No newline at end of file
color: #00d1b2;
}
// Ensure proper padding for breadcrumbs that are not links.
.breadcrumb {
li {
a {
padding: 0;
}
& + li {
&::before {
padding: 0 0.75em;
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment