mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
sharing
This commit is contained in:
@@ -132,21 +132,17 @@
|
||||
justify-content: flex-end;
|
||||
font-size: $font-size-base;
|
||||
|
||||
.swal-button {
|
||||
button.swal-button {
|
||||
@extend .btn;
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
&.swal-button--confirm {
|
||||
@extend .btn-primary;
|
||||
}
|
||||
|
||||
&.swal-button--cancel {
|
||||
@extend .btn-outline-secondary;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.swal-button--confirm {
|
||||
@extend .btn-primary;
|
||||
}
|
||||
|
||||
.swal-button--cancel {
|
||||
@extend .btn-outline-secondary;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user