gitlab-org--gitlab-foss/app/assets/stylesheets/framework/page_title.scss
Nathan Friend 2fd784a4c1
Update border radius of form controls and remove space above page titles
This commit makes changes to global CSS styles to bring the
product closer to compliance with Pajamas (the GitLab design system).
2019-02-14 13:26:17 -04:00

17 lines
306 B
SCSS

.page-title-holder {
@extend .d-flex;
@extend .align-items-center;
border-bottom: 1px solid $border-color;
.page-title {
margin: $gl-padding 0;
font-size: 1.75em;
font-weight: $gl-font-weight-bold;
color: $gl-text-color;
}
.page-title-controls {
margin-left: auto;
}
}