From 36865464fb0329e11cabcf88d075ed6c09a746e5 Mon Sep 17 00:00:00 2001 From: JDonadio Date: Tue, 24 Jan 2017 17:13:22 -0300 Subject: [PATCH] update available for desktop --- src/sass/views/tab-home.scss | 30 ++++++++++++++++++------------ www/img/icon-update.svg | 14 ++++++++++++++ www/views/tab-home.html | 13 +++++++++++-- 3 files changed, 43 insertions(+), 14 deletions(-) create mode 100644 www/img/icon-update.svg diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 6fd937188..6ebeddedd 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -121,18 +121,24 @@ } } .release { - cursor: pointer; - cursor: hand; - background-color: #E9E9EC; - padding-top: 30px; - padding-bottom: 20px; - text-align: center; - color: #444; - i { - margin-top: 1px; - font-size: 20px; - margin-left: 10px; - position: absolute; + text-align: center; + .item { + width: 100%; + } + .title { + font-weight: 700; + color: #444; + } + .button { + width: 100%; + border: none; + } + .big-icon-svg { + > .bg { + box-shadow: none; + } + padding-top: 2rem; + padding-bottom: 0; } } diff --git a/www/img/icon-update.svg b/www/img/icon-update.svg new file mode 100644 index 000000000..feabc1572 --- /dev/null +++ b/www/img/icon-update.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/www/views/tab-home.html b/www/views/tab-home.html index 909c332d4..16bbfedee 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -10,9 +10,18 @@ spinner="ios-small" on-refresh="onRefresh()"> -
- An update to this app is available +
+ + + + +
Update available
+ +
+ Download +
+