Skip to content

Commit

Permalink
#1642 Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 8, 2016
1 parent e188767 commit 796f340
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions backstage/css/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
color: #fff;
font-weight: 300;
text-transform: uppercase;
padding: 22px 15px;
height: 65px;

img {
max-height: 24px;
Expand All @@ -27,10 +25,25 @@
}
}

@media screen and (min-width: 768px) {
.navbar-brand {
padding: 22px 15px;
height: 50px;
}
}

.navbar-nav > li > a {
color: #fff;
}

.navbar-collapse {
border: none;

@media screen and (max-width: 767px) {
background-color: rgba(0,0,0,.1) !important;
}
}

@media all and (min-width:768px) {
a {
padding-top: 23px;
Expand Down Expand Up @@ -76,6 +89,17 @@
border-radius: 100% !important;
}
}

.navbar-toggle {
margin: 0;
padding: 18px 16px;
border: 0;
background-color: rgba(0,0,0,.1) !important;
}

.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
border-color: rgba(0,0,0,0);
}

.notification-menu {
width: 400px;
Expand Down
Loading

0 comments on commit 796f340

Please sign in to comment.