Commit b9c6ca14 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make MR tabs look like tabs :)

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 554c4844
...@@ -21,13 +21,15 @@ ...@@ -21,13 +21,15 @@
.merge-request .merge-request-tabs{ .merge-request .merge-request-tabs{
border-bottom: 2px solid $border_primary; border-bottom: 2px solid $border_primary;
padding-bottom: 10px;
margin-bottom: 20px; margin-bottom: 20px;
li { li {
a { a {
padding: 20px 40px; padding: 18px 40px;
font-size: 14px; font-size: 14px;
margin-bottom: -2px;
border-bottom: 2px solid $border_primary;
@include border-radius(0px);
} }
} }
} }
......
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