add margin and border color to builder block widgets
This commit is contained in:
parent
56177c14da
commit
6bb29dd5c3
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue