mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
swal styling
This commit is contained in:
parent
38a95c3745
commit
63a56b359b
@ -77,18 +77,20 @@
|
||||
}
|
||||
|
||||
.swal-modal {
|
||||
border-radius: $border-radius;
|
||||
background-color: $modal-content-bg;
|
||||
color: $body-color;
|
||||
border: $modal-content-border-width solid #9a9a9a;
|
||||
@include border-radius($modal-content-border-radius);
|
||||
|
||||
.swal-icon {
|
||||
margin: 15px auto 0 auto;
|
||||
}
|
||||
|
||||
.swal-content {
|
||||
margin: 15px 0 15px 0;
|
||||
padding: 0 10px;
|
||||
margin: 0;
|
||||
padding: 15px 0;
|
||||
font-size: $font-size-base;
|
||||
border-bottom: $modal-footer-border-width solid $modal-footer-border-color;
|
||||
|
||||
.swal-text {
|
||||
&:last-child {
|
||||
@ -123,7 +125,6 @@
|
||||
.swal-footer {
|
||||
padding: 15px 10px 10px 10px;
|
||||
margin: 0;
|
||||
border-top: $modal-footer-border-width solid $modal-footer-border-color;
|
||||
background-color: $input-bg;
|
||||
@include border-radius($modal-content-border-radius);
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user