add margin and border color to builder block widgets

This commit is contained in:
Simon Vieille 2024-05-16 21:42:40 +02:00
parent 56177c14da
commit 6bb29dd5c3
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -29,9 +29,9 @@
padding: 10px;
border-radius: 4px;
cursor: pointer;
margin-right: 5px;
margin-bottom: 5px;
border: 1px solid #1e2430;
margin-right: 7px;
margin-bottom: 9px;
border: 1px solid #b4b4b4;
font-weight: bold;
}