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

Fix fab container style on mobile
pull/6874/head^2
Thomas Kaul 2 weeks ago committed by GitHub
parent 3a95d8e7dc
commit 703ea3492c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save