Use dedicated component to display the version.

This commit is contained in:
Manuel Friedli 2018-08-31 22:43:21 +02:00
parent 3edcbf0918
commit 2c50fa0713
9 changed files with 66 additions and 7 deletions

View file

@ -0,0 +1,10 @@
div {
font-size: smaller;
color: gray;
display: block;
text-align: right;
margin-right: 2em;
&.dev {
color: red;
}
}