##// 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
@import '../../../../css/variables';
@import '../../../../css/mixins';
.alert{
margin: 10px 0;
}
.toast-close{
text-align: right;
}
.toast-message-holder{
background-color: #ffffff;
&.fixed{
position: fixed;
padding: 10px;
top: 0;
width: 1200px;
z-index: 1;
}
}