mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Merge pull request #5468 from G-Chubinidze/gc_SCI_8448
CSS: Breadcrumbs css issues [SCI-8448]
This commit is contained in:
commit
29713d01f4
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
padding-left: 1.5rem;
|
||||
|
||||
.breadcrumbs-link {
|
||||
@include font-small;
|
||||
color: var(--sn-blue);
|
||||
display: inline-block;
|
||||
max-width: var(--max-breadcrumbs-link-width);
|
||||
|
|
|
@ -3,7 +3,7 @@ body {
|
|||
}
|
||||
|
||||
.sci--layout {
|
||||
--breadcrumbs-navigation-height: 56px;
|
||||
--breadcrumbs-navigation-height: 44px;
|
||||
--left-navigation-width: 192px;
|
||||
--navbar-height: calc(var(--top-navigation-height) + var(--breadcrumbs-navigation-height));
|
||||
--navigator-navigation-width: 240px;
|
||||
|
|
Loading…
Reference in a new issue