Additional rounded label fixes

This commit is contained in:
Dimitrie Hoekstra 2016-12-16 11:59:10 +01:00
parent ecd0c1757d
commit 2490f804cd
3 changed files with 8 additions and 2 deletions

View file

@ -436,7 +436,7 @@ $jq-ui-default-color: #777;
$label-gray-bg: #f8fafc;
$label-inverse-bg: #333;
$label-remove-border: rgba(0, 0, 0, .1);
$label-border-radius: 14px;
$label-border-radius: 100px;
/*
* Lint

View file

@ -98,7 +98,7 @@
}
.label {
padding: 9px;
padding: 8px 9px 9px 9px;
font-size: 14px;
}
}
@ -201,6 +201,8 @@
.label-remove {
border-left: 1px solid $label-remove-border;
z-index: 3;
border-radius: $label-border-radius;
padding: 6px 10px 6px 9px;
}
.btn {

View file

@ -0,0 +1,4 @@
---
title: Additional rounded label fixes
merge_request:
author: