-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
52 lines (52 loc) · 786 Bytes
/
Copy pathmain.css
File metadata and controls
52 lines (52 loc) · 786 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
@font-face {
font-family: "Source-Sans";
src: url('./data/SourceSansPro-Regular.ttf.woff')
}
body{
font-family:'Source-Sans', 'sans-serif';
}
.content-box{
display:flex;
flex-direction:column;
align-items:center;
}
.api-key-field{
width:375px;
}
.tournaments-list{
margin-top:20px;
}
.discord-tournament-select{
display:flex;
justify-content:space-around;
width:100%;
}
.navbar-tournament-tabs>li{
margin-right:15px;
margin-left:15px;
}
.discord-channel-list{
height:70vh;
overflow-y:scroll;
display:block;
width:auto;
}
.loopcell{
display:flex;
flex-direction:column;
}
.loopcell>span{
margin-bottom:10px;
}
.player-manage-parent{
display:flex;
}
.player-manage-buttons{
margin-left:50px;
}
.button-bank{
margin-bottom:10px;
}
.player-list-table{
width:80vw;
}