Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
docs(dropdown): add styles
Browse files Browse the repository at this point in the history
Signed-off-by: Naylin Medina <[email protected]>
  • Loading branch information
Naylin15 committed Sep 21, 2018
1 parent af00d19 commit 479db84
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ header {
}
}

.dropdown-submenu {
display: list-item;
position: relative;

&>.dropdown-menu {
left: 100%;
margin-top: -52px;
top: 0;
}

.pull-left {
float: none;

&>.dropdown-menu {
left: -100%;
}
}

i {
font-size: 6px;
line-height: 15px;
}
}

@media (max-width: 1084px) {
.logo {
height: 30px;
Expand Down

0 comments on commit 479db84

Please sign in to comment.