feat(Warehouses|Branches): empty status text.

This commit is contained in:
a.bouhuolia
2022-03-21 18:31:31 +02:00
parent 90c77d80eb
commit 701c32debd
9 changed files with 57 additions and 30 deletions

View File

@@ -20,4 +20,17 @@ body{
.paragraph{
line-height: 1.5;
font-size: 14px;
}
ul.list{
margin-bottom: 10px;
padding-left: 25px;
li{
margin-bottom: 10px;
&::marker{
color: #666;
}
}
}