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 @@
span:not(:last-child) {
cursor: pointer;
color: var(--vitamui-grey-700);
font-weight: 700;
color: var(--vitamui-primary);
font-weight: 400;
}
span:last-child {
......
<div class="d-flex align-items-center">
<button class="btn btn-circle small primary mr-4" (click)="location.back()">
<i class="material-icons">keyboard_backspace</i>
</button>
<div class="d-flex flex-column">
<div class="d-flex align-items-center">
<button class="btn link primary" (click)="location.back()">
<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
[data]="data"
(selected)="redirectTo($event)">
</vitamui-common-breadcrumb>
</div>
<h5 class="mt-0 mb-4">
<ng-content></ng-content>
</h5>
\ No newline at end of file
<h5 class="mt-0 mb-4">
<ng-content></ng-content>
</h5>
</div>
\ No newline at end of file
div:first-of-type {
button {
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