aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/css
diff options
context:
space:
mode:
authorMayank Choudhary <7mayankchoudhary7@gmail.com>2020-11-25 02:52:46 +0530
committerGitHub <noreply@github.com>2020-11-24 22:22:46 +0100
commit6ec7dd607752dc750481d03ccba1e77af3f5711a (patch)
tree3048d5816821b08d46e3275dc58d737def79cb4b /ihatemoney/static/css
parent8a5193f4433703e5f343b1f91a66bb3745473717 (diff)
downloadihatemoney-mirror-6ec7dd607752dc750481d03ccba1e77af3f5711a.zip
ihatemoney-mirror-6ec7dd607752dc750481d03ccba1e77af3f5711a.tar.gz
ihatemoney-mirror-6ec7dd607752dc750481d03ccba1e77af3f5711a.tar.bz2
Added a page for downloading mobile application (#688)
Fixes #597 Fixes #697 Co-authored-by: Glandos <bugs-github@antipoul.fr>
Diffstat (limited to 'ihatemoney/static/css')
-rw-r--r--ihatemoney/static/css/download_mobile_app.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/ihatemoney/static/css/download_mobile_app.css b/ihatemoney/static/css/download_mobile_app.css
new file mode 100644
index 0000000..8fe87bb
--- /dev/null
+++ b/ihatemoney/static/css/download_mobile_app.css
@@ -0,0 +1,13 @@
+.get-it-from {
+ width: 100px;
+ min-height: 110px;
+ border: 5px solid floralwhite;
+ background-color: white; margin: 10px;
+}
+.get-it-from:hover {
+ opacity: 80%;
+}
+main {
+ background: linear-gradient(150deg, #abe128 0%, #43ca61 100%);
+ font-family: 'Comfortaa', arial, serif;
+}