1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

register page

This commit is contained in:
Kyle Spearrin
2018-01-31 14:19:21 -05:00
parent f524322469
commit ae955e6650
9 changed files with 171 additions and 36 deletions

View File

@@ -7,6 +7,8 @@
border: 1px solid $button-border-color;
font-size: $font-size-base;
color: $button-color;
white-space: nowrap;
text-align: center;
&:hover:not([disabled]), &:focus:not([disabled]) {
cursor: pointer;

View File

@@ -31,9 +31,17 @@
margin-bottom: 20px;
}
.box {
margin-bottom: 20px;
&.last {
margin-bottom: 15px;
}
}
.buttons {
display: flex;
margin: 15px 0 20px;
margin-bottom: 20px;
button {
margin-right: 10px;