Petits fix de style

+ ajout de la font de Material
This commit is contained in:
Sébastien André
2020-01-20 15:12:26 +01:00
parent 243b8a2ba4
commit d9ea712d28
4 changed files with 6 additions and 10 deletions

View File

@@ -1,10 +1,3 @@
body {
margin: 10px;
color: #424242;
height: 650px;
overflow: auto;
}
.hamburger__icon { .hamburger__icon {
position: relative; position: relative;
z-index: 50; z-index: 50;

View File

@@ -6,4 +6,8 @@ body {
body { body {
/* margin: 0; */ /* margin: 0; */
font-family: Roboto, "Helvetica Neue", sans-serif; font-family: Roboto, "Helvetica Neue", sans-serif;
margin: 10px;
color: #424242;
height: 665px;
overflow: auto;
} }

View File

@@ -7,15 +7,14 @@
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <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 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="assets/font/MaterialIcons.woff2" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head> </head>
<body> <body>
<app-root> <app-root>
<!-- loading layout replaced by app after startupp --> <!-- loading layout replaced by app after startupp -->
<div class="app-loading"> <div class="app-loading">
<div class="logo">LOGO</div> <div class="logo"></div>
<svg class="spinner" viewBox="25 25 50 50"> <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" /> <circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10" />
</svg> </svg>