This commit is contained in:
Kenneth Jannette
2024-01-28 05:30:48 -06:00
parent 181b298a5c
commit f47087cfb4
2 changed files with 51 additions and 26 deletions

View File

@@ -223,3 +223,22 @@
margin-top: 0px;
margin-left: 5px;
}
.signup-select-wrapper {
display: flex;
flex-direction: row;
justify-content: flex-end;
width: 100%;
margin: 6px 0px;
}
.signup-select-box {
width: 90px;
margin-left: auto;
margin-top: 12px;
margin-bottom: 12px;
}
.cancel-add-account-btn {
margin-right: 16px;
}