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 11.error-container {
22 padding : 0 10px ;
3+ font-family : Courier;
34}
45
56.dash-fe-error__icon-x {
204205 border-radius : 2px ;
205206 margin-bottom : 15px ;
206207 border : 1px solid # 0018661a ;
207- font-family : Courier;
208208 font-size : 12.6px ;
209209}
210210
Original file line number Diff line number Diff line change 107107 display : flex;
108108 color : black;
109109 flex-direction : column;
110- font-family : Verdana, sans-serif;
110+ font-family : Verdana, sans-serif !important ;
111111 font-size : 14px ;
112112 justify-content : center;
113113 align-items : center;
178178 align-items : center;
179179 transition : background-color 0.2s ;
180180 cursor : pointer;
181+ font-family : Verdana, sans-serif !important ;
181182 font-weight : bold;
182183}
183184.dash-debug-menu__button : hover {
Original file line number Diff line number Diff line change 99 text-decoration : none;
1010 cursor : pointer;
1111 display : flex;
12- font-family : Verdana sans-serif;
12+ font-family : Verdana, sans-serif !important ;
1313}
1414
1515.dash-debug-menu__upgrade-tooltip : after {
2828 border : 1px solid # 864ad433 ;
2929 color : # 7f4bc4 ;
3030 margin-left : 10px ;
31+ font-family : Verdana, sans-serif !important ;
3132 cursor : pointer;
3233}
3334
You can’t perform that action at this time.
0 commit comments