1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 21:34:13 +03:00
tabby/app/assets/toaster-custom.less
Eugene Pankov 98fea7b102 .
2016-12-23 10:06:53 +01:00

24 lines
530 B
Plaintext

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;
}
}
}