mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-10 19:38:11 +01:00
[EC-665] Fix biometrics button style (#3979)
* fix biometrics button style * expand button to fill space this is a result of it being used outside the box-content * remove padding from box-footer
This commit is contained in:
parent
7fca2d722c
commit
ea8d2b91c0
apps/browser/src/popup
@ -60,7 +60,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="box" *ngIf="biometricLock">
|
||||
<div class="box-footer">
|
||||
<div class="box-footer no-pad">
|
||||
<button
|
||||
type="button"
|
||||
class="btn primary block"
|
||||
|
@ -322,6 +322,10 @@ header {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.no-pad {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 15px;
|
||||
}
|
||||
|
@ -88,6 +88,18 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
button.btn.primary {
|
||||
font-size: $font-size-base;
|
||||
padding: 7px 15px;
|
||||
width: 100%;
|
||||
|
||||
&:hover {
|
||||
@include themify($themes) {
|
||||
border-color: themed("borderHoverColor") !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed("mutedColor");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user