You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
359 B
16 lines
359 B
{{selector}}:before { |
|
position: absolute; |
|
width: auto; |
|
height: auto; |
|
z-index: 9999; |
|
content: ''; |
|
display: block; |
|
pointer-events: none; |
|
top: {{offsetY}}; |
|
right: 0; |
|
bottom: 0; |
|
left: {{offsetX}}; |
|
background-color: transparent; |
|
background-image: linear-gradient(90deg, {{color}} 1px, transparent 1px); |
|
background-size: {{size}} 100%; |
|
} |