##// END OF EJS Templates
feat(git lfs path and path to hg large files in *.ini files): moved git lfs path and path of hg large files to *.ini files.
feat(git lfs path and path to hg large files in *.ini files): moved git lfs path and path of hg large files to *.ini files.

File last commit:

r4442:469b4da8 default
r5535:7350be7a default
Show More
rhodecode-toast.less
28 lines | 458 B | text/x-less | LessCssLexer
@import '../../../../css/variables';
@import '../../../../css/mixins';
.alert{
margin: 10px 0;
}
.toast-close {
margin: 0;
float: right;
cursor: pointer;
padding: 8px 0 8px 8px;
}
.toast-message-holder{
background: fade(#fff, 25%);
&.fixed{
position: fixed;
padding: 10px 0;
margin-left: 10px;
margin-right: 10px;
top: 0;
left: 0;
right:0;
z-index: 100;
}
}