fix(Bootstrap): Remove bootstrap dependency (#708)

fix #636
This commit is contained in:
João Felipe de Medeiros Moreira 2019-07-26 08:41:29 -03:00 committed by Erik Ziegler
parent ba261a0d54
commit 903c41d26f
2 changed files with 5 additions and 8 deletions

View File

@ -16,14 +16,6 @@
<title>OHIF Viewer</title>
<!-- Latest compiled and minified CSS -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous"
/>
<!-- WEB FONTS -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Sanchez&display=swap"

View File

@ -13,6 +13,11 @@ body,
Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}
body {
font-size: 14px;
line-height: 1.42857143;
}
#root .fade-enter {
opacity: 0;
}