Tests sur les styles

This commit is contained in:
Sébastien André
2020-04-26 19:54:34 +02:00
parent 1e8f1e6f79
commit 8f09a0d225
3 changed files with 9 additions and 10 deletions

View File

@@ -18,10 +18,11 @@
.navigation { .navigation {
position: absolute; position: absolute;
width: 200px; width: 200px;
overflow: hidden; /* height: 650px;
overflow: hidden; */
height: 100%;
z-index: 101; z-index: 101;
background-color: grey; background-color: grey;
height: 650px;
padding: 5px; padding: 5px;
left: -220px; left: -220px;
transition: 0.5s linear left; transition: 0.5s linear left;

View File

@@ -1,4 +1,3 @@
<div>
<header *ngIf="this.show()"> <header *ngIf="this.show()">
<div style="display: flex; justify-content: space-between;"> <div style="display: flex; justify-content: space-between;">
<div> <div>
@@ -39,9 +38,6 @@
</nav> </nav>
</header> </header>
<body> <router-outlet></router-outlet>
<router-outlet></router-outlet>
</body>
<footer>Web software to log your skydive jumps - v{{ version }} - @Séb</footer> <footer>Web software to log your skydive jumps - v{{ version }} - @Séb</footer>
</div>

View File

@@ -7,10 +7,12 @@ body {
body { body {
font-family: Roboto, "Helvetica Neue", sans-serif; font-family: Roboto, "Helvetica Neue", sans-serif;
margin: 10px;
color: #424242; color: #424242;
min-height: 665px; /* min-height: 665px;
overflow: auto; margin: 10px;
overflow: auto; */
margin: 0;
padding: 10px;
} }
@font-face { @font-face {