feat(branches& warehouses): fix EmptyStatus.

This commit is contained in:
elforjani13
2022-02-08 16:05:40 +02:00
committed by a.bouhuolia
parent f0dc39eeaf
commit 28a9fd2390
8 changed files with 58 additions and 36 deletions

View File

@@ -0,0 +1,6 @@
// Branches List.
// ---------------------------------
.preferences-page__inside-content--branches {
height: 100%;
}

View File

@@ -0,0 +1,5 @@
// warehouses List.
// ---------------------------------
.preferences-page__inside-content--warehouses {
height: 100%;
}