docs(salesforce): describe auth and triggers

This commit is contained in:
Ali BARIN
2022-11-06 21:29:52 +01:00
parent c9925ba8fe
commit 99640b3d73
5 changed files with 64 additions and 0 deletions

View File

@@ -118,3 +118,8 @@
:root {
overflow-y: scroll;
}
.VPTeamMembersItem .avatar-img {
top: 50%;
transform: translateY(-50%);
}