added border-radius and padding to labels

This commit is contained in:
Dimitrie Hoekstra 2016-12-13 01:28:57 +01:00 committed by Fatih Acet
parent b544ec8670
commit 9d097ebdb5
3 changed files with 4 additions and 1 deletions

View file

@ -486,6 +486,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;
/*
* Lint

View file

@ -30,6 +30,7 @@
.color-label {
padding: 6px 10px;
border-radius: $label-border-radius;
}
}

View file

@ -104,7 +104,8 @@
}
.color-label {
padding: 3px 4px;
padding: 3px 7px;
border-radius: $label-border-radius;
}
.dropdown-labels-error {