gitlabhq/app/assets/stylesheets/sections/commits.scss

39 lines
501 B
SCSS
Raw Normal View History

2012-04-14 00:46:11 +02:00
.commit-head {
@extend .well;
@extend .clearfix;
2012-04-14 00:46:11 +02:00
padding: 14px;
padding-bottom: 8px;
line-height: 24px;
2012-04-14 00:46:11 +02:00
.browse-button {
@extend .btn;
@extend .btn-small;
float: right;
}
.commit-title {
line-height: 26px;
}
.commit-description {
background-color: white;
}
.sha-block {
float: right;
margin-left: 10px
}
&.merge-commit .sha-block {
clear: right;
}
2012-04-14 00:46:11 +02:00
.committer {
padding-left: 32px;
}
.avatar {
margin-right: 4px;
}
}