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

67 lines
996 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;
}
}
.header-action-buttons {
i {
color: $gl-text-color-secondary;
font-size: 13px;
margin-right: 3px;
}
2018-11-08 19:23:39 +05:30
@include media-breakpoint-down(xs) {
2017-08-17 22:00:37 +05:30
.btn {
width: 100%;
margin-top: 10px;
}
.dropdown {
width: 100%;
}
}
}
.avatar {
@extend .avatar-inline;
margin-left: 0;
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
}