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

Side by Side Diff: sky/examples/flights-app/app-search-input.sky

Issue 724613002: Add a version of flights that's made of components. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « sky/examples/flights-app/app-scrollable.sky ('k') | sky/examples/flights-app/app-title.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <import src="../../framework/sky-element/sky-element.sky" as="SkyElement" />
2 <template>
3 <style>
4 :host {
5 background-color: #F6F6F6;
6 padding: 4px;
7 display: flex;
8 align-items: center;
9 font-size: 1.2em;
10 }
11
12 .input-text {
13 margin-left: 8px;
14 }
15 </style>
16 <span class="input-icon"><t>&#128270;</t></span>
17 <span class="input-text"><t>flights today to dc by price</t></span>
18 </template>
19 <script>
20 SkyElement({
21 name: "app-search-input"
22 });
23 </script>
OLDNEW
« no previous file with comments | « sky/examples/flights-app/app-scrollable.sky ('k') | sky/examples/flights-app/app-title.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698