-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
59 lines (49 loc) · 1.02 KB
/
styles.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
/* input[type="number"] { */
/* max-width: 80%; */
/* } */
/* div.outer { */
/* position: fixed; */
/* top: 0; */
/* left: 0; */
/* right: 0; */
/* bottom: 0; */
/* overflow: hidden; */
/* padding: 0; */
/* } */
/* body, label, input, button, select { */
/* font-family: 'Helvetica Neue', Helvetica; */
/* font-weight: 200; */
/* } */
/* h1, h2, h3, h4 { font-weight: 400; } */
/* #controls { */
/* /\* Appearance *\/ */
/* background-color: white; */
/* padding: 0 20px 20px 20px; */
/* cursor: move; */
/* /\* Fade out while not hovering *\/ */
/* opacity: 0.65; */
/* zoom: 0.9; */
/* transition: opacity 500ms 1s; */
/* } */
/* #controls:hover { */
/* /\* Fade in while hovering *\/ */
/* opacity: 0.95; */
/* transition-delay: 0; */
/* } */
.row{
margin-top:40px;
padding: 0 10px;
}
.clickable{
cursor: pointer;
}
.panel-heading span{
margin-top: -20px;
font-size: 15px;
}
.shiny-file-input-progress{
display: none
}
hr.section-divider {
border: 1px solid #2965A9
}