forked from factoria-org/skinnerbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
115 lines (115 loc) · 1.87 KB
/
style.css
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
font-family: Sans-serif;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
background: rgb(131,58,180);
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
color: white;
height: 100%;
}
.box {
max-width: 300px;
text-align: center;
}
.box > *, .minter > *{
display: block;
width: 100% !important;
margin-bottom: 10px;
}
.nice-select {
margin-bottom: 10px;
color: black;
}
.nice-select-dropdown {
width: 100%;
}
button {
background: rgba(0,0,0,0.8);
color: white;
padding: 10px;
border: none;
}
.container {
max-width: 800px;
margin: 50px auto;
}
a {
color: royalblue;
text-decoration: none;
display: block;
}
.label {
font-size: 18px;
font-weight: bold;
}
h1 {
margin: 0;
font-size: 30px;
box-sizing: border-box;
letter-spacing: -1px;
}
h1 a {
color: white;
}
.invite {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
text-align: left;
color: white;
font-size: 16px;
}
.invites a {
color: white;
}
.invites {
}
table {
width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
display: table !important;
margin-top: 10px;
}
td, th {
padding: 5px;
font-size: 14px;
}
th {
border-bottom: 1px solid rgba(255,255,255,0.2);
border-top: 1px solid rgba(255,255,255,0.2);
}
tr {
width: 100%;
border-bottom: 1px solid white;
}
.btn {
background: rgba(0,0,0,0.1);
padding: 5px 10px;
text-align: center;
}
.hidden {
display: none !important;
}
.loading {
padding: 20px;
box-sizing: border-box;
font-size: 15px;
background: rgba(255,255,255,0.1);
margin-top: 20px;
border-radius: 50px;
}
tr img {
height: 20px;
}
tr a {
color: white;
}
.token {
background: rgba(0,0,0,0.3);
padding: 5px;
text-align: center;
font-size: 12px;
}