Petits fix de style
+ ajout de la font de Material
This commit is contained in:
@@ -7,15 +7,14 @@
|
||||
<base href="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link href="assets/font/MaterialIcons.woff2" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<app-root>
|
||||
<!-- loading layout replaced by app after startupp -->
|
||||
<div class="app-loading">
|
||||
<div class="logo">LOGO</div>
|
||||
<div class="logo"></div>
|
||||
<svg class="spinner" viewBox="25 25 50 50">
|
||||
<circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10" />
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user