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

15 lines
255 B
SCSS
Raw Normal View History

2018-12-13 13:39:08 +05:30
.page-title-holder {
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;
}
}