From 6ec7dd607752dc750481d03ccba1e77af3f5711a Mon Sep 17 00:00:00 2001 From: Mayank Choudhary <7mayankchoudhary7@gmail.com> Date: Wed, 25 Nov 2020 02:52:46 +0530 Subject: Added a page for downloading mobile application (#688) Fixes #597 Fixes #697 Co-authored-by: Glandos --- ihatemoney/static/css/download_mobile_app.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ihatemoney/static/css/download_mobile_app.css (limited to 'ihatemoney/static/css/download_mobile_app.css') 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; +} -- cgit v1.1