15 lines
198 B
CSS
15 lines
198 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Page title.
|
||
|
*/
|
||
|
|
||
|
@import "../base/variables.pcss.css";
|
||
|
|
||
|
.page-title {
|
||
|
/*
|
||
|
Necessary to properly display the star icon from core's shortcut
|
||
|
module.
|
||
|
*/
|
||
|
display: inline;
|
||
|
}
|