File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
dash/dash-renderer/src/components/error Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
.error-container {
2
2
padding : 0 10px ;
3
+ font-family : Courier;
3
4
}
4
5
5
6
.dash-fe-error__icon-x {
204
205
border-radius : 2px ;
205
206
margin-bottom : 15px ;
206
207
border : 1px solid # 0018661a ;
207
- font-family : Courier;
208
208
font-size : 12.6px ;
209
209
}
210
210
Original file line number Diff line number Diff line change 107
107
display : flex;
108
108
color : black;
109
109
flex-direction : column;
110
- font-family : Verdana, sans-serif;
110
+ font-family : Verdana, sans-serif !important ;
111
111
font-size : 14px ;
112
112
justify-content : center;
113
113
align-items : center;
178
178
align-items : center;
179
179
transition : background-color 0.2s ;
180
180
cursor : pointer;
181
+ font-family : Verdana, sans-serif !important ;
181
182
font-weight : bold;
182
183
}
183
184
.dash-debug-menu__button : hover {
Original file line number Diff line number Diff line change 9
9
text-decoration : none;
10
10
cursor : pointer;
11
11
display : flex;
12
- font-family : Verdana sans-serif;
12
+ font-family : Verdana, sans-serif !important ;
13
13
}
14
14
15
15
.dash-debug-menu__upgrade-tooltip : after {
28
28
border : 1px solid # 864ad433 ;
29
29
color : # 7f4bc4 ;
30
30
margin-left : 10px ;
31
+ font-family : Verdana, sans-serif !important ;
31
32
cursor : pointer;
32
33
}
33
34
You can’t perform that action at this time.
0 commit comments