file list

This commit is contained in:
Benjamin Ifland
2019-03-26 23:15:33 +01:00
parent 2377c0a722
commit 02d395b480
11 changed files with 129 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
:host {
display: block;
}
button {
font-size: 24px;
color: #aaa;
&:hover {
color: #000;
}
}