Skip to content
Snippets Groups Projects
Commit dbfa5fe4 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

fix: display of preservation space element

parent 324bb3e4
No related branches found
No related tags found
1 merge request!204feat: refactor the preservation space
<h1>{{'preservation.space.home.title' | translate}}</h1>
<div>
<dlcm-shared-tabs-container [tabs]="preservationSpaceTabs"
[isLoading]="isLoadingObs | async"
(tabChange)="setCurrentTab($event)"
>
<router-outlet></router-outlet>
</dlcm-shared-tabs-container>
</div>
<dlcm-shared-tabs-container [tabs]="preservationSpaceTabs"
[isLoading]="isLoadingObs | async"
(tabChange)="setCurrentTab($event)"
>
<router-outlet></router-outlet>
</dlcm-shared-tabs-container>
@import "../../../../../shared/components/routables/shared-abstract-home/shared-abstract-home.routable";
:host {
padding-top: 40px;
::ng-deep {
.tabs-header-container {
.tab-header {
@include respond-to-breakpoint-and-bigger('md') {
width: 172px !important;
}
}
}
.tab-content {
> * {
padding-top: 0 !important;
}
dlcm-button-toolbar-list {
padding-bottom: 0 !important;
}
}
}
}
\ No newline at end of file
......@@ -16,6 +16,10 @@
color: $light-grey;
cursor: pointer;
.icon {
padding-right: 5px;
}
&:focus {
border: $light-grey solid 1px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment