summaryrefslogtreecommitdiffstats
path: root/js/vendor/angular-ui/modules/directives/currency/stylesheets/currency.less
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/angular-ui/modules/directives/currency/stylesheets/currency.less')
-rw-r--r--js/vendor/angular-ui/modules/directives/currency/stylesheets/currency.less14
1 files changed, 0 insertions, 14 deletions
diff --git a/js/vendor/angular-ui/modules/directives/currency/stylesheets/currency.less b/js/vendor/angular-ui/modules/directives/currency/stylesheets/currency.less
deleted file mode 100644
index e1ab0afd2..000000000
--- a/js/vendor/angular-ui/modules/directives/currency/stylesheets/currency.less
+++ /dev/null
@@ -1,14 +0,0 @@
-
-/* ui-currency */
-.ui-currency-pos {
- color: green;
-}
-.ui-currency-neg {
- color: red;
-}
-.ui-currency-zero {
- color: blue;
-}
-.ui-currency-pos.ui-bignum, .ui-currency-neg.ui-smallnum {
- font-size: 110%;
-}