feat: adjust styles for bookmark bar

This commit is contained in:
Johannes Millan 2019-08-25 18:13:11 +02:00
parent 2a6541e2d6
commit 308269164e
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<ng-container *ngIf="(isAllDataLoadedInitially$|async)">
<main-header></main-header>
<bookmark-bar class="bgc-800"></bookmark-bar>
<bookmark-bar></bookmark-bar>
<!--TODO move inside page container somehow -->
<banner></banner>
<add-task-bar (blurred)="layoutService.hideAddTaskBar()"

View file

@ -7,9 +7,10 @@ $listControlsWidth: 36px;
$bookmarkMinWidth: 56px;
:host {
@include mat-css-color-and-contrast(700);
}
.global-bookmark-list-outer {
padding-bottom: $sTopBottom;
box-shadow: $whiteframe-shadow-3dp;