1
0
mirror of https://github.com/bitwarden/web synced 2026-01-19 08:54:06 +00:00

Add branded 404 page to replace Github Pages 404 (#798)

This commit is contained in:
Thomas Rittson
2021-01-25 06:23:18 +10:00
committed by Chad Scharf
parent 6af405b89d
commit c93e39566f
4 changed files with 91 additions and 0 deletions

35
src/404.css Normal file
View File

@@ -0,0 +1,35 @@
html, body, .row {
height: 100%;
-webkit-font-smoothing: antialiased;
}
h2 {
font-size: 25px;
margin-bottom: 12.5px;
font-weight: 500;
line-height: 1.1;
}
.brand {
font-size: 23px;
line-height: 25px;
color: #fff;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.banner {
background-color: #175DDC;
height: 56px;
}
.content {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}
.footer {
padding: 40px 0 40px 0;
border-top: 1px solid #dee2e6;
}