Make MR tabs look like tabs :)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
554c484467
commit
b9c6ca1496
1 changed files with 4 additions and 2 deletions
|
@ -21,13 +21,15 @@
|
|||
|
||||
.merge-request .merge-request-tabs{
|
||||
border-bottom: 2px solid $border_primary;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
li {
|
||||
a {
|
||||
padding: 20px 40px;
|
||||
padding: 18px 40px;
|
||||
font-size: 14px;
|
||||
margin-bottom: -2px;
|
||||
border-bottom: 2px solid $border_primary;
|
||||
@include border-radius(0px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue