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