2023-12-14 01:17:12 +03:00
|
|
|
@import url('../src/assets/font-enso.css');
|
2023-12-08 21:45:42 +03:00
|
|
|
|
2023-10-29 22:02:07 +03:00
|
|
|
.histoire-story-viewer .__histoire-render-story > [data-v-app] {
|
|
|
|
height: 100%;
|
2023-12-08 21:45:42 +03:00
|
|
|
font-family: var(--font-sans);
|
2023-10-29 22:02:07 +03:00
|
|
|
font-size: 11.5px;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 20px;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewport {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-button {
|
|
|
|
cursor: pointer !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.VisualizationContainer {
|
|
|
|
z-index: 0 !important;
|
|
|
|
min-width: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CodeEditor.standalone {
|
|
|
|
width: 100% !important;
|
|
|
|
height: 100% !important;
|
|
|
|
}
|