debian-mirror-gitlab/app/assets/stylesheets/framework/page_header.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

50 lines
737 B
SCSS
Raw Normal View History

2017-08-17 22:00:37 +05:30
.page-content-header {
line-height: 34px;
padding: 10px 0;
margin-bottom: 0;
2018-11-08 19:23:39 +05:30
@include media-breakpoint-up(sm) {
2017-08-17 22:00:37 +05:30
display: flex;
align-items: center;
.header-main-content {
flex: 1;
}
}
.avatar {
2021-04-29 21:17:54 +05:30
float: none;
display: inline-block;
margin-left: 2px;
flex-shrink: 0;
2017-08-17 22:00:37 +05:30
2018-11-08 19:23:39 +05:30
@include media-breakpoint-up(sm) {
2017-08-17 22:00:37 +05:30
margin-left: 4px;
}
}
.commit-committer-link,
.commit-author-link {
color: $gl-text-color;
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-bold;
2017-08-17 22:00:37 +05:30
}
.commit-info {
&.branches {
margin-left: 8px;
}
}
.ci-status-link {
svg {
position: relative;
top: 2px;
margin: 0 2px 0 3px;
}
}
2017-09-10 17:25:29 +05:30
.ci-status {
margin-right: 10px;
}
2017-08-17 22:00:37 +05:30
}