villejuif: style block widgets (#76011) #210

Merged
smihai merged 1 commits from wip/76011-villejuif-adapt-blockwidget-styles into main 2023-03-31 10:32:59 +02:00
1 changed files with 7 additions and 0 deletions

View File

@ -390,3 +390,10 @@ div.ateliers div.atelier div.atelier-content img {
float: right;
margin-left: 5px;
}
div.BlockWidget {
border-left: 2px solid $primary-color;
div.title, div.content {
border-left: none;
}
}