mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Merge pull request #163 from paulkaplan/fix-outline-box-position
Make outline box in color button centered
This commit is contained in:
commit
a7c3566fe8
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
|||
.outline-swatch:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: calc(0.5rem + 1px);
|
||||
left: calc(0.5rem + 1px);
|
||||
top: calc(0.5rem);
|
||||
left: calc(0.5rem);
|
||||
width: 0.75rem;
|
||||
height: 0.75rem;
|
||||
background: white;
|
||||
|
|
Loading…
Reference in a new issue