-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
95 lines (75 loc) · 1 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
h2 {
margin-bottom: 8px;
}
.container {
width: 60vw;
margin: 20px auto;
font-family: Open Sans;
}
.row {
display: inline-block;
width:100%;
}
.col-50 {
width: 46%;
display: inline-block;
padding: 1em;
float: left;
}
.text-center {
text-align: center;
}
.strong {
font-weight: bold;
}
.content-box {
border: 1px solid #ccc;
padding: 20px;
}
.hr {
width: 100%;
height: 1px;
background: #ccc;
margin: 8px 0;
}
.form-group {
width: 100%;
margin: 0 auto;
}
.center-form {
width: 60%;
}
.form-label {
margin-top: 24px;
margin-bottom: 8px;
font-weight: bold;
}
.form-input {
width: 100%;
height: 30px;
font-size: 17px;
padding-left: 10px;
}
pre {
background: #efefef;
padding: 5px;
border: 1px solid #484848;
border-radius: 5px;
font-size: 10px;
width: 100%;
}
.sidebar {
width: 10vw;
position: fixed;
top: 5vh;
right:5vh;
}
.btn {
font-size: 16px;
height:45px;
cursor: pointer;
}
select {
width: 100%;
height: 30px;
}