1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

created home and splash pages

This commit is contained in:
Kyle Spearrin
2016-09-20 16:40:04 -04:00
parent 47b500d7c0
commit 797a18b46a
9 changed files with 94 additions and 4 deletions

View File

@@ -374,6 +374,12 @@
}
}
.btn {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.generate-password-block {
margin: 20px;
font-size: 19px;
@@ -394,3 +400,39 @@
display: block;
}
}
.home-page {
padding: 120px 20px 20px;
text-align: center;
position: relative;
height: 100%;
img {
margin: 0 auto 30px;
width: 250px;
display: block;
}
p {
font-size: 18px;
}
.buttons {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
padding: 20px;
}
}
.splash-page {
text-align: center;
padding: 160px 20px 0;
img {
width: 250px;
display: block;
margin: 0 auto;
}
}