initial V3-stable

This commit is contained in:
gurusabarish
2022-02-05 10:34:48 +05:30
parent 00c24c1e15
commit e31444f76b
1715 changed files with 13389 additions and 6043 deletions
+28
View File
@@ -0,0 +1,28 @@
.navbar-toggler {
border: none;
outline: none;
}
.navbar-toggler svg {
fill: currentColor;
}
.navbar-toggler:focus {
box-shadow: 0 0 0 .05em;
}
.navbar-text {
font-size: 16px !important;
}
.nav-link{
transition: none !important;
}
.navbar-brand {
color: var(--primary-color) !important;
}
.navbar .nav-link:hover {
color: var(--primary-color) !important;
}
li> .dropdown-toggle:focus{
color: var(--primary-color) !important;
}
.dropdown-item:hover {
background-color: var(--secondary-color) !important;
}