Reworking, patching and cleaning the extension
This commit is contained in:
@ -57,7 +57,7 @@ async function uploadandrefreshScholarshipRequest(){
|
||||
<button @click="">Download tax justif document</button>
|
||||
<button style="margin-left: 2%">Download residency justif document</button>
|
||||
</div>
|
||||
<div v-if="req.state == 'Pending'">
|
||||
<div v-if="req.state == 'Pending'" style="margin-top: 2%; margin-bottom: 2%;">
|
||||
Please enter the amount to provide :
|
||||
<input type="number" v-model="scholarshipData.amount">
|
||||
</div>
|
||||
@ -101,7 +101,7 @@ async function uploadandrefreshScholarshipRequest(){
|
||||
display:flex;
|
||||
align-items:center;
|
||||
justify-content:center;
|
||||
margin-top:7%;
|
||||
margin-top:10%;
|
||||
}
|
||||
|
||||
.subContainter{
|
||||
@ -121,4 +121,12 @@ async function uploadandrefreshScholarshipRequest(){
|
||||
background-color:rgb(50,50,50);
|
||||
border-radius:20px;
|
||||
}
|
||||
|
||||
button{
|
||||
border:none;
|
||||
background-color:rgb(239, 60, 168);
|
||||
border-radius:10px;
|
||||
height:35px;
|
||||
margin-top:10px;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user