diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/main.css | 16 | ||||
-rw-r--r-- | public/stylesheets/pepal.css | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index d96f0e7..22bf120 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css | |||
@@ -23,11 +23,27 @@ p { | |||
23 | margin-right: auto; | 23 | margin-right: auto; |
24 | } | 24 | } |
25 | 25 | ||
26 | .align-left { | ||
27 | text-align: left; | ||
28 | } | ||
29 | |||
30 | .align-right { | ||
31 | text-align: right; | ||
32 | } | ||
33 | |||
34 | .align-center { | ||
35 | text-align: center; | ||
36 | } | ||
37 | |||
26 | .input-invalid { | 38 | .input-invalid { |
27 | border: 1px solid #a94442 !important; | 39 | border: 1px solid #a94442 !important; |
28 | box-shadow: inset 0 1px 3px #f79291 !important; | 40 | box-shadow: inset 0 1px 3px #f79291 !important; |
29 | } | 41 | } |
30 | 42 | ||
43 | table { | ||
44 | width: 100%; | ||
45 | } | ||
46 | |||
31 | /***** DISCLAIMER BAR *****/ | 47 | /***** DISCLAIMER BAR *****/ |
32 | 48 | ||
33 | .disclaimer-bar { | 49 | .disclaimer-bar { |
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 | } | ||