This commit is contained in:
Kenneth Jannette
2024-01-28 17:30:38 -06:00
parent 66851fbfd3
commit 5b9a9d5d8b
4 changed files with 65 additions and 53 deletions

View File

@@ -87,6 +87,8 @@
.plan-header-right-low {
display: flex;
flex-direction: row;
justify-content: center;
margin: auto;
padding: 12px 14px;
width: 100%;
}
@@ -207,11 +209,19 @@
margin-top: 25px;
}
.show-addaccount-wrapper {
display: flex;
flex-direction: row;
justify-content: flex-end;
width: 100%;
}
.show-addaccount-container {
display: flex;
flex-direction: column;
width: 880px;
width: 578px;
min-height: 200px;
margin-right: 14px;
padding: 12px;
border-radius: 10px;
background-color: #fff;