Network menu design updates.

This commit is contained in:
softsimon
2020-07-16 13:37:28 +07:00
parent 40afa7a420
commit 87e56e2975
5 changed files with 23 additions and 25 deletions

View File

@@ -51,3 +51,12 @@ nav {
.dropdown-divider {
border-top: 1px solid #121420;
}
.dropdown-toggle::after {
vertical-align: 0.1em;
}
.dropdown-item {
display: flex;
align-items:center;
}