1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-06 14:10:06 +00:00

feat: add basic UI for settings and permissions

This commit is contained in:
2022-05-16 23:53:30 +05:00
parent 0781ddd64e
commit 5652325452
6 changed files with 438 additions and 1 deletions

View File

@@ -18,3 +18,10 @@ code {
flex-direction: column;
align-items: center;
}
.permissions-page {
display: flex;
flex-direction: column;
padding: '5px 10px';
margin-top: '10px';
}