EditFederationModal: improve UI
This commit is contained in:
parent
6c4be4a515
commit
9536fba7a9
2 changed files with 12 additions and 0 deletions
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue