##// END OF EJS Templates
toasts: refedined how notifications looks
toasts: refedined how notifications looks

File last commit:

r747:ca67c281 default
r747:ca67c281 default
Show More
rhodecode-toast.less
28 lines | 535 B | text/x-less | LessCssLexer
@import '../../../../css/variables';
paper-toast{
width: 100%;
min-width: 400px;
--paper-toast-background-color: transparent;
--paper-toast-color: #000000;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
paper-toast a{
font-weight: bold
}
.toast-message-holder {
}
.toast-close {
text-align: right;
paper-button{
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
}
paper-toast .alert{
margin: 0px 0 15px 0;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}