- gitlist.git
- themes
- default
- less
- default.less
This file ( 711B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
// override some Variables
@import "variables.less";
// GitList Less Modules
@import "gitlist.less";
@import "codemirror.less";
@import "network.less";
@import "clone-button.less";
.header {
margin-bottom: @line-height-computed;
}
.breadcrumb {
padding: @padding-large-vertical @padding-large-horizontal;
border: 1px solid @navbar-default-border;
border-radius: @border-radius-base;
}
.download-buttons {
display: inline;
}
.download-buttons .rss-icon {
padding-left: @padding-large-horizontal;
font-size: @font-size-h3;
}
.space-right {
padding: 0 8px 0 0;
}
span.rss-icon {
color: @brand-danger;
font-size: @font-size-large;
&:hover {
color: darken(@brand-danger, 15%);
}
}