From 8dd07c0ddd99ae626a1ec8c06f75f27fed51269f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 26 Jul 2014 00:24:27 -0400 Subject: New UI merge in progress --- public/ng/less/ui/label.less | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 public/ng/less/ui/label.less (limited to 'public/ng/less/ui/label.less') diff --git a/public/ng/less/ui/label.less b/public/ng/less/ui/label.less new file mode 100644 index 00000000..1cf0a81d --- /dev/null +++ b/public/ng/less/ui/label.less @@ -0,0 +1,41 @@ +@import "var"; + +.label { + padding: 2px 6px; + color: @labelFontColor; +} + +.label-red { + background-color: @labelRedColor; +} + +.label-blue { + background-color: @labelBlueColor; +} + +.label-gray { + background-color: @labelGrayColor; +} + +.label-green { + background-color: @labelGreenColor; +} + +.label-orange { + background-color: @labelOrangeColor; +} + +.label-black { + background-color: @labelBlackColor; +} + +.label-radius{ + border-radius: .2em; +} + +.label-link{ + color: @labelFontColor; + &:hover{ + color: @labelFontColor; + } +} \ No newline at end of file -- cgit v1.2.3