more
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user