-
Notifications
You must be signed in to change notification settings - Fork 1
/
app_style.css
60 lines (45 loc) · 969 Bytes
/
app_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
/* CSS style sheet for ClimVeturi shiny app */
* {
font-family: Raleway !important;
}
/* Text & title specifications */
h4 {
font-family: Raleway;
font-size: 15.19px;
font-style: normal;
text-align: left;
color: #275A90;
font-weight: 400;
line-height: 15.4px; }
h3 {
font-family: Raleway;
font-size: 22.39px;
font-style: normal;
text-align: left;
color: #000000;
font-weight: 400;
line-height: 20px; }
p {
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px; }
/* Customized bsTooltip */
.tooltip-inner {
width: 400px;
color: black;
background-color: white;
font-size: small;
border: 1px solid black;
}
.tippy-tooltip.custom-theme {
background-color: white !important;
color: black;
font-family: Raleway, sans-serif;
font-size: 18px;
}
.container-fluid {
max-width: 12600px; /* or 950px */
}