DocSpace-client/web/ASC.Web.Components/example/.storybook/preview-head.html

24 lines
545 B
HTML

<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i' rel='stylesheet' type='text/css'></link>
<style>
html,
body {
margin: 0;
padding: 0;
font-size: 13px;
}
body {
overflow: auto;
}
/*
Make main panel more readable when its showing a README.
Limit width to make text more readable.
*/
.storybook-readme-story {
max-width: 800px;
/* We need !important since the element has padding as inline styles too */
padding: 32px !important;
}
</style>