Commit 9be4713a1707d677da93b09985b1e3c86ba8513b
1 parent
51ce46d0
Exists in
master
and in
8 other branches
Set green color at navbar on mobile version
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/app/components/navbar/navbar.scss
| @@ -68,6 +68,7 @@ | @@ -68,6 +68,7 @@ | ||
| 68 | 68 | ||
| 69 | @media screen and (max-width: $screen-md) { | 69 | @media screen and (max-width: $screen-md) { |
| 70 | margin-top: 5px; | 70 | margin-top: 5px; |
| 71 | + text-align: right; | ||
| 71 | } | 72 | } |
| 72 | } | 73 | } |
| 73 | 74 | ||
| @@ -77,7 +78,8 @@ | @@ -77,7 +78,8 @@ | ||
| 77 | @media screen and (max-width: $screen-md) { | 78 | @media screen and (max-width: $screen-md) { |
| 78 | border: none; | 79 | border: none; |
| 79 | background-color: #eee; | 80 | background-color: #eee; |
| 80 | - padding: 10px 0 10px 0px; | 81 | + padding: 10px 30px 10px 0px; |
| 82 | + border-right: 3px solid #77BB34; | ||
| 81 | } | 83 | } |
| 82 | } | 84 | } |
| 83 | 85 |