more
This commit is contained in:
@@ -81,14 +81,6 @@
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.select-plan-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 24px;
|
||||
width: 920px;
|
||||
min-height: 810px;
|
||||
}
|
||||
|
||||
.select-plan-header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -119,15 +111,23 @@
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.select-plan-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 24px;
|
||||
width: 920px;
|
||||
min-height: 810px;
|
||||
border-radius: 10px;
|
||||
background-color: rgb(240, 247, 250);
|
||||
border: 1px solid #e9e9e9;
|
||||
}
|
||||
|
||||
.select-sub-left {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 45px;
|
||||
width: 100%;
|
||||
border-radius: 10px;
|
||||
background-color: rgb(240, 247, 250);
|
||||
border: 1px solid #e9e9e9;
|
||||
}
|
||||
|
||||
.select-sub-right {
|
||||
|
||||
Reference in New Issue
Block a user