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

[US TRTL-638] Update vitamui breadcumb design

parent 5dd6c810
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
span:not(:last-child) { span:not(:last-child) {
cursor: pointer; cursor: pointer;
color: var(--vitamui-grey-700); color: var(--vitamui-primary);
font-weight: 700; font-weight: 400;
} }
span:last-child { span:last-child {
......
<div class="d-flex align-items-center"> <div class="d-flex flex-column">
<button class="btn btn-circle small primary mr-4" (click)="location.back()"> <div class="d-flex align-items-center">
<i class="material-icons">keyboard_backspace</i> <button class="btn link primary" (click)="location.back()">
</button> <i class="vitamui-icon vitamui-icon-arrow-back"></i>
</button>
<vitamui-common-breadcrumb
[data]="data"
(selected)="redirectTo($event)">
</vitamui-common-breadcrumb>
</div>
<vitamui-common-breadcrumb <h5 class="mt-0 mb-4">
[data]="data" <ng-content></ng-content>
(selected)="redirectTo($event)"> </h5>
</vitamui-common-breadcrumb> </div>
</div> \ No newline at end of file
<h5 class="mt-0 mb-4">
<ng-content></ng-content>
</h5>
\ No newline at end of file
div:first-of-type { button {
position: relative; position: relative;
left: -3.4rem; left: -2.5rem;
}
vitamui-common-breadcrumb {
position: relative;
left: -1.2rem;
} }
\ 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