-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathApp.css
63 lines (50 loc) · 810 Bytes
/
App.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
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #09d3ac;
}
.navbar {
margin-bottom: 15px;
}
.boxed {
border-radius: 3px;
border: 1px solid #d9d9d9;
}
.no-top {
border-top: none;
}
input.largerCheckbox {
width: 25px;
height: 25px;
}
input.numberField {
width: 3em;
}
ul li{margin-bottom:10px;}
.react-tabs__tab--selected {
background: #cde;
}
.rc-collapse-header {
background-color: #cde;
color: #000 !important;
}
.rc-collapse-content {
color: #000 !important;
}
.bg-dark {
background-color: rgb(0, 91, 148) !important;
}