villejuif: style block widgets (#76011)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-03-30 10:22:08 +02:00 committed by Gitea
parent 6ae883cb47
commit 56abb19ef0
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;
}
}