scss: introduce a global pk-no-border style (#57620)

This commit is contained in:
Frédéric Péters 2021-10-05 17:21:22 +02:00
parent ac4189c6ca
commit febda1ae99
2 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,10 @@ de classes CSS réutilisables.
<title>Classes pour les cellules</title>
<table shade="rows">
<tr>
<td><p><code>pk-no-border</code></p></td>
<td><p>Retire la bordure de la cellule.</p></td>
</tr>
<tr>
<td><p><code>pk-transparent</code></p></td>
<td><p>Assure un fond transparent à la cellule.</p></td>

View File

@ -53,6 +53,12 @@ div.link-cell.pk-big-button {
}
}
.pk-no-border {
&.cell {
border: none !important;
}
}
.pk-table-wrapper {
overflow: auto;
max-width: 100%;