-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
executable file
·70 lines (68 loc) · 1.04 KB
/
index.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
body, html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #191919;
-ms-overflow-style: scrollbar;
text-align: center;
}
h2, h3 {
text-align: center;
color: white;
font-family: proxima-nova, sans-serif
}
.app-container {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}
.app-control {
margin: auto;
width: 50%;
}
form {
display: inline-block;
}
#outer
{
width:100%;
text-align: center;
}
.inner
{
display: inline-block;
}
.title-bar {
-webkit-app-region: drag;
width: 100%;
height: 23px;
background-color: #3C3C3C;
}
select, button,
input[type=button], input[type=submit], input[type=reset] {
height: 50px;
background-color: #3C3C3C;
border: none;
color: white;
padding: 16px 16px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
border-radius: 5px;
font-size: 14px;
font-family: proxima-nova, sans-serif
}
button {
height: 10px;;
}
select{
margin-top: 10px;
}
input[type=submit]{
padding: 32px, 32px
}
.copy{
width: '32px'
}