Petits fix de style
+ ajout de la font de Material
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
body {
|
||||
margin: 10px;
|
||||
color: #424242;
|
||||
height: 650px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.hamburger__icon {
|
||||
position: relative;
|
||||
z-index: 50;
|
||||
|
||||
@@ -6,4 +6,8 @@ body {
|
||||
body {
|
||||
/* margin: 0; */
|
||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
||||
margin: 10px;
|
||||
color: #424242;
|
||||
height: 665px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
BIN
Front/skydivelogs-app/src/assets/font/MaterialIcons.woff2
Normal file
BIN
Front/skydivelogs-app/src/assets/font/MaterialIcons.woff2
Normal file
Binary file not shown.
@@ -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