misc: add class to center cell's title (#70284)

This commit is contained in:
Serghei Mihai 2022-10-19 11:54:24 +02:00
parent 1bef45bfb5
commit 4d8893c6b3
2 changed files with 10 additions and 0 deletions

View File

@ -85,6 +85,10 @@ de classes CSS réutilisables.
<td><p><code>pk-cell-bold-title</code></p></td>
<td><p>Met en gras le titre dune celulle.</p></td>
</tr>
<tr>
<td><p><code>pk-cell-center-title</code></p></td>
<td><p>Place au centre le titre dune celulle.</p></td>
</tr>
</table>
</section>

View File

@ -54,6 +54,12 @@ div.link-cell.pk-big-button {
}
}
.pk-cell-center-title {
&.cell > div h2:first-child {
text-align: center;
}
}
.pk-important {
// on form fields, turn the label bold.
&.widget .title label {