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
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:
@@ -11,6 +11,8 @@ body#admin-panel {
|
||||
|
||||
#main-nav {
|
||||
ul {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
|
||||
li {
|
||||
a {
|
||||
&.active {
|
||||
|
||||
@@ -120,12 +120,7 @@ main {
|
||||
}
|
||||
|
||||
section {
|
||||
padding-bottom: 3rem;
|
||||
margin-bottom: 3rem;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: 1px dotted #ccc;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
|
||||
Reference in New Issue
Block a user