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

This commit is contained in:
Thomas Jund 2023-05-30 16:22:44 +02:00 committed by Thomas Jund
parent ff3d8495a9
commit c6755d84d7
1 changed files with 12 additions and 0 deletions

View File

@ -229,6 +229,18 @@ div#section-une {
}
}
.cell-green {
.gru-content &.cell {
background-color: #e5f2f0;
a {
color: #01516a;
}
div.links-list ul > li > a:hover {
color: $cell-entry-hover-color
}
}
}
div#rub_service {
h2 {
text-align: left;