Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change padding on user menu button
  • Loading branch information
john committed Apr 24, 2017
1 parent 2202b45 commit b6fd640
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 0 additions & 7 deletions public/css/app.css
Expand Up @@ -16,10 +16,3 @@ main {
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.notification-count {
background-color: #f44336;
border-radius: 50%;
padding: 2px 6px;
margin-left: 5px;
}
12 changes: 12 additions & 0 deletions public/css/menu-button.css
@@ -1,3 +1,15 @@
.menu-messages-count {
min-width: 1rem !important;
}

.user-button {
padding-right: 10px !important;
padding-left: 15px !important;
}

.notification-count {
background-color: #f44336;
border-radius: 50%;
padding: 2px 6px;
margin-left: 5px;
}

0 comments on commit b6fd640

Please sign in to comment.