13 lines
176 B
CSS
13 lines
176 B
CSS
|
|
|
||
|
|
.header-right .menu {
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header-right .dropdown-menu a {
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header-right .nav-item .nav-link:hover {
|
||
|
|
color: black;
|
||
|
|
}
|