Remove SCSS files related to components, layouts, and Bootstrap variables no longer in use

This commit is contained in:
liosha84
2025-08-11 14:24:19 +03:00
parent 4c1c545229
commit 8cdfd2a6f5
75 changed files with 811 additions and 11333 deletions
@@ -0,0 +1,15 @@
.breadcrumb {
display: flex;
align-items: center;
gap: 4px;
margin-bottom: inherit;
}
.breadcrumb .sep {
font-size: 16px;
opacity: 0.6;
}
.breadcrumb a[mat-button] {
min-width: auto;
padding: 0 4px;
text-transform: none;
}