master
unknown 2023-01-05 03:27:29 +05:00
parent 2720eb6711
commit 40cdd29ade
10 changed files with 460 additions and 42 deletions

View File

@ -85,12 +85,20 @@
} }
.dropdown-item:focus, .dropdown-item:hover { .dropdown-item:focus, .dropdown-item:hover {
color: white; color: white !important;
background-color: #e9c046; background-color: #e9c046;
border-radius: 10px; border-radius: 10px;
margin-top: 2px; margin-top: 2px;
} }
.dropdown-item.router-link-exact-active{
color: white !important;
background-color: #e9c046;
border-radius: 10px;
margin-top: 2px;
}
.dropdown-item.router-link-exact-active, .dropdown-item.router-link-exact-active svg path{
fill: white;
}
.dropdown-item:focus, .dropdown-item:hover svg path{ .dropdown-item:focus, .dropdown-item:hover svg path{
fill: white; fill: white;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-12 col-sm-8"> <div class="col-12 col-sm-11">
<h4 class="fw-bold text-center pt-5">About Mindboost</h4> <h4 class="fw-bold text-center pt-5">About Mindboost</h4>
<div class="row pt-4"> <div class="row pt-4">
<div class="col-12"> <div class="col-12">

View File

@ -25,10 +25,10 @@
<h5 class="fw-bold text-end">Jack</h5> </div> <h5 class="fw-bold text-end">Jack</h5> </div>
</div> </div>
<div class="row pt-4"> <div class="row pt-4">
<div class="col-4"> <div class="col-2">
<h5 class="fw-bold text-muted">Email</h5> <h5 class="fw-bold text-muted">Email</h5>
</div> </div>
<div class="col-8"> <div class="col-10">
<h5 class="fw-bold text-end">michaeljack@gmail.com</h5> </div> <h5 class="fw-bold text-end">michaeljack@gmail.com</h5> </div>
</div> </div>
<div class="row pt-4"> <div class="row pt-4">