alpes-maritimes-2022: customize .pk-cell-center-title class (#72082)

This commit is contained in:
Thomas Jund 2022-12-15 10:44:23 +01:00
parent 30846424e3
commit e08816e0e0
1 changed files with 8 additions and 0 deletions

View File

@ -521,6 +521,14 @@ div.textcell {
}
}
}
.pk-cell-center-title {
.gru-content &.cell > div h2:first-child {
border-bottom: none;
&::before {
content: none;
}
}
}
// Custom cell class
.gray-cell {