mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Enhance Checkbox Display
This commit is contained in:
parent
371aab1e26
commit
dd85de22e6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
display: block;
|
||||
float: left;
|
||||
margin-right: 1rem;
|
||||
border: 1px solid $active-gray;
|
||||
border: 1px solid rgba(0,0,0,.2);
|
||||
border-radius: 3px;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
|
|
Loading…
Reference in a new issue