aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/pepal.css
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 17:06:58 +0100
committerPacien TRAN-GIRARD2015-02-08 17:06:58 +0100
commitf90cd0da3eda7c1723ce4de439f64334c81db712 (patch)
tree700f4b04acf04f3cd39df94b3add1086a47f18a2 /public/stylesheets/pepal.css
parenta022850963552096dab032fb57c16d3b1d3ac51a (diff)
downloadminibay-f90cd0da3eda7c1723ce4de439f64334c81db712.tar.gz
Implement account summary page
Diffstat (limited to 'public/stylesheets/pepal.css')
-rw-r--r--public/stylesheets/pepal.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/stylesheets/pepal.css b/public/stylesheets/pepal.css
index 3ca71f3..bad5a08 100644
--- a/public/stylesheets/pepal.css
+++ b/public/stylesheets/pepal.css
@@ -20,3 +20,16 @@
20.light-blue-bg { 20.light-blue-bg {
21 background-color: #029de0; 21 background-color: #029de0;
22} 22}
23
24.income {
25 color: darkgreen;
26}
27
28.outcome {
29 color: darkred;
30}
31
32.wallet-actions a {
33 width: 100%;
34 box-sizing: border-box;
35}