update: simplify display business provider on profile project

This commit is contained in:
Marjolaine Le Bon
2021-05-06 15:35:47 +02:00
parent 672f20699d
commit 6849f3d1fb
5 changed files with 14 additions and 20 deletions

View File

@ -39,6 +39,10 @@
}
}
#projects-information .display-businessprovider {
[name="name"]::after {
content: " - ";
margin-left: 5px;
}
[name="fee"]:after {
content: " %";
}