Skip to content
Snippets Groups Projects
Commit 6dd086dd authored by Fadil's avatar Fadil Committed by pybelecalo
Browse files

[US TRTL-500] Fix breadscrum display

parent d5a0bd88
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
display: inline-flex;
align-items: center;
span {
font-size: 14px;;
}
span:not(:last-child) {
cursor: pointer;
color: var(--vitamui-grey-700);
......
......@@ -9,6 +9,6 @@
</vitamui-common-breadcrumb>
</div>
<h2 class="mt-2">
<h5 class="mt-0 mb-4">
<ng-content></ng-content>
</h2>
\ No newline at end of file
</h5>
\ No newline at end of file
div:first-of-type {
position: relative;
left: -3.4rem;
}
h2{
font-family: 'Mulish', sans-serif;
font-style: normal;
font-weight: 800;
font-size: 24px;
line-height: 32px;
letter-spacing: -0.5px;
color: var(--vitamui-grey-900);
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment