Skip to content

Commit

Permalink
Merge branch 'dspace-cris-7' of bitbucket.org:4Science/dspace-angular…
Browse files Browse the repository at this point in the history
… into DSC-472
  • Loading branch information
Sufiyan Shaikh committed Mar 8, 2022
2 parents d27fdfa + c29d90d commit 77a9803
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#sidebar {
min-height: calc(100vh - 500px);
min-width: var(--ds-cris-layout-sidebar-width);
width: var(--ds-cris-layout-sidebar-width);
color: var(--ds-cris-layout-sidebar-link-color-active);
background: var(--ds-cris-layout-sidebar-background-color);
transition: all 0.3s;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<li *ngFor="let subTab of tab.children" [ngClass]="{'active' : !!subTab && !!activeTab && subTab.id == activeTab.id}">
<a class="nav-item shortcut-icon" href="javascript:;" [ngClass]="{ 'px-4 justify-content-between' : layout == 'vertical' }"
(click)="$event.preventDefault();selectTab(subTab)">
<span id="sidebarName-{{subTab.id}}" class="section-header-text" [innerHTML]="getTabHeader(subTab)">
<span id="sidebarName-{{subTab.id}}" class="pl-3 section-header-text" [innerHTML]="getTabHeader(subTab)">
</span>
</a>
</li>
</ul>
</div>
</li>
</li>
5 changes: 2 additions & 3 deletions src/styles/_custom_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@

--ds-date-picker-input-max-width: 300px;


--ds-cris-layout-sidebar-width: 250px;
--ds-cris-layout-sidebar-width: 350px;
--ds-cris-layout-sidebar-background-color: #{$gray-200};
--ds-cris-layout-sidebar-link-color: rgba(0,0,0,.8);
--ds-cris-layout-sidebar-link-color-active: #000000;
Expand All @@ -112,7 +111,7 @@
--ds-cris-layout-navbar-menu-background: #207698;
--ds-cris-layout-navbar-menu-color: #fff;
--ds-cris-layout-navbar-link-border-bottom: none;

--ds-cris-layout-navbar-sub-level-backround-color: #{$gray-200};
--ds-cris-layout-navbar-tab-color-active: #006666;
--ds-cris-layout-navbar-tab-color-hover : #{theme-color('light')};
Expand Down

0 comments on commit 77a9803

Please sign in to comment.