This commit is contained in:
Kenneth Jannette
2024-01-28 05:45:43 -06:00
parent 938a0600cf
commit 2ef1db9bd2
2 changed files with 23 additions and 6 deletions

View File

@@ -242,3 +242,13 @@
.cancel-add-account-btn {
margin-right: 16px;
}
.add-account-copy-wrapper {
display: flex;
flex-direction: row;
width: 800px;
justify-content: flex-end;
align-items: center;
margin-right: 12px;
padding-right: 12px;
}