##// END OF EJS Templates
notifications: different approach with fixed/standard container
notifications: different approach with fixed/standard container

File last commit:

r1483:211476f5 default
r1483:211476f5 default
Show More
rhodecode-toast.less
22 lines | 326 B | text/x-less | LessCssLexer
notifications: make styling match the design
r704 @import '../../../../css/variables';
css: using variables and mixins for toast component
r766 @import '../../../../css/mixins';
notifications: make styling match the design
r704
notifications: different approach with fixed/standard container
r1483 .alert{
margin: 10px 0;
components: reorganize build pipeline to have nice separation of html/js/css
r703 }
notifications: different approach with fixed/standard container
r1483
.toast-close{
text-align: right;
components: reorganize build pipeline to have nice separation of html/js/css
r703 }
notifications: different approach with fixed/standard container
r1483 .toast-message-holder{
background-color: #ffffff;
&.fixed{
position: fixed;
padding: 10px;
top: 0;
width: 1200px;
z-index: 1;
components: reorganize build pipeline to have nice separation of html/js/css
r703 }
}