aboutsummaryrefslogtreecommitdiff
path: root/lib/labels.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/labels.less')
-rw-r--r--lib/labels.less16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/labels.less b/lib/labels.less
deleted file mode 100644
index 06dc7f3c0..000000000
--- a/lib/labels.less
+++ /dev/null
@@ -1,16 +0,0 @@
-// LABELS
-// ------
-
-.label {
- padding: 1px 3px 2px;
- font-size: @baseFontSize * .75;
- font-weight: bold;
- color: @white;
- text-transform: uppercase;
- background-color: @grayLight;
- .border-radius(3px);
- &.important { background-color: @errorText; }
- &.warning { background-color: @orange; }
- &.success { background-color: @successText; }
- &.info { background-color: @infoText; }
-}