UNPKG

3.53 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* {
165 box-sizing: border-box;
166 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
167 -webkit-tap-highlight-color: transparent;
168 -webkit-touch-callout: none;
169}
170
171html {
172 width: 100%;
173 height: 100%;
174 text-size-adjust: 100%;
175}
176
177html:not(.hydrated) body {
178 display: none;
179}
180
181html.plt-pwa {
182 height: 100vh;
183}
184
185body {
186 -moz-osx-font-smoothing: grayscale;
187 -webkit-font-smoothing: antialiased;
188 margin-left: 0;
189 margin-right: 0;
190 margin-top: 0;
191 margin-bottom: 0;
192 padding-left: 0;
193 padding-right: 0;
194 padding-top: 0;
195 padding-bottom: 0;
196 position: fixed;
197 width: 100%;
198 max-width: 100%;
199 height: 100%;
200 max-height: 100%;
201 text-rendering: optimizeLegibility;
202 overflow: hidden;
203 touch-action: manipulation;
204 -webkit-user-drag: none;
205 -ms-content-zooming: none;
206 word-wrap: break-word;
207 overscroll-behavior-y: none;
208 text-size-adjust: none;
209}
210
211html {
212 font-family: var(--ion-font-family);
213}
214
215a {
216 background-color: transparent;
217 color: var(--ion-color-primary, #3880ff);
218}
219
220h1,
221h2,
222h3,
223h4,
224h5,
225h6 {
226 margin-top: 16px;
227 margin-bottom: 10px;
228 font-weight: 500;
229 line-height: 1.2;
230}
231h1 {
232 margin-top: 20px;
233 font-size: 26px;
234}
235h2 {
236 margin-top: 18px;
237 font-size: 24px;
238}
239h3 {
240 font-size: 22px;
241}
242
243h4 {
244 font-size: 20px;
245}
246
247h5 {
248 font-size: 18px;
249}
250
251h6 {
252 font-size: 16px;
253}
254
255small {
256 font-size: 75%;
257}
258
259sub,
260sup {
261 position: relative;
262 font-size: 75%;
263 line-height: 0;
264 vertical-align: baseline;
265}
266
267sup {
268 top: -0.5em;
269}
270
271sub {
272 bottom: -0.25em;
273}
274
275/*# sourceMappingURL=global.bundle.css.map */