Commit 4c3cdfa4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make profile dropbown a bit bigger

parent a350b52c
...@@ -172,7 +172,7 @@ header { ...@@ -172,7 +172,7 @@ header {
display: none; display: none;
z-index: 100000; z-index: 100000;
@include border-radius(4px); @include border-radius(4px);
width: 100px; width: 130px;
position: absolute; position: absolute;
right: 5px; right: 5px;
top: 38px; top: 38px;
...@@ -181,7 +181,7 @@ header { ...@@ -181,7 +181,7 @@ header {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
a { a {
color: #fff; color: #fff;
padding: 7px 10px; padding: 12px 15px;
display: block; display: block;
text-shadow: none; text-shadow: none;
border-bottom: 1px solid #666; border-bottom: 1px solid #666;
...@@ -204,8 +204,8 @@ header { ...@@ -204,8 +204,8 @@ header {
} }
&:last-child { &:last-child {
@include border-radius(0 0 5px 5px); @include border-radius(0 0 5px 5px);
border-bottom: 0; border-bottom: 0;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment