feat(aio): add prettier network fail page (#16139)

This commit is contained in:
Ward Bell
2017-04-20 15:09:02 +01:00
committed by Miško Hevery
parent db4e9ea04a
commit c390b06da2
3 changed files with 46 additions and 29 deletions

View File

@ -1,6 +1,6 @@
#file-not-found {
padding: 3rem 3rem 3rem;
}
}
.nf-container {
align-items: center;
@ -18,4 +18,10 @@
text-transform: uppercase;
margin: 8px 0;
}
}
}
.nf-icon.material-icons {
color: $blue;
font-size: 100px;
position: static;
}