Styling intro screen and adding demo images.

This commit is contained in:
Jake Archibald
2018-10-12 14:11:10 +01:00
parent a43ea761f5
commit 568b9e9459
24 changed files with 550 additions and 50 deletions

21
src/lib/util.scss Normal file
View File

@@ -0,0 +1,21 @@
.abs-fill {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.unbutton {
cursor: pointer;
background: none;
border: none;
font: inherit;
padding: 0;
margin: 0;
&:focus {
outline: none;
}
}