Docker buid issue

This commit is contained in:
2025-10-17 09:53:08 +05:30
parent 4c1c060ca8
commit 4a1d0dbf9a
6 changed files with 94 additions and 72 deletions

View File

@ -3,5 +3,34 @@
/* @ Styles from this file will override 'vendors.scss' and Fuse's base styles.
/* ----------------------------------------------------------------------------------------------------- */
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
/* Base styles */
html, body {
height: 100%;
}
body {
margin: 0;
font-family: 'Roboto', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}
/* Monospace font for code blocks */
code, pre, .monospace {
font-family: 'IBM Plex Mono', 'Courier New', monospace;
}
/* Material Icons */
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}