Tests sur les styles
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user