mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-09 14:12:13 -05:00
Make outline box in color button centered
This commit is contained in:
parent
02996af315
commit
c4da530240
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
||||||
.outline-swatch:after {
|
.outline-swatch:after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(0.5rem + 1px);
|
top: calc(0.5rem);
|
||||||
left: calc(0.5rem + 1px);
|
left: calc(0.5rem);
|
||||||
width: 0.75rem;
|
width: 0.75rem;
|
||||||
height: 0.75rem;
|
height: 0.75rem;
|
||||||
background: white;
|
background: white;
|
||||||
|
|
Loading…
Reference in a new issue