UNPKG

2.06 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 padding: 0;
112 border: 0;
113 border-radius: 0;
114 font-family: inherit;
115 font-style: inherit;
116 font-variant: inherit;
117 line-height: 1;
118 text-transform: none;
119 cursor: pointer;
120 -webkit-appearance: button;
121}
122
123[tappable] {
124 cursor: pointer;
125}
126
127a[disabled],
128button[disabled],
129html input[disabled] {
130 cursor: default;
131}
132
133button::-moz-focus-inner,
134input::-moz-focus-inner {
135 padding: 0;
136 border: 0;
137}
138
139input[type=checkbox],
140input[type=radio] {
141 padding: 0;
142 box-sizing: border-box;
143}
144
145input[type=number]::-webkit-inner-spin-button,
146input[type=number]::-webkit-outer-spin-button {
147 height: auto;
148}
149
150input[type=search]::-webkit-search-cancel-button,
151input[type=search]::-webkit-search-decoration {
152 -webkit-appearance: none;
153}
154
155table {
156 border-collapse: collapse;
157 border-spacing: 0;
158}
159
160td,
161th {
162 padding: 0;
163}
164
165/*# sourceMappingURL=normalize.css.map */