mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-04-28 22:17:48 +02:00
Added dropdown to navbar
This commit is contained in:
parent
9848ebb56a
commit
2f7f43a9cd
2 changed files with 23 additions and 0 deletions
|
@ -498,6 +498,22 @@ nav[aria-label="breadcrumb"] li:last-child a{
|
|||
outline: 0;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
color: #fff;
|
||||
background-color: #040b1e;
|
||||
border: 1px solid #57cbcc;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
color: rgba(255,255,255,.75);
|
||||
}
|
||||
|
||||
.dropdown-item:focus, .dropdown-item:hover {
|
||||
color: #f8f9fa;
|
||||
text-decoration: none;
|
||||
background-color: #0f1e31;
|
||||
}
|
||||
|
||||
.bg-1 {
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue