Compare commits
No commits in common. "be959b672b126cc70a5368d3d1f6214158cc1c45" and "9ef4e9443e829271affecb512fc89f4451bfde4d" have entirely different histories.
be959b672b
...
9ef4e9443e
4 changed files with 3 additions and 20 deletions
|
@ -6,5 +6,4 @@
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
<app-version></app-version>
|
<app-version></app-version>
|
||||||
<div class="contact">Wanna say something? <a href="mailto:manuel@fritteli.ch?subject=Contact%20via%20Convertorizr">Tell me!</a></div>
|
|
||||||
<!--<router-outlet></router-outlet>-->
|
<!--<router-outlet></router-outlet>-->
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
.contact {
|
|
||||||
font-size: small;
|
|
||||||
margin-right: 2em;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inputwrapper {
|
.inputwrapper {
|
||||||
font-family: "ABeeZee", sans-serif;
|
font-family: "ABeeZee", sans-serif;
|
||||||
margin: 0 1em 1em 1em;
|
margin: 0 1em 1em 1em;
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
import {Converter} from './converter/converter';
|
import {Converter} from './converter/converter';
|
||||||
|
|
||||||
export class Step {
|
export class Step {
|
||||||
public content: string = '';
|
public content = '';
|
||||||
public selectedConverter: Converter | undefined;
|
public selectedConverter: Converter | undefined;
|
||||||
public index: number;
|
public index: number;
|
||||||
public error: boolean = false;
|
public error = false;
|
||||||
public message: string = '';
|
public message = '';
|
||||||
|
|
||||||
constructor(index: number) {
|
constructor(index: number) {
|
||||||
this.index = index;
|
this.index = index;
|
||||||
|
|
|
@ -18,16 +18,6 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
color: #fc0;
|
|
||||||
transition: all ease-in-out 200ms;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: #222;
|
|
||||||
background-color: #fc0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue