mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
register page
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user