mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
small fixes to styling
This commit is contained in:
parent
0e3737fc90
commit
40c00222f2
@ -108,9 +108,10 @@ $fa-font-path: "~font-awesome/fonts";
|
|||||||
// SweetAlert
|
// SweetAlert
|
||||||
|
|
||||||
.swal2-popup {
|
.swal2-popup {
|
||||||
padding: 15px 15px;
|
padding: 15px;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
width: 34em; // slightly bigger than the hardcoded 478px in v1.
|
width: 34em;
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background-color: themed('backgroundColorAlt');
|
background-color: themed('backgroundColorAlt');
|
||||||
color: themed('textColor');
|
color: themed('textColor');
|
||||||
|
Loading…
Reference in New Issue
Block a user