Commit 60f9d0edd7b9ca5769693a3e423a81f763c8a2c9
1 parent
9063e94d
Exists in
master
and in
38 other branches
Refactor navbar styles
Showing
1 changed file
with
15 additions
and
11 deletions
Show diff stats
src/app/components/navbar/navbar.scss
| @@ -5,21 +5,25 @@ | @@ -5,21 +5,25 @@ | ||
| 5 | @media (max-width: 978px) { | 5 | @media (max-width: 978px) { |
| 6 | padding: 0 2%; | 6 | padding: 0 2%; |
| 7 | } | 7 | } |
| 8 | - } | ||
| 9 | 8 | ||
| 10 | - .noosfero-logo img { | ||
| 11 | - height: 35px; | ||
| 12 | - } | 9 | + .navbar-brand { |
| 10 | + padding: 9px 15px; | ||
| 13 | 11 | ||
| 14 | - .navbar-nav { | ||
| 15 | - .profile-menu .profile-image { | ||
| 16 | - height: 30px; | ||
| 17 | - width: 30px; | ||
| 18 | - @extend .img-circle; | 12 | + .noosfero-logo img { |
| 13 | + height: 35px; | ||
| 14 | + } | ||
| 19 | } | 15 | } |
| 20 | 16 | ||
| 21 | - .profile-menu a { | ||
| 22 | - padding: 10px 15px; | 17 | + .navbar-nav { |
| 18 | + .profile-menu .profile-image { | ||
| 19 | + height: 30px; | ||
| 20 | + width: 30px; | ||
| 21 | + @extend .img-circle; | ||
| 22 | + } | ||
| 23 | + | ||
| 24 | + .profile-menu a { | ||
| 25 | + padding: 10px 15px; | ||
| 26 | + } | ||
| 23 | } | 27 | } |
| 24 | } | 28 | } |
| 25 | } | 29 | } |