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, 14 insertions, 0 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
new file mode 100644
index 000000000..e1ab0afd2
--- /dev/null
+++ b/js/vendor/angular-ui/modules/directives/currency/stylesheets/currency.less
@@ -0,0 +1,14 @@
+
+/* 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%;
+}