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

custom swal content

This commit is contained in:
Kyle Spearrin
2018-04-12 23:18:51 -04:00
parent 726a7f59ae
commit 59ce4b7b67
3 changed files with 83 additions and 17 deletions

View File

@@ -16,6 +16,14 @@ small {
color: $brand-success !important;
}
.text-info {
color: $brand-info !important;
}
.text-warning {
color: $brand-warning !important;
}
.text-muted {
color: $text-muted !important;
}

View File

@@ -1,4 +1,4 @@
$fa-font-path: "~font-awesome/fonts";
$fa-font-path: "~font-awesome/fonts";
@import "~font-awesome/scss/font-awesome.scss";
@import "~angular2-toaster/toaster";
@@ -92,6 +92,23 @@
margin: 15px auto 0 auto;
}
.swal-content {
margin: 15px 0 0 0;
padding: 0;
.swal-text {
&:last-child {
margin-bottom: 0;
}
}
}
i.swal-custom-icon {
display: block;
margin: 0 auto;
font-size: 35px;
}
.swal-title {
padding: 10px 10px 15px 10px;
margin: 0;