Create EditFederationModal

This commit is contained in:
Alex Gleason 2021-07-26 15:07:35 -05:00
parent 846b73eb9d
commit 6c4be4a515
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 6 additions and 0 deletions

View file

@ -63,3 +63,9 @@
}
}
}
.edit-federation-modal {
background: var(--foreground-color);
border-radius: 8px;
padding: 20px;
}