venissieux: add cell-bordered css class option (#78019)

This commit is contained in:
Thomas Jund 2023-05-30 16:06:12 +02:00
parent 1a98d48c8f
commit 8b00d1cda0
1 changed files with 7 additions and 0 deletions

View File

@ -222,6 +222,13 @@ div#section-une {
}
}
.cell-bordered {
.gru-content &.cell {
border: 1px solid $primary-color;
}
}
div#rub_service {
h2 {
text-align: left;