UNPKG

2.04 kBCSSView Raw
1audio,
2canvas,
3progress,
4video {
5 vertical-align: baseline;
6}
7
8audio:not([controls]) {
9 display: none;
10 height: 0;
11}
12
13b,
14strong {
15 font-weight: bold;
16}
17
18img {
19 max-width: 100%;
20 border: 0;
21}
22
23svg:not(:root) {
24 overflow: hidden;
25}
26
27figure {
28 margin: 1em 40px;
29}
30
31hr {
32 height: 1px;
33 border-width: 0;
34 box-sizing: content-box;
35}
36
37pre {
38 overflow: auto;
39}
40
41code,
42kbd,
43pre,
44samp {
45 font-family: monospace, monospace;
46 font-size: 1em;
47}
48
49label,
50input,
51select,
52textarea {
53 font-family: inherit;
54 line-height: normal;
55}
56
57textarea {
58 overflow: auto;
59 height: auto;
60 font: inherit;
61 color: inherit;
62}
63
64textarea::placeholder {
65 padding-left: 2px;
66}
67
68form,
69input,
70optgroup,
71select {
72 margin: 0;
73 font: inherit;
74 color: inherit;
75}
76
77html input[type=button],
78input[type=reset],
79input[type=submit] {
80 cursor: pointer;
81 -webkit-appearance: button;
82}
83
84a,
85a div,
86a span,
87a ion-icon,
88a ion-label,
89button,
90button div,
91button span,
92button ion-icon,
93button ion-label,
94.ion-tappable,
95[tappable],
96[tappable] div,
97[tappable] span,
98[tappable] ion-icon,
99[tappable] ion-label,
100input,
101textarea {
102 touch-action: manipulation;
103}
104
105a ion-label,
106button ion-label {
107 pointer-events: none;
108}
109
110button {
111 border: 0;
112 border-radius: 0;
113 font-family: inherit;
114 font-style: inherit;
115 font-variant: inherit;
116 line-height: 1;
117 text-transform: none;
118 cursor: pointer;
119 -webkit-appearance: button;
120}
121
122[tappable] {
123 cursor: pointer;
124}
125
126a[disabled],
127button[disabled],
128html input[disabled] {
129 cursor: default;
130}
131
132button::-moz-focus-inner,
133input::-moz-focus-inner {
134 padding: 0;
135 border: 0;
136}
137
138input[type=checkbox],
139input[type=radio] {
140 padding: 0;
141 box-sizing: border-box;
142}
143
144input[type=number]::-webkit-inner-spin-button,
145input[type=number]::-webkit-outer-spin-button {
146 height: auto;
147}
148
149input[type=search]::-webkit-search-cancel-button,
150input[type=search]::-webkit-search-decoration {
151 -webkit-appearance: none;
152}
153
154table {
155 border-collapse: collapse;
156 border-spacing: 0;
157}
158
159td,
160th {
161 padding: 0;
162}
163
164/*# sourceMappingURL=normalize.css.map */