-
-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios applink on the landing page and bottom notifciation #1090
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1090 +/- ##
========================================
- Coverage 32% 31.9% -0.1%
========================================
Files 105 105
Lines 7290 7685 +395
Branches 950 1094 +144
========================================
+ Hits 2333 2452 +119
- Misses 4847 5113 +266
- Partials 110 120 +10
Continue to review full report at Codecov.
|
app/retail/templates/index.html
Outdated
<div class="col d-flex flex-column align-items-center"> | ||
<div class="explain-img-wrapper mb-3 d-flex justify-content-center align-items-center" style="min-height: 200px;"> | ||
<a href="{% url "ios" %}"> | ||
<img style="min-height: 200px;" src="{% static "v2/images/ios/iphone_crop.png" %}" > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace it with max-height: 1rem
? cause we are shifting to rem
+ that way this doesn't seem to big on mobile devices
we should move this to css file too!
app/retail/templates/index.html
Outdated
</div> | ||
</div> | ||
<div class="col d-flex flex-column align-items-center"> | ||
<div class="justify-content-left align-items-left pt-3" style="text-align: left;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
align-items-left
and text-align: left;
? Do we need both
app/retail/templates/index.html
Outdated
<div class="row pb-5"> | ||
<div class="col d-flex flex-column align-items-center"> | ||
</div> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems redundant , could we remove this ?
app/retail/templates/index.html
Outdated
@@ -417,6 +417,35 @@ <h4 class="">{% trans "Press" %}</h4> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="container-fluid pt-0" style="background-color: #eee;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the background-color
seems to be overridden here
@PixelantDesign should we include this in the redesign ? |
@thelostone-mc sure -- pls just update my PR ! |
@mbeacom UI skill level +1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* ios app on the landing page and bottom notifciation * css: updated ios launch banner
shit... this was not supposed to go out until @PixelantDesign signed off on the iOS app. we are still devving it |
👍 |
Description
ios applink on the landing page and bottom notifciation
screenshot: http://bits.owocki.com/292k1c3n0c1G/Screen%20Shot%202018-05-07%20at%209.15.34%20AM.png
Checklist
Affected core subsystem(s)
ui
Testing
Refers/Fixes
self