##// END OF EJS Templates
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin

File last commit:

r699:49c50282 default
r699:49c50282 default
Show More
polymer.less
33 lines | 544 B | text/x-less | LessCssLexer
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
r699 //Primary CSS
//--- IMPORTS ------------------//
@import 'helpers';
@import 'mixins';
@import 'rcicons';
@import 'fonts';
@import 'variables';
@import 'legacy_code_styles';
@import 'type';
@import 'alerts';
@import 'buttons';
@import 'tags';
@import 'examples';
@import 'login';
@import 'comments';
.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;
}
}