Skip to content
Snippets Groups Projects
Commit 9d097ebd authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Fatih Acet
Browse files

added border-radius and padding to labels

parent b544ec86
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -30,6 +30,7 @@
 
.color-label {
padding: 6px 10px;
border-radius: $label-border-radius;
}
}
 
Loading
Loading
Loading
Loading
@@ -104,7 +104,8 @@
}
 
.color-label {
padding: 3px 4px;
padding: 3px 7px;
border-radius: $label-border-radius;
}
 
.dropdown-labels-error {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment