This commit is contained in:
m.epshtein 2024-12-16 11:31:24 +03:00
parent 51da1a28bc
commit 5495e32f85
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,9 @@
.webbpm.ervu-eks .container-inside > div > div > [page-object]:first-child {
padding-top: 15px;
}
.webbpm.ervu-eks .container-inside > div > div > [page-object] {
display: inherit;
margin-bottom: 10px;
padding: 0 40px;
}

View file

@ -8,3 +8,4 @@
@import "structure.css";
@import "inbox-app.css";
@import "components-app.css";
@import "components-eks.css";