|
10 | 10 | --> |
11 | 11 | <html> |
12 | 12 | <head> |
13 | | - |
14 | 13 | <meta charset="utf-8"> |
15 | 14 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
16 | 15 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes"> |
|
19 | 18 |
|
20 | 19 | <script src="../../webcomponentsjs/webcomponents-lite.js"></script> |
21 | 20 |
|
22 | | - <link rel="import" href="../../iron-demo-helpers/demo-snippet.html"> |
23 | 21 | <link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html"> |
24 | | - <link rel="import" href="../paper-input.html"> |
25 | | - <link rel="import" href="../paper-input-container.html"> |
26 | | - <link rel="import" href="../paper-input-error.html"> |
27 | | - <link rel="import" href="../paper-input-char-counter.html"> |
28 | | - <link rel="import" href="../paper-textarea.html"> |
29 | | - <link rel="import" href="../../iron-input/iron-input.html"> |
| 22 | + <link rel="import" href="../../iron-demo-helpers/demo-snippet.html"> |
30 | 23 | <link rel="import" href="../../iron-icon/iron-icon.html"> |
31 | 24 | <link rel="import" href="../../iron-icons/iron-icons.html"> |
| 25 | + <link rel="import" href="../../iron-input/iron-input.html"> |
32 | 26 | <link rel="import" href="../../paper-icon-button/paper-icon-button.html"> |
33 | | - |
| 27 | + <link rel="import" href="../../paper-styles/color.html"> |
| 28 | + <link rel="import" href="../paper-input-container.html"> |
| 29 | + <link rel="import" href="../paper-input-error.html"> |
| 30 | + <link rel="import" href="../paper-input.html"> |
| 31 | + <link rel="import" href="../paper-textarea.html"> |
34 | 32 | <link rel="import" href="ssn-input.html"> |
35 | | - <link rel="stylesheet" href="../../paper-styles/color.html"> |
36 | 33 |
|
37 | 34 | <style is="custom-style" include="demo-pages-shared-styles"> |
38 | 35 | paper-input { |
|
53 | 50 | button { |
54 | 51 | width: 70px; |
55 | 52 | } |
| 53 | + |
56 | 54 | #inputForValidation { |
57 | 55 | display: inline-block; |
58 | 56 | width: calc(100% - 75px); |
59 | 57 | } |
60 | 58 |
|
61 | | - |
62 | 59 | .vertical-section-container { |
63 | 60 | max-width: 600px; |
64 | 61 | } |
|
74 | 71 | iron-icon { |
75 | 72 | padding-right: 5px; |
76 | 73 | } |
77 | | - |
78 | | - |
79 | 74 | </style> |
80 | | - |
81 | 75 | </head> |
82 | 76 | <body unresolved> |
83 | 77 | <div class="vertical-section-container centered"> |
|
0 commit comments