1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

update all the things

This commit is contained in:
Kyle Spearrin
2017-03-21 23:05:14 -04:00
parent 7d26361680
commit 715b91ab96
6 changed files with 52 additions and 45 deletions

View File

@@ -187,8 +187,7 @@ form .btn .loading-icon {
}
}
> .toast {
background-image: none !important;
.toast {
.border-radius(0);
.boxShadow(0 0 8px rgba(0, 0, 0, 0.5));
@@ -197,6 +196,7 @@ form .btn .loading-icon {
}
&.toast-danger, &.toast-error {
background-image: none !important;
&:extend(.bg-red);
&:before {
@@ -205,6 +205,7 @@ form .btn .loading-icon {
}
&.toast-warning {
background-image: none !important;
&:extend(.bg-yellow);
&:before {
@@ -213,6 +214,7 @@ form .btn .loading-icon {
}
&.toast-info {
background-image: none !important;
&:extend(.bg-aqua);
&:before {
@@ -221,6 +223,7 @@ form .btn .loading-icon {
}
&.toast-success {
background-image: none !important;
&:extend(.bg-green);
&:before {