drone/web/src/bootstrap.scss
2022-10-03 12:06:27 -07:00

20 lines
494 B
SCSS

/*
NOTE: This file is loaded only in standalone mode. In embedded mode,
the shared styles are loaded by Harness Platform already.
*/
@import '~normalize.css';
@import '~@blueprintjs/core/lib/css/blueprint.css';
@import '~@blueprintjs/datetime/lib/css/blueprint-datetime.css';
@import '~@harness/design-system/dist/style.css';
@import '~@harness/uicore/dist/index.css';
html,
body,
#react-root {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color: var(--white);
}