Use dedicated component to display the version.
This commit is contained in:
parent
3edcbf0918
commit
2c50fa0713
9 changed files with 66 additions and 7 deletions
10
src/app/version/version.component.scss
Normal file
10
src/app/version/version.component.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
div {
|
||||
font-size: smaller;
|
||||
color: gray;
|
||||
display: block;
|
||||
text-align: right;
|
||||
margin-right: 2em;
|
||||
&.dev {
|
||||
color: red;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue