Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2959)

Unified Diff: sky/examples/flights/index.sky

Issue 725763003: Add a version of flights that's made of components. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/examples/flights/images/magnifying-glass.png ('k') | sky/tests/framework/flights-app.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/flights/index.sky
diff --git a/sky/examples/flights/index.sky b/sky/examples/flights/index.sky
index 22d468589537cf9e5a32dab65bcc6f74fbc1443c..b472c9ab875c8da5f91ae155d7e60a8edd6ce303 100644
--- a/sky/examples/flights/index.sky
+++ b/sky/examples/flights/index.sky
@@ -11,7 +11,7 @@
flex-direction: column;
height: 100%;
background-color: #494949;
- font-family: "Helvetica Neue", sans-serif;
+ font-family: sans-serif;
font-size: 16px;
color: #2B2B2B;
}
@@ -172,7 +172,9 @@
</app-header>
<app-toolbar>
<app-search-input>
- <span class="input-icon"><t>&#128270;</t></span>
+ <span class="input-icon">
+ <img src="/sky/examples/flights/images/magnifying-glass.png" style="width: 16px">
+ </span>
<span class="input-text"><t>flights today to dc by price</t></span>
</app-search-input>
</app-toolbar>
« no previous file with comments | « sky/examples/flights/images/magnifying-glass.png ('k') | sky/tests/framework/flights-app.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698