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> <h1>{{'preservation.space.home.title' | translate}}</h1>
<div> <dlcm-shared-tabs-container [tabs]="preservationSpaceTabs"
<dlcm-shared-tabs-container [tabs]="preservationSpaceTabs" [isLoading]="isLoadingObs | async"
[isLoading]="isLoadingObs | async" (tabChange)="setCurrentTab($event)"
(tabChange)="setCurrentTab($event)" >
<router-outlet></router-outlet>
> </dlcm-shared-tabs-container>
<router-outlet></router-outlet>
</dlcm-shared-tabs-container>
</div>
@import "../../../../../shared/components/routables/shared-abstract-home/shared-abstract-home.routable"; @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 @@ ...@@ -16,6 +16,10 @@
color: $light-grey; color: $light-grey;
cursor: pointer; cursor: pointer;
.icon {
padding-right: 5px;
}
&:focus { &:focus {
border: $light-grey solid 1px; 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