1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

swal styling

This commit is contained in:
Kyle Spearrin 2018-06-08 15:20:07 -04:00
parent 38a95c3745
commit 63a56b359b

View File

@ -77,18 +77,20 @@
} }
.swal-modal { .swal-modal {
border-radius: $border-radius;
background-color: $modal-content-bg; background-color: $modal-content-bg;
color: $body-color; color: $body-color;
border: $modal-content-border-width solid #9a9a9a;
@include border-radius($modal-content-border-radius);
.swal-icon { .swal-icon {
margin: 15px auto 0 auto; margin: 15px auto 0 auto;
} }
.swal-content { .swal-content {
margin: 15px 0 15px 0; margin: 0;
padding: 0 10px; padding: 15px 0;
font-size: $font-size-base; font-size: $font-size-base;
border-bottom: $modal-footer-border-width solid $modal-footer-border-color;
.swal-text { .swal-text {
&:last-child { &:last-child {
@ -123,7 +125,6 @@
.swal-footer { .swal-footer {
padding: 15px 10px 10px 10px; padding: 15px 10px 10px 10px;
margin: 0; margin: 0;
border-top: $modal-footer-border-width solid $modal-footer-border-color;
background-color: $input-bg; background-color: $input-bg;
@include border-radius($modal-content-border-radius); @include border-radius($modal-content-border-radius);
display: flex; display: flex;