Docker buid issue
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Fuse Angular - Angular Template and Starter Kit</title>
|
||||
<title>RootXVending</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="description"
|
||||
@ -22,26 +22,12 @@
|
||||
<link rel="icon" type="image/png" href="favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" href="favicon-32x32.png" />
|
||||
|
||||
<!-- Fonts -->
|
||||
<!-- Local Inter font (keep if you have it) -->
|
||||
<link href="fonts/inter/inter.css" rel="stylesheet" />
|
||||
<link href="https://fonts.gstatic.com" rel="preconnect" />
|
||||
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;1,400&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<!-- Icon fonts -->
|
||||
<link
|
||||
href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<!-- Splash screen styles -->
|
||||
<link href="styles/splash-screen.css" rel="stylesheet" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body class="mat-typography">
|
||||
<!-- Splash screen -->
|
||||
@ -57,4 +43,4 @@
|
||||
<!-- App root -->
|
||||
<app-root></app-root>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user