Refactor breadcrumb title setting and update icons in navigation components

This commit is contained in:
liosha84
2025-07-02 13:01:21 +03:00
parent 0eeb93cd57
commit 51dfb3b24f
9 changed files with 54 additions and 29 deletions
@@ -13,3 +13,8 @@ mat-toolbar{
left: 0;
z-index: 1000; // Ensure toolbar stays above other content
}
.mat-mdc-raised-button:not(:disabled){
color: rgba(24, 255, 255, 0.96);
background-color: rgba(24,255,255,0.04);
}