Browse Source

Task/extract page tabs to dedicated component (part 2) (#6881)

Fix fab container style on mobile
pull/6874/head^2
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
703ea3492c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      libs/ui/src/lib/page-tabs/page-tabs.component.scss

2
libs/ui/src/lib/page-tabs/page-tabs.component.scss

@ -14,13 +14,13 @@
)
);
::ng-deep {
.fab-container {
@media (max-width: 575.98px) {
bottom: 5rem;
}
}
::ng-deep {
.mat-mdc-tab-nav-panel {
padding: 2rem 0;
}

Loading…
Cancel
Save