##// END OF EJS Templates
components: reorganize build pipeline to have nice separation of html/js/css
components: reorganize build pipeline to have nice separation of html/js/css

File last commit:

r703:1eda65ea default
r703:1eda65ea default
Show More
rhodecode-toast.less
39 lines | 690 B | text/x-less | LessCssLexer
paper-toast{
width: 100%;
min-width: 400px;
--paper-toast-background-color: #ffffff;
--paper-toast-color: #000000;
}
paper-toast a{
font-weight: bold
}
.toast-message-holder {
width: ~'calc(100% - 150px)';
display: inline-block;
}
.toast-close {
display: inline-block;
width: 145px;
text-align: right;
float: right;
}
.toast-notification {
padding: 10px 0 10px 0;
}
.toast-level {
display: inline-block;
min-width: 100px;
font-weight: bold;
text-transform: uppercase;
&.info, &.success {
color: #0ac878;
}
&.error, &.danger {
color: #e85e4d;
}
&.warning {
color: #ffc854;
}
}