EditFederationModal: improve UI

This commit is contained in:
Alex Gleason 2021-07-27 13:00:32 -05:00
parent 6c4be4a515
commit 9536fba7a9
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 12 additions and 0 deletions

View file

@ -68,4 +68,16 @@
background: var(--foreground-color);
border-radius: 8px;
padding: 20px;
&__title {
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
text-align: center;
}
&__submit {
margin-bottom: 0 !important;
margin-top: 20px;
}
}