File tree Expand file tree Collapse file tree 5 files changed +1059
-37
lines changed Expand file tree Collapse file tree 5 files changed +1059
-37
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import Incognito from "./components/Layout/Incognito";
18
18
import { isIncognito } from "feature_detect" ;
19
19
import { updateGatewayBackers } from "common/gatewayUtils" ;
20
20
import titleUtils from "common/titleUtils" ;
21
+ import { BodyClassName } from "bitshares-ui-style-guide" ;
21
22
import Loadable from "react-loadable" ;
22
23
23
24
import { Route , Switch } from "react-router-dom" ;
@@ -411,31 +412,33 @@ class App extends React.Component {
411
412
style = { { backgroundColor : ! theme ? "#2a2a2a" : null } }
412
413
className = { theme }
413
414
>
414
- { walletMode && incognito && ! incognitoWarningDismissed ? (
415
- < Incognito
416
- onClickIgnore = { this . _onIgnoreIncognitoWarning . bind (
417
- this
418
- ) }
419
- />
420
- ) : null }
421
- < div id = "content-wrapper" >
422
- { content }
423
- < NotificationSystem
424
- ref = "notificationSystem"
425
- allowHTML = { true }
426
- style = { {
427
- Containers : {
428
- DefaultStyle : {
429
- width : "425px"
415
+ < BodyClassName className = { theme } >
416
+ { walletMode && incognito && ! incognitoWarningDismissed ? (
417
+ < Incognito
418
+ onClickIgnore = { this . _onIgnoreIncognitoWarning . bind (
419
+ this
420
+ ) }
421
+ />
422
+ ) : null }
423
+ < div id = "content-wrapper" >
424
+ { content }
425
+ < NotificationSystem
426
+ ref = "notificationSystem"
427
+ allowHTML = { true }
428
+ style = { {
429
+ Containers : {
430
+ DefaultStyle : {
431
+ width : "425px"
432
+ }
430
433
}
431
- }
432
- } }
433
- />
434
- < TransactionConfirm />
435
- < BrowserNotifications />
436
- < WalletUnlockModal />
437
- < BrowserSupportModal ref = "browser_modal" / >
438
- </ div >
434
+ } }
435
+ />
436
+ < TransactionConfirm />
437
+ < BrowserNotifications />
438
+ < WalletUnlockModal />
439
+ < BrowserSupportModal ref = "browser_modal" />
440
+ </ div >
441
+ </ BodyClassName >
439
442
</ div >
440
443
) ;
441
444
}
Original file line number Diff line number Diff line change 8
8
<meta name =" viewport" content =" width=device-width" />
9
9
<meta name =" format-detection" content =" telephone=no" >
10
10
<title >{{ title }} </title >
11
- <meta http-equiv =" Content-Security-Policy" content =" default-src 'self' blob:; worker-src 'self' blob:; script-src https://cdnjs.cloudflare.com/ajax/libs/zxcvbn/ 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' *; font-src 'self' data:; img-src 'self' data:;" >
11
+ <meta http-equiv =" Content-Security-Policy" content =" default-src 'self' blob:; worker-src 'self' blob:; script-src https://cdnjs.cloudflare.com/ajax/libs/zxcvbn/ 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' *; font-src 'self' data: https://at.alicdn.com ; img-src 'self' data:;" >
12
12
<link rel =" icon" type =" image/x-icon" href =" favicon.ico" >
13
13
<style >
14
14
body {
Original file line number Diff line number Diff line change 7
7
@import " introjs-midnight-theme" ;
8
8
@import " ~react-datepicker2/dist/react-datepicker2.css" ;
9
9
@import " ~react-sticky-table/dist/react-sticky-table.css" ;
10
+ @import " ~bitshares-ui-style-guide/dist/styles/style.css" ;
You can’t perform that action at this time.
0 commit comments