1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

swal styles

This commit is contained in:
Kyle Spearrin
2018-04-12 23:26:08 -04:00
parent 59ce4b7b67
commit 225f5077e3

View File

@@ -94,13 +94,18 @@ $fa-font-path: "~font-awesome/fonts";
.swal-content { .swal-content {
margin: 15px 0 0 0; margin: 15px 0 0 0;
padding: 0; padding: 0 10px;
.swal-text { .swal-text {
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
} }
.swal-title, .swal-text {
padding-left: 0;
padding-right: 0;
}
} }
i.swal-custom-icon { i.swal-custom-icon {