This commit is contained in:
Kenneth Jannette
2024-01-27 16:44:04 -06:00
parent cca45fc671
commit ae8a63db90
2 changed files with 36 additions and 2 deletions

View File

@@ -62,7 +62,6 @@
flex-direction: row;
margin-top: 24px;
width: 920px;
height: 600px;
}
.select-plan-header {
@@ -191,3 +190,15 @@
border-radius: 10px;
margin-top: 25px;
}
.show-addaccount-container {
display: flex;
flex-direction: column;
width: 880px;
min-height: 350px;
padding: 12px;
border-radius: 10px;
//background-color: rgb(240, 247, 250);
background-color: red;
border: 1px solid #e9e9e9;
}