diff options
Diffstat (limited to 'ihatemoney/static/css/download_mobile_app.css')
| -rw-r--r-- | ihatemoney/static/css/download_mobile_app.css | 13 |
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; +} |
