Merge branch 'master-pos-wms-fva'
[odoo/odoo.git] / addons / pos_loyalty / static / src / css / loyalty.css
diff --git a/addons/pos_loyalty/static/src/css/loyalty.css b/addons/pos_loyalty/static/src/css/loyalty.css
new file mode 100644 (file)
index 0000000..4d14191
--- /dev/null
@@ -0,0 +1,21 @@
+
+.pos .order .summary .loyalty-points{
+    margin-left: 20px;
+    float: left;
+    padding: 10px;
+    max-width: 216px;
+    text-align: left;
+    color: #6EC89B;
+    background: rgba(110, 200, 155, 0.17);
+    border-radius: 3px;
+}
+.pos .order .summary .loyalty-points.negative{
+    color: #C86E6E;
+    background: rgba(200, 110, 110, 0.17);
+}
+.pos .order .summary .loyalty-points-total {
+    border-top: solid 2px;
+    text-align: center;
+    padding-top: 4px;
+    margin-top: 4px;
+}