Browse Source

refactor(theme-shared): change opacity and icon size

related issue: #2537
pull/2606/head^2
TheDiaval 7 years ago
parent
commit
6b3d7433cb
  1. 5
      npm/ng-packs/packages/theme-shared/src/lib/components/toast/toast.component.scss

5
npm/ng-packs/packages/theme-shared/src/lib/components/toast/toast.component.scss

@ -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);
}
@ -38,6 +40,7 @@
align-items: center;
justify-content: center;
.icon {
font-size: 36px;
}
}
.toast-content {

Loading…
Cancel
Save