Update pixel positioning
This commit is contained in:
parent
bf730ccd1b
commit
0c6c42626a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -34,6 +34,7 @@
|
|||
|
||||
& {
|
||||
color: $base-text;
|
||||
display: block;
|
||||
}
|
||||
|
||||
& > strong {
|
||||
|
@ -52,3 +53,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cs__pixel {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue