diff --git a/apps/client/src/widgets/layout/Breadcrumb.css b/apps/client/src/widgets/layout/Breadcrumb.css index 54e9c5da0..2bdb6d3a4 100644 --- a/apps/client/src/widgets/layout/Breadcrumb.css +++ b/apps/client/src/widgets/layout/Breadcrumb.css @@ -46,6 +46,19 @@ overflow: hidden; display: block; flex-shrink: 2; + font-weight: normal; + } + } + + .icon-action { + font-size: .9rem !important; + + .bxs-chevron-right { + transform: translateY(8%); + + &::before { + opacity: .75; + } } }