6e99ed5d41
Replaces CSS with BS4 Utility classes
14 lines
255 B
SCSS
14 lines
255 B
SCSS
.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;
|
|
}
|
|
}
|