Create EditFederationModal

This commit is contained in:
Alex Gleason
2021-07-26 15:07:35 -05:00
parent 846b73eb9d
commit 6c4be4a515
3 changed files with 59 additions and 0 deletions

View File

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