waqarulzafar 2023-01-02 01:10:00 +05:00
commit 1276d057ff
4 changed files with 63 additions and 27 deletions

View File

@ -73,6 +73,9 @@
p,h1,h2,h3,h4,h5,h6,span{
font-size: 15px;
}
.dropdown-menu {
min-width: 205px !important;
}
}
.doted-nav{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,15 +2,19 @@
<div>
<div class="row justify-content-center">
<div class="col-12 col-sm-12 col-md-8">
<h4 class="fw-bold text-center pt-5">Account
<nuxt-link to="/setting/editaccount" class="float-end fs-5 pt-1 text-decoration-none" style="color: #e9c046">Edit</nuxt-link></h4>
<div class="row">
<div class="col-12">
<h4 class="fw-bold text-center pt-5">Account
<nuxt-link to="/setting/editaccount" class="float-end pt-1 text-decoration-none" style="color: #e9c046">Edit</nuxt-link>
</h4>
</div>
</div>
<div class="row pt-4">
<div class="col-6 px-0 px-sm-3">
<div class="col-6 ">
<h5 class="fw-bold text-start text-muted">First Name</h5>
</div>
<div class="col-6 px-0">
<h5 class="fw-bold px-0 mx-0 text-end">Michael</h5>
<div class="col-6 ">
<h5 class="fw-bold text-end">Michael</h5>
</div>
</div>
<div class="row pt-4">