Merge pull request 'Add invitations page to admin panel' (#24) from feature/admin_invitations into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #24
This commit was merged in pull request #24.
This commit is contained in:
2021-02-01 22:53:31 +00:00
6 changed files with 47 additions and 5 deletions

View File

@@ -11,6 +11,8 @@ body#admin-panel {
#main-nav {
ul {
grid-template-columns: repeat(4, 1fr);
li {
a {
&.active {

View File

@@ -120,12 +120,7 @@ main {
}
section {
padding-bottom: 3rem;
margin-bottom: 3rem;
&:not(:last-of-type) {
border-bottom: 1px dotted #ccc;
}
}
table {