11 lines
150 B
SCSS
11 lines
150 B
SCSS
|
.page-title-holder {
|
||
|
.page-title {
|
||
|
margin: $gl-padding 0;
|
||
|
color: $gl-text-color;
|
||
|
}
|
||
|
|
||
|
.page-title-controls {
|
||
|
margin-left: auto;
|
||
|
}
|
||
|
}
|