-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
57 lines (49 loc) · 821 Bytes
/
Copy pathcustom.css
File metadata and controls
57 lines (49 loc) · 821 Bytes
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
/*-- scss:rules --*/
.btn-quarto{
background-color: #c5c5ca;
color: black;
}
.btn-quarto:hover{
background-color: #ffffff;
color: red;
}
.bold{
font-weight:bold;
}
.yes{
color:green;
font-weight:bold;
}
.no{
color:red;
font-weight:bold;
}
.blm {
width:650px;
height:200px;
cursor:pointer;
font-size:12px;
line-height:16px;
background-color: #e5e5ea;
}
.sml {
font-size:.9rem;
}
.scrolling {
max-height: 70vh;
overflow-y: auto;
}
.panel-input {
max-height: 150px;
border-width: 2px;
}
.nav-tabs{
--bs-nav-link-color: #276189;
--bs-nav-link-font-weight: normal;
--bs-nav-tabs-link-active-color: #ffffff;
--bs-nav-tabs-link-active-bg: #276189;
--bs-nav-tabs-link-hover-border-color: #276189;
}
.observablehq--error {
display: none;
}