parent
d6ce8f9da6
commit
6625b8502d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fashion-logica",
|
"name": "fashion-logica",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --host 192.168.0.179",
|
"start": "ng serve --host 192.168.0.179",
|
||||||
|
|||||||
@ -63,7 +63,13 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<span class="version">
|
<span
|
||||||
v{{version}}
|
class="version"
|
||||||
|
[ngClass]="{
|
||||||
|
version: true,
|
||||||
|
bottom: currentPage.code === PageCode.Auth
|
||||||
|
}"
|
||||||
|
>
|
||||||
|
v{{ version }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -59,7 +59,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
li:nth-child(odd) {
|
li:nth-child(odd) {
|
||||||
background-color: #EBEBEB;
|
background-color: #ebebeb;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -72,7 +72,11 @@
|
|||||||
top: 69px;
|
top: 69px;
|
||||||
}
|
}
|
||||||
.version {
|
.version {
|
||||||
opacity: .5;
|
opacity: 0.5;
|
||||||
|
&.bottom {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user