mirror of
https://github.com/harness/drone.git
synced 2025-05-19 02:20:03 +08:00
20 lines
494 B
SCSS
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);
|
|
}
|