Skip to content

Commit

Permalink
refactor(theme-shared): change opacity and icon size
Browse files Browse the repository at this point in the history
related issue: #2537
  • Loading branch information
thediaval committed Jan 10, 2020
1 parent 6217cd1 commit 6b3d743
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
padding: 10px;
border-radius: 0px;
width: 350px;
@include fillColor(#f0f0f0, #000);
user-select: none;
box-shadow: 0 0 10px -5px rgba(#000, 0.4);
z-index: 9999;
@include fillColor(#f0f0f0, #000);
opacity: 1;
&.toast-success {
@include fillColor(#51a351, #fff);
}
Expand All @@ -38,6 +40,7 @@
align-items: center;
justify-content: center;
.icon {
font-size: 36px;
}
}
.toast-content {
Expand Down

0 comments on commit 6b3d743

Please sign in to comment.