-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathglobal.css
More file actions
57 lines (49 loc) · 884 Bytes
/
global.css
File metadata and controls
57 lines (49 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
html, body, ion-app, ion-content {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
font-family: Arial, sans-serif;
text-align: center;
}
ion-content {
--background: url('./assets/3452445.webp') no-repeat center center fixed;
--background-size: cover;
}
h1 {
font-size: 2em;
margin-bottom: 20px;
}
ion-button {
--padding-top: 10px;
--padding-bottom: 10px;
--padding-start: 20px;
--padding-end: 20px;
font-size: 16px;
margin: 10px;
}
#status, #token-status {
margin-top: 20px;
}
.button-text {
padding: 10px 15px;
font-weight: 500;
}
.image-credits {
position: absolute;
bottom: 10px;
right: 10px;
font-size: 0.8em;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.5);
padding: 5px;
border-radius: 5px;
z-index: 1000;
}
.image-credits a {
color: #ffffff;
text-decoration: underline;
}