We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cff93 commit 40a346bCopy full SHA for 40a346b
packages/base/css/index.css
@@ -3,13 +3,13 @@
3
*/
4
5
.jupyter-widgets-disconnected::before {
6
- content: "\f127"; /* chain-broken */
+ content: '\f127'; /* chain-broken */
7
display: inline-block;
8
- font: normal normal 900 14px/1px "Font Awesome 5 Free";
+ font: normal normal 900 14px/1px 'Font Awesome 5 Free';
9
font-size: inherit;
10
text-rendering: auto;
11
-webkit-font-smoothing: antialiased;
12
- -moz-osx-font-smoothing: grayscale;
+ -moz-osx-font-smoothing: grayscale;
13
color: #d9534f;
14
padding: 3px;
15
align-self: flex-start;
0 commit comments