mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Fix scss linting
This commit is contained in:
parent
faf3f49c50
commit
2c5efbda50
1 changed files with 3 additions and 3 deletions
|
@ -71,9 +71,9 @@
|
||||||
|
|
||||||
&.highlighted-comment:before {
|
&.highlighted-comment:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -0.5rem;
|
top: -.5rem;
|
||||||
left: -0.5rem;
|
left: -.5rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: .5rem;
|
||||||
background: $ui-blue-10percent;
|
background: $ui-blue-10percent;
|
||||||
width: calc(100% + 1rem);
|
width: calc(100% + 1rem);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue