waqarulzafar 2023-01-04 04:42:54 +05:00
commit 688b1c05bf
8 changed files with 99 additions and 80 deletions

View File

@ -87,6 +87,8 @@
.dropdown-item:focus, .dropdown-item:hover { .dropdown-item:focus, .dropdown-item:hover {
color: white; color: white;
background-color: #e9c046; background-color: #e9c046;
border-radius: 10px;
margin-top: 2px;
} }
.dropdown-item:focus, .dropdown-item:hover svg path{ .dropdown-item:focus, .dropdown-item:hover svg path{
@ -94,14 +96,26 @@
} }
.nav-link{ .nav-link{
color: black; color: black;
border-radius: 10px;
} }
.nav-link:hover{ .nav-link:hover{
background-color: #e9c046; background-color: #e9c046;
color: white !important; color: white !important;
border-radius: 10px;
} }
.nav-link:hover svg path { .nav-link:hover svg path {
fill: white; fill: white;
} }
.nav-link:hover svg rect { .nav-link:hover svg rect {
fill: white; fill: white;
}
.nav-icons.router-link-exact-active{
fill: white;
background-color: #e9c046;
}
.nav-icons.router-link-exact-active svg path{
fill: white;
} }

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
<template> <template>
<div style="background-color: #9ba4a9;padding-bottom: 100px"> <div style="background-color: #9ba4a9;height: 100vh">
<home-bar :title="title" /> <home-bar :title="title" />

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