This commit is contained in:
Eugene Pankov
2017-04-14 21:53:19 +02:00
parent c3cc57f897
commit fa02eb38e9
17 changed files with 468 additions and 132 deletions

View File

@@ -1,23 +0,0 @@
app > toaster-container > #toast-container {
width: 100% !important;
left: 0 !important;
right: 0 !important;
top: 50px !important;
.toast {
box-shadow: none !important;
text-shadow: none !important;
opacity: 1 !important;
border-radius: 0 !important;
width: 100% !important;
padding: 10px !important;
.toaster-icon {
display: none !important;
}
.toast-title {
font-weight: normal !important;
}
}
}