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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user